grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.6.3-77-g3569576


From: Paolo Bonzini
Subject: grep branch, master, updated. v2.6.3-77-g3569576
Date: Fri, 16 Jul 2010 20:40:37 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  3569576a3304b51491be0a88d4659713d960674f (commit)
      from  28ec5d35539fd63d8914517e59de8c6f5082dab9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=3569576a3304b51491be0a88d4659713d960674f


commit 3569576a3304b51491be0a88d4659713d960674f
Author: Paolo Bonzini <address@hidden>
Date:   Fri Jul 16 22:38:12 2010 +0200

    doc: document \s and \S
    
    * doc/grep.texi (The Backslash Character and Special Expressions):
    Document \s and \S escapes.

diff --git a/doc/grep.texi b/doc/grep.texi
index 9ee4bc4..890ba1b 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -1334,6 +1334,12 @@ Match word constituent, it is a synonym for 
@samp{[[:alnum:]]}.
 @item @samp{\W}
 Match non-word constituent, it is a synonym for @samp{[^[:alnum:]]}.
 
address@hidden @samp{\s}
+Match whitespace, it is a synonym for @samp{[[:space:]]}.
+
address@hidden @samp{\S}
+Match non-whitespace, it is a synonym for @samp{[^[:space:]]}.
+
 @end table
 
 For example, @samp{\brat\b} matches the separate word @samp{rat},

-----------------------------------------------------------------------

Summary of changes:
 doc/grep.texi |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]