update manpages

This commit is contained in:
Connor Lane Smith
2011-05-25 18:29:46 +01:00
parent 416a068df6
commit 47308190b3
12 changed files with 29 additions and 3 deletions

4
grep.1
View File

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