diff options
author | William Hubbs <williamh@gentoo.org> | 2011-12-30 21:51:05 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-12-30 22:12:59 -0600 |
commit | e873ef2ba7d43346b945e9d9f7bd32667de655a5 (patch) | |
tree | 8276af8da7b46c6cb4f1116cdd3a718cb419e600 /man/runscript.8 | |
parent | 26edfe369c685f3bec560dd4a968f2468c47a269 (diff) |
Reword retry documentation on runscript man page
Diffstat (limited to 'man/runscript.8')
-rw-r--r-- | man/runscript.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index 77b23998..08f302ea 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -113,8 +113,8 @@ Pidfile to use for the above defined command. .It Ar name Display name used for the above defined command. .It Ar retry -You can either specify a timeout in seconds or a multiple signal/timeout pairs -as a stopping schedule. This is only used during stop(). +Retry schedule to use when stopping the daemon. It can either be a +timeout in seconds or multiple signal/timeout pairs (like SIGTERM/5). .El .Sh DEPENDENCIES You should define a |