summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-11-03 21:11:29 +0000
committerRoy Marples <roy@marples.name>2008-11-03 21:11:29 +0000
commitc520d4a23a2694427f31371c19889329155841d3 (patch)
tree31f38130abf903939b6ff06946e86d03abc9758a /man
parent8a76c273253180a5872ce909ae63d79fafc1d8ca (diff)
downloadopenrc-c520d4a23a2694427f31371c19889329155841d3.tar.gz
openrc-c520d4a23a2694427f31371c19889329155841d3.tar.bz2
openrc-c520d4a23a2694427f31371c19889329155841d3.tar.xz
--nice is -N, not -n. Also, correct default timeout.
Diffstat (limited to 'man')
-rw-r--r--man/start-stop-daemon.84
1 files changed, 2 insertions, 2 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8
index c92dc2f..ab64b7d 100644
--- a/man/start-stop-daemon.8
+++ b/man/start-stop-daemon.8
@@ -129,7 +129,7 @@ option. Only useful when used with daemons that run in the foreground and
forced into the background with the
.Fl -b , -background
option.
-.It Fl n , -nice Ar level
+.It Fl N , -nice 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
@@ -148,7 +148,7 @@ These options are only used for stopping daemons:
.It Fl R , -retry Ar timeout | Ar signal Ns / Ns Ar timeout
You can either specify a timeout or a multiple signal/timeout pairs as a
stopping schedule.
-If not specified then a default value of SIGTERM/5 is
+If not specified then a default value of SIGTERM/0 is
assumed.
.El
.Sh ENVIRONMENT