diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-12-31 03:41:52 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-12-31 03:43:25 +0100 |
commit | 26edfe369c685f3bec560dd4a968f2468c47a269 (patch) | |
tree | b396140b2b17b97a4bea09f6f4ed88a885c82667 | |
parent | 34b7632d1d2ed38c7251ac8c2869c8fc416a99f5 (diff) |
Fix the description of --retry in start-stop-daemon(8)
X-Gentoo-Bug: 368615
X-Gentoo-Bug-URL: https://bugs.gentoo.org/368615
Reported-by: Stuart Shelton <srcshelton@gmail.com>
-rw-r--r-- | man/start-stop-daemon.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index a35d96cc..acdde1ae 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -163,8 +163,7 @@ These options are only used for stopping daemons: .Bl -tag -width indent .It Fl R , -retry Ar timeout | Ar signal Ns / Ns Ar timeout You can either specify a timeout in seconds or a multiple signal/timeout -pairs as a stopping schedule. -If not specified then a default value of SIGTERM/5 is assumed. +(like SIGTERM/5) pairs as a stopping schedule. .El .Sh ENVIRONMENT .Va SSD_NICELEVEL |