Clarify mechanics in grep.1

This commit is contained in:
sin 2015-01-22 17:50:07 +00:00
parent b2f078fb13
commit 37d30f2bd8
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 searched 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.