aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:44:02 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:44:02 +0000
commit2570924a6eb189aa82ac7a19ed33ff7a49d57b48 (patch)
tree4a2d5f831f701efc557dbe1fd18117cb74eb3c43 /doc
parent1a24089c821b7ab71af9733a58ffc762accd84dd (diff)
downloads6-linux-init-2570924a6eb189aa82ac7a19ed33ff7a49d57b48.tar.gz
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/s6-linux-init-echo.html2
-rw-r--r--doc/s6-linux-init-hpr.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-linux-init-echo.html b/doc/s6-linux-init-echo.html
index 837eab0..5c9c685 100644
--- a/doc/s6-linux-init-echo.html
+++ b/doc/s6-linux-init-echo.html
@@ -47,7 +47,7 @@ character instead of a space. </li>
no way to ensure that the <tt>echo</tt> program will behave consistently from
Unix system to Unix system - and even from Linux distribution to Linux
distribution. Despite there being a
-<a href="//pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html">standard</a>
+<a href="//pubs.opengroup.org/onlinepubs/9799919799/utilities/echo.html">standard</a>
for it, the <tt>echo</tt> commands in GNU coreutils, busybox, toybox, sbase, and
other implementations basically all exhibit different behaviours. Every shell has
a built-in <tt>echo</tt> command, that fails to follow the POSIX standard. <tt>echo</tt>
diff --git a/doc/s6-linux-init-hpr.html b/doc/s6-linux-init-hpr.html
index f0ed6fe..400c9af 100644
--- a/doc/s6-linux-init-hpr.html
+++ b/doc/s6-linux-init-hpr.html
@@ -56,7 +56,7 @@ machine. </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>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/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>