From 9a967e13f99782907020196fe0aa12966f6a3edb Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 21 Nov 2014 14:22:22 +0000 Subject: [PATCH] Fix grammar in grep.1 --- grep.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grep.1 b/grep.1 index 2f94be5..ddbb72e 100644 --- a/grep.1 +++ b/grep.1 @@ -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