aboutsummaryrefslogtreecommitdiffstats
path: root/doc/s6-grep.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-grep.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-grep.html')
-rw-r--r--doc/s6-grep.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-grep.html b/doc/s6-grep.html
index 9e47c03..42ff11a 100644
--- a/doc/s6-grep.html
+++ b/doc/s6-grep.html
@@ -30,7 +30,7 @@
<ul>
<li> s6-grep compiles <em>pattern</em> as a
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_03">Basic
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap09.html#tag_09_03">Basic
Regular Expression</a> </li>
<li> It reads stdin and matches every line against this regexp </li>
<li> If the line matches, it prints it to stdout </li>
@@ -44,7 +44,7 @@ otherwise. </li>
<li> <tt>-F</tt>&nbsp;: <em>pattern</em> is not compiled as a BRE, but is
interpreted as a literal string. </li>
<li> <tt>-E</tt>&nbsp;: <em>pattern</em> is not compiled as a BRE, but as an
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_04">Extended
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap09.html#tag_09_04">Extended
Regular Expression</a> (ERE). </li>
<li> <tt>-i</tt>&nbsp;: ignore case during the match </li>
<li> <tt>-c</tt>&nbsp;: do not write normal output; only write the number of
@@ -60,7 +60,7 @@ match <em>pattern</em>). </li>
<p>
s6-grep <strong>is not</strong> suitable as a Single Unix
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html">grep</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/utilities/grep.html">grep</a>
program.
</p>