aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/renice
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
| | | | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson Notes: svn path=/head/; revision=216370
* ANSIfy various tools in usr.bin/.Ed Schouten2010-01-021-1/+1
| | | | | | | | Most of these tools properly build at WARNS=6, except for their K&R function declarations. Fix this, so we can bump WARNS as well. Notes: svn path=/head/; revision=201382
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
| | | | Notes: svn path=/head/; revision=146466
* The usage string: renice [priority | [-n incr]] ... assumed that the partPhilippe Charnier2003-02-262-7/+13
| | | | | | | | | `priority | [-n incr]' was optionnal which is wrong according to the code. Add FreeBSD Id. Reviewed by: maxim Notes: svn path=/head/; revision=111569
* The .Nm utilityPhilippe Charnier2002-07-141-11/+13
| | | | Notes: svn path=/head/; revision=99970
* Add Standards section.Tim J. Robbins2002-06-171-0/+5
| | | | Notes: svn path=/head/; revision=98345
* Sort sections, use Dl for the example so it stands out more.Tim J. Robbins2002-06-171-6/+5
| | | | Notes: svn path=/head/; revision=98344
* mdoc(7) police: untangle SYNOPSIS's markup.Ruslan Ermilov2002-05-301-16/+4
| | | | Notes: svn path=/head/; revision=97542
* Sync usage message with manual page synopsis.Tim J. Robbins2002-05-251-2/+2
| | | | Notes: svn path=/head/; revision=97275
* Bad numeric arguments or usernames should cause non-zero exit status.Tim J. Robbins2002-05-251-3/+8
| | | | Notes: svn path=/head/; revision=97270
* Process and user ID arguments must be treated as decimal integers,Tim J. Robbins2002-05-161-1/+1
| | | | | | | | | | not octal or hex. This is the way it was before revision 1.10. PR: 36950 Submitted by: Peter Avalos <pavalos@theshell.com> Notes: svn path=/head/; revision=96764
* Accept decimal user IDs with -u option as well as usernames.Tim J. Robbins2002-05-162-6/+8
| | | | | | | PR: 36950 Notes: svn path=/head/; revision=96763
* Diagnostic messages belong on stderr, not stdout. SUSv3 specifies thatTim J. Robbins2002-05-161-1/+2
| | | | | | | renice may not use stdout at all. Notes: svn path=/head/; revision=96761
* o Fix an arguments number check in -n case.Maxim Konovalov2002-04-101-6/+1
| | | | | | | | | | o Remove duplicated prio check, donice() makes it for us. Spotted by: David Schultz <dschultz@uclink.Berkeley.EDU> MFC after: 1 week Notes: svn path=/head/; revision=94360
* Implement POSIX -n option, cleanup an arguments parsing a bit.Maxim Konovalov2002-04-102-8/+55
| | | | | | | | | | PR: bin/34076, bin/35929 Reviewed by: bde Obtained from: NetBSD MFC after: 1 week Notes: svn path=/head/; revision=94355
* style(9) cleanup.Maxim Konovalov2002-04-101-22/+22
| | | | | | | | Reviewed by: bde MFC after: 1 week Notes: svn path=/head/; revision=94354
* remove __PWarner Losh2002-03-221-2/+2
| | | | Notes: svn path=/head/; revision=92921
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Warns cleanups.David Malone2001-12-032-0/+2
| | | | Notes: svn path=/head/; revision=87298
* can not -> cannotDima Dorfman2001-08-051-1/+1
| | | | Notes: svn path=/head/; revision=81169
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
| | | | | | | builtins (e.g., exit, strcmp). Notes: svn path=/head/; revision=78718
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+2
| | | | Notes: svn path=/head/; revision=74848
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68963
* #include <errno.h> where needed. Kill extern int errno;.Warner Losh2000-04-141-1/+1
| | | | | | | Minor warnings in tip corrected. Notes: svn path=/head/; revision=59217
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Various man page cleanup:Mike Pritchard1999-08-151-3/+3
| | | | | | | | | | | | - Sort xrefs - Be consistent with section names as outlines in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49823
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Make a reference to rtprio, which will definatly be of interest to someoneBill Fumerola1999-06-251-1/+3
| | | | | | | | | looking at this page. Requested By: Keith Stevenson <k.stevenson@louisville.edu> Notes: svn path=/head/; revision=48220
* Use err(3). Add usage() and prototypes.Philippe Charnier1997-08-051-14/+26
| | | | Notes: svn path=/head/; revision=27917
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8874
* Add renice's correct man page to the Makefile.Jordan K. Hubbard1994-08-111-0/+1
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=2023
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+264
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590