diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-22 09:52:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-22 09:52:40 +0000 |
commit | 5732b475bce8abd29f68f0963efb6ffdad2cfcf6 (patch) | |
tree | 513ba730e302703a2264454d82d32be63e140b3e /doc/s6-svscan.html | |
parent | 8b6a69e325abfc4960dccae6116af8dd338708a5 (diff) | |
download | s6-5732b475bce8abd29f68f0963efb6ffdad2cfcf6.tar.xz |
Doc typo fixes, thanks flexibeast
Diffstat (limited to 'doc/s6-svscan.html')
-rw-r--r-- | doc/s6-svscan.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-svscan.html b/doc/s6-svscan.html index 5d92174..61d7553 100644 --- a/doc/s6-svscan.html +++ b/doc/s6-svscan.html @@ -148,8 +148,8 @@ This behaviour can also be achieved via the <tt>s6-svscanctl -an <em>scandir</em> </tt> command. This is the closest that s6-svscan can get to the traditional "reload your configuration" behaviour. </li> <li> SIGINT : same as SIGTERM below. </li> - <li> SIGTERM : Instruct all the <a href="s6-supervise.html">s6-supervise</a> to -stop their service and exit; wait for the whole supervision tree to die, without + <li> SIGTERM : Instruct all the <a href="s6-supervise.html">s6-supervise</a> processes +to stop their service and exit; wait for the whole supervision tree to die, without losing any logs; then exec into <tt>.s6-svscan/finish</tt> or exit 0. This behaviour can also be achieved via the <tt>s6-svscanctl -t <em>scandir</em></tt> command. </li> <li> SIGQUIT : same as SIGTERM above, except that if a service is logged |