summaryrefslogtreecommitdiff
path: root/doc/s6-grep.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 17:45:31 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 17:45:31 +0000
commit3f7d194475869c00e4cb00d0787e3bb941bf95ec (patch)
tree8e4f576dbfb0af8f0547a1b4563a443b3b7313cf /doc/s6-grep.html
parentb86f0b3410120e6d5526822a14ed4e8676888beb (diff)
downloads6-portable-utils-3f7d194475869c00e4cb00d0787e3bb941bf95ec.tar.xz
doc: fix URLs
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 8600ff4..9e47c03 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="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_03">Basic
+<a href="https://pubs.opengroup.org/onlinepubs/9699919799/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="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_04">Extended
+<a href="https://pubs.opengroup.org/onlinepubs/9699919799/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="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html">grep</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html">grep</a>
program.
</p>