diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-04-18 13:09:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-04-18 13:09:45 +0000 |
commit | 6910ea0e98ca11275c006d609d432e47c321054d (patch) | |
tree | 1d169041735c7fd185425aa5c4e24a0705dc30c1 /doc/s6-hiercopy.html | |
parent | 973473932c7464846a5b231046201576674a2857 (diff) | |
download | s6-portable-utils-6910ea0e98ca11275c006d609d432e47c321054d.tar.xz |
Doc fixes (thx flexibeast)
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-hiercopy.html')
-rw-r--r-- | doc/s6-hiercopy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-hiercopy.html b/doc/s6-hiercopy.html index 43fdc13..846e0c9 100644 --- a/doc/s6-hiercopy.html +++ b/doc/s6-hiercopy.html @@ -55,7 +55,7 @@ be considered instant when used in a multitasking environment. 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 +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 specification</a>, so things should work in practice. Consequently, the s6-hiercopy utility has been moved from |