Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/renice Fix macro use, sort.
details: https://anonhg.NetBSD.org/src/rev/e1c0ddd4ff45
branches: trunk
changeset: 1015429:e1c0ddd4ff45
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Oct 23 16:14:40 2020 +0000
description:
Fix macro use, sort.
diffstat:
usr.bin/renice/renice.8 | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diffs (79 lines):
diff -r ea01ba3cc0cc -r e1c0ddd4ff45 usr.bin/renice/renice.8
--- a/usr.bin/renice/renice.8 Fri Oct 23 16:00:23 2020 +0000
+++ b/usr.bin/renice/renice.8 Fri Oct 23 16:14:40 2020 +0000
@@ -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 @@
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 @@
.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 @@
.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
Home |
Main Index |
Thread Index |
Old Index