diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-21 12:49:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-21 12:49:39 +0000 |
commit | 723220f5e6ca72a43a795f88f9282e81749ace3f (patch) | |
tree | c490756f5d037d51987cc8f4362afb575695c263 /doc | |
parent | d31e4717acbe535fd851d5a1122914fbffa5c767 (diff) | |
download | s6-linux-init-723220f5e6ca72a43a795f88f9282e81749ace3f.tar.xz |
Doc typo fix
Diffstat (limited to 'doc')
-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. |