From d44cfc189dc3ae86d6eee28a53f243c8cd7d156c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 29 Nov 2009 17:18:48 +0100 Subject: maint: enable two checks * cfg.mk (local-checks-to-skip): Enable two: sc_prohibit_xalloc_without_use sc_two_space_separator_in_usage * src/grep.c (usage): Conform: use two spaces, not 1. * src/kwset.c (malloc): Define as a function-macro so that the syntax-check rule sees that we are indeed using xmalloc here. --- src/grep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/grep.c') diff --git a/src/grep.c b/src/grep.c index c6590652..fbeb0899 100644 --- a/src/grep.c +++ b/src/grep.c @@ -1472,8 +1472,8 @@ Output control:\n\ --include=FILE_PATTERN search only files that match FILE_PATTERN\n\ --exclude=FILE_PATTERN skip files and directories matching FILE_PATTERN\n\ --exclude-from=FILE skip files matching any file pattern from FILE\n\ - --exclude-dir=PATTERN directories that match PATTERN will be skipped.\n\ - -L, --files-without-match print only names of FILEs containing no match\n\ + --exclude-dir=PATTERN directories that match PATTERN will be skipped.\n\ + -L, --files-without-match print only names of FILEs containing no match\n\ -l, --files-with-matches print only names of FILEs containing matches\n\ -c, --count print only a count of matching lines per FILE\n\ -T, --initial-tab make tabs line up (if needed)\n\ -- cgit v1.2.1