update manpages
This commit is contained in:
4
grep.1
4
grep.1
@@ -9,7 +9,7 @@ grep \- search files for a pattern
|
||||
.SH DESCRIPTION
|
||||
.B grep
|
||||
searches the input files for lines that match the pattern, a regular expression as defined in
|
||||
.BR regex (7).
|
||||
.IR regex (7).
|
||||
By default each matching line is printed to stdout. If no file is given, grep
|
||||
reads from stdin.
|
||||
.P
|
||||
@@ -36,3 +36,5 @@ prints nothing, only returns status.
|
||||
selects lines which do
|
||||
.B not
|
||||
match the pattern.
|
||||
.SH SEE ALSO
|
||||
.IR regex (7)
|
||||
|
Reference in New Issue
Block a user