aboutsummaryrefslogtreecommitdiffstats
path: root/doc/faq.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:44:00 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:44:00 +0000
commit79a965c074033d7066984c91e132930589ed2457 (patch)
tree88abddfc315154ec40f7df03b66922cdcd203811 /doc/faq.html
parent7f6dabcd0c10f8dd0ab7828722543fa23478dba5 (diff)
downloads6-rc-79a965c074033d7066984c91e132930589ed2457.tar.gz
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/faq.html')
-rw-r--r--doc/faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.html b/doc/faq.html
index 9977f59..ee230c8 100644
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -220,7 +220,7 @@ new database will be used on the next boot, atomically update the link:
The use of the
<a href="//skarnet.org/software/s6-portable-utils/s6-ln.html">s6-ln</a>
utility is recommended, because the
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ln.html">ln</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/utilities/ln.html">ln</a>
standard actually <em>forbids</em> an atomic replacement, so utilities that
follow it to the letter, for instance, <tt>ln</tt> from GNU coreutils, cannot
be atomic: they first remove the old link, then create the new one. If you