grep docs: pluralize "Example" section
authorMark Lodato <lodatom@gmail.com>
Fri, 26 Feb 2010 03:40:10 +0000 (22:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2010 06:39:09 +0000 (22:39 -0800)
Signed-off-by: Mark Lodato <lodatom@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-grep.txt
index c44724d03a60640d34963f068149a3fe6803d20e..ae663b0210f19daed41d31455b9868920d72d2c3 100644 (file)
@@ -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.
 
        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
 
 git grep 'time_t' -- '*.[ch]'::
        Looks for `time_t` in all tracked .c and .h files in the working