summaryrefslogtreecommitdiffstats
path: root/usr.bin/nice
Commit message (Collapse)AuthorAgeFilesLines
* Correct History: nice(1) appeared in V4.tjr2002-06-031-1/+1
|
* If we can't change the scheduling priority, warn but still executetjr2002-05-131-3/+3
| | | | | | | | the requested utility. This is how nice(1) traditionall behaved, and the behaviour required by SUSv3 and POSIX.2 UPE. Submitted by: Peter Avalos <pavalos@theshell.com> (partially) Reviewed by: mike
* Support the SUSv3 -n option and the "--" end of options marker.tjr2002-05-122-51/+61
| | | | | | | | | Replace "command" with "utility" in the manual page & source to be more consistent with the terminology used in the standard, and to hint that shell builtin commands won't work. Submitted by: Peter Avalos <pavalos@theshell.com> (partially) Approved by: mike
* According to POSIX, exit status must be 127 if the requested utility was nottjr2002-05-102-5/+15
| | | | | | | | found, 126 if the execvp() failed for any other reason. Similar to rev. 1.6 to src/usr.bin/env/env.c Reviewed by: mike
* Use `The .Nm utility'charnier2002-04-201-4/+6
|
* remove __Pimp2002-03-221-1/+1
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-102-6/+7
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* Warns cleanup. Add FreeBSD ID to Makefile and nice.c.dwmalone2001-12-032-2/+8
|
* Remove whitespace at EOL.dd2001-07-151-8/+8
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Fix a typo and a punctuation mistake, the two of which conspiredsheldonh2000-11-291-2/+2
| | | | against the reader.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Correct some hard sentence breaks. Only those surrounding the previoussheldonh1999-09-141-4/+4
| | | | | | | | commit and those which cause ugly nroff output have been fixed, since the purpose of the style guideline which they contravene is to reduce the sizes of deltas. Reported by: bde
* Improve shell documentation:sheldonh1999-09-081-18/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * Consistently misspell built-in as builtin. * Add a builtin(1) manpage and create builtin(1) MLINKS for all shell builtin commands for which no standalone utility exists. These MLINKS replace those that were created for csh(1). * Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages, as well as to the manpages of standalone utilities which are supported as shell builtin commands in at least one of the shells. In such manpages, explain that similar functionality may be provided as a shell builtin command. * Improve sh(1)'s description of the cd builtin command. Csh(1) already describes it adequately. Replace the cd(1) manpage with a builtin(1) MLINKS link. * Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use Ic instead of Xr for shell builtin commands. * Undo English contractions. Reviewed by: mpp, rgrimes
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* 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>
* Clean up some ambiguous nested if/elses.billf1999-07-041-1/+2
|
* Make a reference to rtprio, which will definatly be of interest to someonebillf1999-06-251-2/+3
| | | | | | looking at this page. Requested By: Keith Stevenson <k.stevenson@louisville.edu>
* .Nm nice -> .Nm.charnier1998-03-231-3/+3
|
* Add ref to idprio(1).wosch1997-07-211-1/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sort cross references.wosch1997-01-151-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Match the reality. The man page was completely wrong.wosch1996-11-021-11/+32
|
* remove duplicated usage string from commit rev 1.2wosch1996-11-021-3/+3
| | | | fix usage()
* Check the # of arguments, instead of silently dumping core.joerg1995-12-101-0/+2
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+195
OpenPOWER on IntegriCloud