Fix grammar in grep.1

This commit is contained in:
sin 2014-11-21 14:22:22 +00:00
parent 9e74df6520
commit 9a967e13f9
1 changed files with 1 additions and 1 deletions

2
grep.1
View File

@ -51,7 +51,7 @@ Print only the names of files with matching lines.
.It Fl n
Prefix each matching line with its line number in the input.
.It Fl q
Print nothing, only returns status.
Print nothing, only return status.
.It Fl s
Suppress the error messages ordinarily written for nonexistent or unreadable files.
.It Fl v