diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-01-16 07:27:23 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-01-16 07:27:23 +0000 |
commit | 7ecdb9345534a8ee40801469eaff045d8a61a414 (patch) | |
tree | 36458fdf15834a9dacbf2f3e3d1ae6059547fe84 /usr.bin | |
parent | 049cc20ca62c90da9aa948aaba0efa0bf0e048ef (diff) |
disambiguate somewhat
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/renice/renice.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 918e1aab600..b395e40b029 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: renice.8,v 1.2 1996/06/26 05:38:26 deraadt Exp $ +.\" $OpenBSD: renice.8,v 1.3 1997/01/16 07:27:22 kstailey Exp $ .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -56,10 +56,12 @@ .Sh DESCRIPTION .Nm Renice alters the -scheduling priority of one or more running processes. +scheduling +.Ar priority +(an integer) of one or more running processes. The following .Ar who -parameters are interpreted as process ID's, process group +parameters (pid, pgrp and user) are interpreted as process ID's, process group ID's, or user names. .Nm Renice Ns 'ing a process group causes all processes in the process group |