diff options
| author | kleink <kleink@NetBSD.org> | 1997-08-25 16:42:36 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1997-08-25 16:42:36 +0000 |
| commit | 8287c17d7819cd89dac74ebbb22663fc5abe7c41 (patch) | |
| tree | fdf0c28431fee3c11895ca774d0353d3b7d26901 /usr.bin/nice/nice.1 | |
| parent | cc3132afa3d64449acb70e718bc996db9f277676 (diff) | |
Add references to [gs]etpriority(2).
Diffstat (limited to 'usr.bin/nice/nice.1')
| -rw-r--r-- | usr.bin/nice/nice.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index e6812158429..08efb1b5988 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: nice.1,v 1.6 1995/08/31 23:30:57 jtc Exp $ +.\" $NetBSD: nice.1,v 1.7 1997/08/25 16:42:36 kleink Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -95,6 +95,8 @@ The historic option has been deprecated but is still supported in this implementation. .Sh SEE ALSO .Xr csh 1 , +.Xr getpriority 2 , +.Xr setpriority 2 , .Xr renice 8 .Sh STANDARDS The |
