diff options
author | remko <remko@FreeBSD.org> | 2011-02-25 19:38:42 +0000 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2011-02-25 19:38:42 +0000 |
commit | c9180b4d535e2db64e67d44d1c432dcf92c5680b (patch) | |
tree | c9d969021f70505f8699de85574e0959b49da1ca | |
parent | 5f186188c64d6a1e6948a4fc5c428220da88f533 (diff) | |
download | FreeBSD-src-c9180b4d535e2db64e67d44d1c432dcf92c5680b.zip FreeBSD-src-c9180b4d535e2db64e67d44d1c432dcf92c5680b.tar.gz |
Revert the commit that I made, there is a lot of discussion
and it's not accurate anyway
Requested by: jb, bde
-rw-r--r-- | usr.bin/nice/nice.1 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index b634f7a..35391b5 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -50,11 +50,6 @@ value by the specified .Ar increment , or a default value of 10. The lower the nice value of a process, the higher its scheduling priority. -.Ar increment . -The priority can be adjusted over a range of -20 (the higest) to 20 (the -lowest). -A priority of 19 or 20 will prevent a process from taking any cycles from -others at nice 0 or better. .Pp The superuser may specify a negative increment in order to run a utility with a higher scheduling priority. |