summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-01-14 08:40:30 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-01-14 08:40:30 +0000
commitafbc806ee9215bc97f618541c3c312bea7c2081e (patch)
tree4823e231be13611b38d59373e645aaaa24ee49b8
parent1de5c2d7c63916b11668078445e5f75c054bc898 (diff)
downloads6-linux-init-afbc806ee9215bc97f618541c3c312bea7c2081e.tar.xz
Doc fix
-rw-r--r--doc/s6-linux-init-hpr.html6
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>&nbsp;: halt. The system will be shut down, but the power will remain up. </li>
<li> <tt>-p</tt>&nbsp;: poweroff. The system will be shut down and the power turned off. </li>
<li> <tt>-r</tt>&nbsp;: reboot. The system will reboot. </li>
+ <li> <tt>-n</tt>&nbsp;: 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>&nbsp;: Do not write a wtmp shutdown entry. </li>
<li> <tt>-w</tt>&nbsp;: Only write a wtmp shutdown entry; do not actually shut down
the system. </li>