diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-10 09:23:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-10 09:23:13 +0000 |
commit | 44e07b7ac6b060d889fb6d097956c0ca4150662c (patch) | |
tree | fbc3e76f524efb2edb9c8a6adc022cb9a62f9bf3 | |
parent | 25c26eaf0300575b6fba8c67233785bb0bde8c06 (diff) | |
download | s6-portable-utils-44e07b7ac6b060d889fb6d097956c0ca4150662c.tar.xz |
Doc fix
-rw-r--r-- | doc/s6-grep.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-grep.html b/doc/s6-grep.html index 4d6baab..102bc6c 100644 --- a/doc/s6-grep.html +++ b/doc/s6-grep.html @@ -29,7 +29,7 @@ </pre> <ul> - <li> s6-grep compiles <em>pattern</em> as an + <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 Regular Expression</a> </li> <li> It reads stdin and matches every line against this regexp </li> |