commit 62b08ed24bd50737ce090f9ab37acb832845ef4f
parent 61a109af1f537a649611484a961cfd2c3819ef52
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Sun, 23 Aug 2015 11:48:59 +0000
Doc fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/s6-svc.html b/doc/s6-svc.html
@@ -70,8 +70,8 @@ stdin, stdout and stderr redirected to <tt>/dev/null</tt>. </li>
<li> <tt>-O</tt> : Once at most. Do not restart the supervised process
when it dies. If it is down when the command is received, do not even start
it. </li>
- <li> <tt>-T <em>timeout</em></tt> : if the <tt>-D</tt> or
-<tt>-U</tt> option has been given, <tt>-T</tt> specifies a timeout
+ <li> <tt>-T <em>timeout</em></tt> : if the <tt>-w<em>state</em></tt>
+option has been given, <tt>-T</tt> specifies a timeout
(in milliseconds) after which s6-svc will exit 1 with an error message if
the service still hasn't reached the desired state. By default, the
timeout is 0, which means that s6-svc will block indefinitely. </li>