diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/renice/renice.8 | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/renice/renice.8')
-rw-r--r-- | usr.bin/renice/renice.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 7a0e7f5ac10..94e3027bbd4 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: renice.8,v 1.7 1999/05/23 14:11:30 aaron Exp $ +.\" $OpenBSD: renice.8,v 1.8 1999/06/05 01:21:38 aaron Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -54,8 +54,8 @@ .Ar user ... .Oc .Sh DESCRIPTION -.Nm renice -alters the +.Nm +alters the scheduling .Ar priority (an integer) of one or more running processes. @@ -65,7 +65,7 @@ parameters (pid, pgrp and user) are interpreted as process IDs, process group IDs, or user names. .Nm renice Ns ing a process group causes all processes in the process group -to have their scheduling priority altered. +to have their scheduling priority altered. .Nm renice Ns ing a user causes all processes owned by the user to have their scheduling priority altered. @@ -76,7 +76,7 @@ Options supported by .Nm renice : .Bl -tag -width Ds .It Fl g -Force +Force .Ar who parameters to be interpreted as process group IDs. .It Fl u |