diff options
Diffstat (limited to 'doc/s6-linux-init-maker.html')
-rw-r--r-- | doc/s6-linux-init-maker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index d8c1432..0fc34df 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -346,7 +346,7 @@ the descriptor that was <tt>init</tt>'s standard error. </li> <li> Stopping the container with <tt>reboot</tt> will make the container's init program report being killed by a SIGHUP. Stopping it with <tt>poweroff</tt> will make it report being killed by a SIGINT. -(This is according to the +This is according to the <a href="http://man7.org/linux/man-pages/man2/reboot.2.html">reboot(2)</a> specification. </li> <li> Stopping the container with <tt>halt</tt>, however, is different. |