commit 2146e73b1b949cbf57d552827ff17a1b3bff541a
Author: sin <[email protected]>
Date: Thu Jan 22 17:49:03 2015 +0000
Fix grammar in grep.1
diff --git a/grep.1 b/grep.1
index 15e5439..a44f015 100644
--- a/grep.1
+++ b/grep.1
@@ -59,7 +59,7 @@ Select lines which do
.B not
Match the pattern.
.It Fl w
-The expression is search for as a word (as if surrounded by '[[:<:]]' and
'[[:>:]]').
+The expression is searched for as a word (as if surrounded by '[[:<:]]' and
'[[:>:]]').
.It Fl x
Consider only input lines that use all characters in the line excluding the
terminating <newline> to
match an entire fixed string or regular expression to be matching lines.