Fix grammar in grep.1

This commit is contained in:
sin 2015-01-22 17:49:03 +00:00
parent 2ba7005ddd
commit b2f078fb13
1 changed files with 1 additions and 1 deletions

2
grep.1
View File

@ -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.