summaryrefslogtreecommitdiffstats
path: root/usr.bin/renice
Commit message (Collapse)AuthorAgeFilesLines
* Move example to EXAMPLES.joel2013-03-171-7/+5
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-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
* ANSIfy various tools in usr.bin/.ed2010-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.
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
|
* The usage string: renice [priority | [-n incr]] ... assumed that the partcharnier2003-02-262-7/+13
| | | | | | `priority | [-n incr]' was optionnal which is wrong according to the code. Add FreeBSD Id. Reviewed by: maxim
* The .Nm utilitycharnier2002-07-141-11/+13
|
* Add Standards section.tjr2002-06-171-0/+5
|
* Sort sections, use Dl for the example so it stands out more.tjr2002-06-171-6/+5
|
* mdoc(7) police: untangle SYNOPSIS's markup.ru2002-05-301-16/+4
|
* Sync usage message with manual page synopsis.tjr2002-05-251-2/+2
|
* Bad numeric arguments or usernames should cause non-zero exit status.tjr2002-05-251-3/+8
|
* Process and user ID arguments must be treated as decimal integers,tjr2002-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>
* Accept decimal user IDs with -u option as well as usernames.tjr2002-05-162-6/+8
| | | | PR: 36950
* Diagnostic messages belong on stderr, not stdout. SUSv3 specifies thattjr2002-05-161-1/+2
| | | | renice may not use stdout at all.
* o Fix an arguments number check in -n case.maxim2002-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
* Implement POSIX -n option, cleanup an arguments parsing a bit.maxim2002-04-102-8/+55
| | | | | | | PR: bin/34076, bin/35929 Reviewed by: bde Obtained from: NetBSD MFC after: 1 week
* style(9) cleanup.maxim2002-04-101-22/+22
| | | | | Reviewed by: bde MFC after: 1 week
* remove __Pimp2002-03-221-2/+2
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Warns cleanups.dwmalone2001-12-032-0/+2
|
* can not -> cannotdd2001-08-051-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* MAN[1-9] -> MAN.ru2001-03-271-1/+2
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* #include <errno.h> where needed. Kill extern int errno;.imp2000-04-141-1/+1
| | | | Minor warnings in tip corrected.
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Various man page cleanup:mpp1999-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>
* Add $Id$, to make it simpler for members of the translation teams tonik1999-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
* Make a reference to rtprio, which will definatly be of interest to someonebillf1999-06-251-1/+3
| | | | | | looking at this page. Requested By: Keith Stevenson <k.stevenson@louisville.edu>
* Use err(3). Add usage() and prototypes.charnier1997-08-051-14/+26
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Add renice's correct man page to the Makefile.jkh1994-08-111-0/+1
| | | | Submitted by: jkh
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+264
OpenPOWER on IntegriCloud