diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-08-24 21:21:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-08-24 21:21:40 +0000 |
commit | c30f4e810191cc0d4d07d1d8455374c14c55bc74 (patch) | |
tree | f18d22abb43b4e148018cd694d90e68593ede267 | |
parent | bad3cf114631f02c2f88de387e82b14591e7cb39 (diff) | |
download | s6-c30f4e810191cc0d4d07d1d8455374c14c55bc74.tar.xz |
Doc typo fix
-rw-r--r-- | doc/s6-notifyoncheck.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-notifyoncheck.html b/doc/s6-notifyoncheck.html index 5499e59..2b6bfc6 100644 --- a/doc/s6-notifyoncheck.html +++ b/doc/s6-notifyoncheck.html @@ -97,7 +97,7 @@ the service <em>up</em> but not <em>ready</em>) if service readiness still has not been detected after <em>globaltimeout</em> milliseconds. Default is 0, meaning infinite: s6-notifyoncheck will keep polling until it succeeds. </li> <li> <tt>-t <em>localtimeout</em></tt> : on every attempt, if -<tt>./check</tt> still has not exited after <em>localtimeout</em> milliseconds, +<tt>./data/check</tt> still has not exited after <em>localtimeout</em> milliseconds, kill it and declare that attempt failed. Default is 0, meaning infinite: s6-notifyoncheck will wait forever for <tt>./data/check</tt> to exit. </li> <li> <tt>-w <em>waitingtime</em></tt> : sleep for |