diff options
author | wosch <wosch@FreeBSD.org> | 1997-07-21 23:05:06 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-07-21 23:05:06 +0000 |
commit | f380543fc88e9e17ac186273a619c54284d8975d (patch) | |
tree | fb7195a53dd2a72a9f560d4deedc650f278279c9 /usr.bin/nice | |
parent | 547bc537a00c460addc85e1f69de4faa27b9c9a2 (diff) | |
download | FreeBSD-src-f380543fc88e9e17ac186273a619c54284d8975d.zip FreeBSD-src-f380543fc88e9e17ac186273a619c54284d8975d.tar.gz |
Add ref to idprio(1).
Diffstat (limited to 'usr.bin/nice')
-rw-r--r-- | usr.bin/nice/nice.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index fad8f6c..e3b36ca 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nice.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $Id: nice.1,v 1.5 1997/02/22 19:56:26 peter Exp $ .\" .Dd June 6, 1993 .Dt NICE 1 @@ -90,6 +90,7 @@ at priority -19 assuming the priority of the shell is 0 and you are the super-user. .Sh SEE ALSO .Xr csh 1 , +.Xr idprio 1 , .Xr getpriority 2 , .Xr setpriority 2 , .Xr renice 8 |