diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2014-06-21 01:53:17 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-06-21 01:53:17 -0500 |
commit | 23cb55d843b165d5508f330287ed329358fc85dc (patch) | |
tree | 0a254872063b10a46bdd495589f5b52344d39635 /man | |
parent | 094bc17cb0ad75da189ebf1a8242a378928a1eef (diff) |
man/start-stop-daemon.8: correct argument from --nice to --nicelevel
X-Gentoo-Bug: 510648
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=510648
Diffstat (limited to 'man')
-rw-r--r-- | man/start-stop-daemon.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index a8052328..b3405d5b 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -139,7 +139,7 @@ option. Modifies the IO scheduling priority of the daemon. Class can be 0 for none, 1 for real time, 2 for best effort and 3 for idle. Data can be from 0 to 7 inclusive. -.It Fl N , -nice Ar level +.It Fl N , -nicelevel Ar level Modifies the scheduling priority of the daemon. .It Fl 1 , -stdout Ar logfile Redirect the standard output of the process to logfile when started with |