diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | doc/s6-linux-init-shutdown.html | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -6,3 +6,4 @@ Thanks to: multiplexd <multiplexd@gmx.com> Luis Ressel <aranea@aixah.de> Samuel Holland <samuel@sholland.org> + Max Rees <maxcrees@me.com> diff --git a/doc/s6-linux-init-shutdown.html b/doc/s6-linux-init-shutdown.html index a61f8be..b9cf94b 100644 --- a/doc/s6-linux-init-shutdown.html +++ b/doc/s6-linux-init-shutdown.html @@ -86,7 +86,7 @@ Ensures the system is halted, not powered off, at the end of the shutdown sequen <tt>-Hh</tt> is equivalent to <tt>-h</tt>. </li> <li> <tt>-P</tt> : this option can only be used in conjunction with <tt>-h</tt>. Ensures the system is powered off at the end of the shutdown sequence. -<tt>=Ph</tt> is equivalent to <tt>-p</tt>. </li> +<tt>-Ph</tt> is equivalent to <tt>-p</tt>. </li> </ul> <h2> Notes </h2> |