sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 9a967e13f99782907020196fe0aa12966f6a3edb
parent 9e74df652016c07102823932db952f9f9b0a2f74
Author: sin <sin@2f30.org>
Date:   Fri, 21 Nov 2014 14:22:22 +0000

Fix grammar in grep.1

Diffstat:
Mgrep.1 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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