diff options
Diffstat (limited to 'doc/s6-grep.html')
-rw-r--r-- | doc/s6-grep.html | 6 |
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> : <em>pattern</em> is not compiled as a BRE, but is interpreted as a literal string. </li> <li> <tt>-E</tt> : <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> : ignore case during the match </li> <li> <tt>-c</tt> : 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> |