diff options
Diffstat (limited to 'doc/s6-supervise.html')
-rw-r--r-- | doc/s6-supervise.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-supervise.html b/doc/s6-supervise.html index f116f99..404e896 100644 --- a/doc/s6-supervise.html +++ b/doc/s6-supervise.html @@ -109,7 +109,7 @@ daemon as <tt>fdmove -c 2 1 fdmove 1 3 prog...</tt> (in execline), or <li> SIGTERM: bring down the service and exit, as if a <a href="s6-svc.html">s6-svc -xd</a> command had been received </li> <li> SIGHUP: close its own stdin and stdout, and exit as soon as the -service stops, as if a <a href="s6-svc.html">s6-svc -x</a> command +service stops, as if an <a href="s6-svc.html">s6-svc -x</a> command had been received </li> <li> SIGQUIT: exit immediately without touching the service in any way. </li> |