summaryrefslogtreecommitdiffstats
path: root/sys-utils/renice.1
diff options
context:
space:
mode:
authorKarel Zak2009-03-09 21:09:50 +0100
committerKarel Zak2009-03-09 21:09:50 +0100
commit7cfbafda9c484a8cadefc47ee115086e803d9391 (patch)
tree657c25da4d0ee53f487835593050877cbdc00e2e /sys-utils/renice.1
parentbuild-sys: cleanup --with-fsprobe help string (diff)
downloadkernel-qcow2-util-linux-7cfbafda9c484a8cadefc47ee115086e803d9391.tar.gz
kernel-qcow2-util-linux-7cfbafda9c484a8cadefc47ee115086e803d9391.tar.xz
kernel-qcow2-util-linux-7cfbafda9c484a8cadefc47ee115086e803d9391.zip
renice: add -n option for compatibility with POSIX
The -n option is required by POSIX.1-200x. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/renice.1')
-rw-r--r--sys-utils/renice.17
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-utils/renice.1 b/sys-utils/renice.1
index 3c20d6eb6..32a23e146 100644
--- a/sys-utils/renice.1
+++ b/sys-utils/renice.1
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)renice.8 8.1 (Berkeley) 6/9/93
+.\" @(#)renice.8 8.1 (Berkeley) 6/9/93
.\"
.Dd June 9, 1993
.Dt RENICE 1
@@ -39,6 +39,7 @@
.Nd alter priority of running processes
.Sh SYNOPSIS
.Nm renice
+.Op Fl n
.Ar priority
.Oo
.Op Fl p
@@ -74,6 +75,10 @@ their process ID's.
Options supported by
.Nm renice :
.Bl -tag -width Ds
+.It Fl n, Fl Fl priority
+The scheduling
+.Ar priority
+of the process, process group, or user.
.It Fl g, Fl Fl pgrp
Force
.Ar who