summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-10-10 09:23:13 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-10-10 09:23:13 +0000
commit44e07b7ac6b060d889fb6d097956c0ca4150662c (patch)
treefbc3e76f524efb2edb9c8a6adc022cb9a62f9bf3
parent25c26eaf0300575b6fba8c67233785bb0bde8c06 (diff)
downloads6-portable-utils-44e07b7ac6b060d889fb6d097956c0ca4150662c.tar.xz
Doc fix
-rw-r--r--doc/s6-grep.html2
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>