summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-04-18 13:09:45 +0000
committerLaurent Bercot <ska@appnovation.com>2022-04-18 13:09:45 +0000
commit6910ea0e98ca11275c006d609d432e47c321054d (patch)
tree1d169041735c7fd185425aa5c4e24a0705dc30c1
parent973473932c7464846a5b231046201576674a2857 (diff)
downloads6-portable-utils-6910ea0e98ca11275c006d609d432e47c321054d.tar.xz
Doc fixes (thx flexibeast)
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/index.html1
-rw-r--r--doc/s6-hiercopy.html2
-rw-r--r--doc/s6-unquote-filter.html2
-rw-r--r--doc/s6-unquote.html2
4 files changed, 4 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index 2c43bb3..9caa81a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -161,6 +161,7 @@ the previous versions of s6-portable-utils and the current one. </li>
<li> The <a href="s6-sleep.html"><tt>s6-sleep</tt></a> program </li>
<li> The <a href="s6-sort.html"><tt>s6-sort</tt></a> program </li>
<li> The <a href="s6-sync.html"><tt>s6-sync</tt></a> program </li>
+ <li> The <a href="s6-tai64ndiff.html"><tt>s6-tai64ndiff</tt></a> program </li>
<li> The <a href="s6-tail.html"><tt>s6-tail</tt></a> program </li>
<li> The <a href="s6-test.html"><tt>s6-test</tt></a> program </li>
<li> The <a href="s6-touch.html"><tt>s6-touch</tt></a> program </li>
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
diff --git a/doc/s6-unquote-filter.html b/doc/s6-unquote-filter.html
index f2d7539..b0f7e2b 100644
--- a/doc/s6-unquote-filter.html
+++ b/doc/s6-unquote-filter.html
@@ -44,7 +44,7 @@ lines to stdout. </li>
<ul>
<li> <tt>-d</tt>&nbsp;<em>delim</em>&nbsp;: a list of characters that
-will be considered as delimitors (to start and end the quoted string).
+will be considered as delimiters (to start and end the quoted string).
By default, only the double quote is such a character. If <em>delim</em>
is the empty string, s6-unquote-filter interprets <em>string</em> as
non-delimited, only escaped (i.e. for instance the result of some
diff --git a/doc/s6-unquote.html b/doc/s6-unquote.html
index af70928..6d681f5 100644
--- a/doc/s6-unquote.html
+++ b/doc/s6-unquote.html
@@ -41,7 +41,7 @@ cannot unquote <em>string</em> properly </li>
<ul>
<li> <tt>-n</tt>&nbsp;: do not print a trailing newline. </li>
<li> <tt>-d</tt>&nbsp;<em>delim</em>&nbsp;: a list of characters that
-will be considered as delimitors (to start and end the quoted string).
+will be considered as delimiters (to start and end the quoted string).
By default, only the double quote is such a character. If <em>delim</em>
is the empty string, s6-unquote interprets <em>string</em> as
non-delimited, only escaped (i.e. the result of some