diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-svscan.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/s6-svscan.html b/doc/s6-svscan.html index b826847..fc54cd9 100644 --- a/doc/s6-svscan.html +++ b/doc/s6-svscan.html @@ -135,6 +135,8 @@ it receives one of the following signals. <li> SIGINT : fork and execute <tt>.s6-svscan/SIGINT</tt> </li> <li> SIGUSR1 : fork and execute <tt>.s6-svscan/SIGUSR1</tt> </li> <li> SIGUSR2 : fork and execute <tt>.s6-svscan/SIGUSR2</tt> </li> + <li> SIGPWR (on systems that define it) : fork and execute <tt>.s6-svscan/SIGPWR</tt> </li> + <li> SIGWINCH (on systems that define it) : fork and execute <tt>.s6-svscan/SIGWINCH</tt> </li> </ul> <p> diff --git a/doc/upgrade.html b/doc/upgrade.html index 72b5386..636a03c 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -35,6 +35,8 @@ interpreter. </li> <li> A new <tt>-X</tt> option has been added to <a href="s6-svscan.html>s6-svscan</a> to better support <a href="//skarnet.org/software/s6-linux-init/">s6-linux-init</a> installations. </li> + <li> <a href="s6-svscan.html>s6-svscan</a> now handles SIGPWR and SIGWINCH, when +diverted, on systems that define those signals. </li> </ul> <h2> in 2.9.0.1 </h2> |