diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-14 08:40:30 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-14 08:40:30 +0000 |
commit | afbc806ee9215bc97f618541c3c312bea7c2081e (patch) | |
tree | 4823e231be13611b38d59373e645aaaa24ee49b8 | |
parent | 1de5c2d7c63916b11668078445e5f75c054bc898 (diff) | |
download | s6-linux-init-afbc806ee9215bc97f618541c3c312bea7c2081e.tar.xz |
Doc fix
-rw-r--r-- | doc/s6-linux-init-hpr.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/s6-linux-init-hpr.html b/doc/s6-linux-init-hpr.html index d2a03fb..4bf38cd 100644 --- a/doc/s6-linux-init-hpr.html +++ b/doc/s6-linux-init-hpr.html @@ -29,7 +29,7 @@ It is normally invoked through <tt>halt</tt>, <tt>poweroff</tt> or <h2> Interface </h2> <pre> - s6-linux-init-hpr [ -f ] [ -h | -p | -r ] [ -d | -w ] [ -W ] [ -i ] + s6-linux-init-hpr [ -f ] [ -h | -p | -r ] [ -n ] [ -d | -w ] [ -W ] [ -i ] </pre> <ul> @@ -55,6 +55,10 @@ machine. </li> <li> <tt>-h</tt> : halt. The system will be shut down, but the power will remain up. </li> <li> <tt>-p</tt> : poweroff. The system will be shut down and the power turned off. </li> <li> <tt>-r</tt> : reboot. The system will reboot. </li> + <li> <tt>-n</tt> : Do not call +<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/sync.html">sync()</a> +before the hardware shutdown. The default is to sync, just in case. This option is only +relevant when combined with <tt>-f</tt>; without it, it has no effect. </li> <li> <tt>-d</tt> : Do not write a wtmp shutdown entry. </li> <li> <tt>-w</tt> : Only write a wtmp shutdown entry; do not actually shut down the system. </li> |