]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - sys-utils/renice.1
Manual pages: order NOTES / HISTORY / BUGS / EXAMPLE consistently
[thirdparty/util-linux.git] / sys-utils / renice.1
index 6b735faf6f134c1eaaa240d2187f6a65811cb8a2..99cc61f211c62147515f1ca53d1f84c5da49a153 100644 (file)
@@ -77,11 +77,10 @@ Display version information and exit.
 .TP
 .BR \-h , " \-\-help"
 Display help text and exit.
-.SH EXAMPLES
-The following command would change the priority of the processes with
-PIDs 987 and 32, plus all processes owned by the users daemon and root:
+.SH FILES
 .TP
-.B "       renice" +1 987 -u daemon root -p 32
+.I /etc/passwd
+to map user names to user IDs
 .SH NOTES
 Users other than the superuser may only alter the priority of processes they
 own.  Furthermore, an unprivileged user can only
@@ -89,7 +88,7 @@ own.  Furthermore, an unprivileged user can only
 the ``nice value'' (i.e., choose a lower priority)
 and such changes are irreversible unless (since Linux 2.6.12)
 the user has a suitable ``nice'' resource limit (see
-.BR ulimit (1)
+.BR ulimit (1p)
 and
 .BR getrlimit (2)).
 
@@ -98,20 +97,22 @@ value in the range \-20 to 19.
 Useful priorities are: 19 (the affected processes will run only when nothing
 else in the system wants to), 0 (the ``base'' scheduling priority), anything
 negative (to make things go very fast).
-.SH FILES
+.SH HISTORY
+The
+.B renice
+command appeared in 4.0BSD.
+.SH EXAMPLE
+The following command would change the priority of the processes with
+PIDs 987 and 32, plus all processes owned by the users daemon and root:
 .TP
-.I /etc/passwd
-to map user names to user IDs
+.B "       renice" +1 987 \-u daemon root \-p 32
 .SH SEE ALSO
 .BR nice (1),
+.BR chrt (1),
 .BR getpriority (2),
 .BR setpriority (2),
 .BR credentials (7),
 .BR sched (7)
-.SH HISTORY
-The
-.B renice
-command appeared in 4.0BSD.
 .SH AVAILABILITY
 The renice command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/