aboutsummaryrefslogtreecommitdiffstats
path: root/doc/s6-hiercopy.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:44:04 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:44:04 +0000
commit3b89b580a0dc3a66b5b4b85a39a2f1cea7c5e677 (patch)
treebea63e5ae894c3bbeed52d22223424f340a5e2ac /doc/s6-hiercopy.html
parent3672059f7c649a0b86bc79c536f67022cee1b469 (diff)
downloads6-portable-utils-3b89b580a0dc3a66b5b4b85a39a2f1cea7c5e677.tar.gz
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-hiercopy.html')
-rw-r--r--doc/s6-hiercopy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-hiercopy.html b/doc/s6-hiercopy.html
index 846e0c9..e66b01e 100644
--- a/doc/s6-hiercopy.html
+++ b/doc/s6-hiercopy.html
@@ -56,7 +56,7 @@ But then, <tt>cp</tt> shouldn't either. </li>
<li> There is no standard way of creating device nodes on a
filesystem, so any <tt>cp</tt>-like utility is inherently
non-portable. Fortunately, most systems still agree on the non-portable usages of the
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/mknod.html">mknod
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/mknod.html">mknod
specification</a>, so things should work in practice. Consequently,
the s6-hiercopy utility has been moved from
<a href="//skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>