Module Name:    src
Committed By:   wiz
Date:           Fri Oct 23 16:14:41 UTC 2020

Modified Files:
        src/usr.bin/renice: renice.8

Log Message:
Fix macro use, sort.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/renice/renice.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/renice/renice.8
diff -u src/usr.bin/renice/renice.8:1.17 src/usr.bin/renice/renice.8:1.18
--- src/usr.bin/renice/renice.8:1.17	Thu Oct 22 20:13:02 2020
+++ src/usr.bin/renice/renice.8	Fri Oct 23 16:14:40 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: renice.8,v 1.17 2020/10/22 20:13:02 dholland Exp $
+.\"	$NetBSD: renice.8,v 1.18 2020/10/23 16:14:40 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -39,7 +39,7 @@
 .Nm
 .Ar priority
 .Oo
-.Op Fl pgu
+.Op Fl gpu
 .Ar who ...
 .Oc
 .Ar ...
@@ -47,7 +47,7 @@
 .Fl n
 .Ar increment
 .Oo
-.Op Fl pgu
+.Op Fl gpu
 .Ar who ...
 .Oc
 .Ar ...
@@ -66,22 +66,22 @@ The following
 parameters name the target processes, as either process IDs, process
 group IDs, or user names.
 The
-.It pgf
+.Fl gpu
 options control the interpretation as follows:
 .Bl -tag -width Ds
 .It Fl g
 Interpret
 .Ar who
 parameters as process group ID's.
-.It Fl u
-Interpret
-.Ar who
-parameters as user names.
 .It Fl p
 Interpret
 .Ar who
 parameters as process IDs.
 This is the default.
+.It Fl u
+Interpret
+.Ar who
+parameters as user names.
 .El
 .Pp
 Each
@@ -96,6 +96,11 @@ If an
 .Ar increment
 is used, the increment is added to the highest priority found among
 the members of the process group prior to the change.
+.It with Fl p
+The named process is updated to the selected priority.
+If an
+.Ar increment
+is used, the increment is added to the process's previous priority.
 .It with Fl u
 All processes belonging to the specified user are updated to the
 selected priority.
@@ -103,11 +108,6 @@ If an
 .Ar increment
 is used, the increment is added to the highest priority found among
 the processes belonging to the user prior to the change.
-.It with Fl p
-The named process is updated to the selected priority.
-If an
-.Ar increment
-is used, the increment is added to the process's previous priority.
 .El
 .Pp
 In conventional terminology a

Reply via email to