diff options
Diffstat (limited to 'doc/s6-expr.html')
-rw-r--r-- | doc/s6-expr.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-expr.html b/doc/s6-expr.html index f0bdc7b..659e6f0 100644 --- a/doc/s6-expr.html +++ b/doc/s6-expr.html @@ -30,7 +30,7 @@ <p> s6-expr acts as the generic -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/expr.html">expr</a> utility, +<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/expr.html">expr</a> utility, except that the <strong>:</strong> operator (pattern matching) is not supported. </p> @@ -42,7 +42,7 @@ except that the <strong>:</strong> operator (pattern matching) is not supported. <p> s6-expr <strong>is not</strong> suitable as a Single Unix -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/expr.html">expr</a> +<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/expr.html">expr</a> program; however, if you are never using the pattern matching functionality, s6-expr scrupulously follows the rest of the specification. </p> |