From: Mark Lodato Date: Fri, 26 Feb 2010 03:40:10 +0000 (-0500) Subject: grep docs: pluralize "Example" section X-Git-Tag: v1.7.0.3~24^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/04416018a77ced575c35791f8300ab014417aab9?hp=-c grep docs: pluralize "Example" section Signed-off-by: Mark Lodato Signed-off-by: Junio C Hamano --- 04416018a77ced575c35791f8300ab014417aab9 diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index c44724d03a..ae663b0210 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@ -174,8 +174,8 @@ OPTIONS If given, limit the search to paths matching at least one pattern. Both leading paths match and glob(7) patterns are supported. -Example -------- +Examples +-------- git grep 'time_t' -- '*.[ch]':: Looks for `time_t` in all tracked .c and .h files in the working