grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.9-14-g708b04a


From: Paolo Bonzini
Subject: grep branch, master, updated. v2.9-14-g708b04a
Date: Fri, 15 Jul 2011 13:25:46 +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  708b04abffa269253b92b35686e7852b7639adb7 (commit)
      from  d82e0fce03553b929dac59e3effabc54bb02058f (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=708b04abffa269253b92b35686e7852b7639adb7


commit 708b04abffa269253b92b35686e7852b7639adb7
Author: Reuben Thomas <address@hidden>
Date:   Fri Jul 15 15:23:33 2011 +0200

    doc: improve documentation of character classes in the man page
    
    * doc/grep.in.1: Reword documentation of character classes.

diff --git a/doc/grep.in.1 b/doc/grep.in.1
index e9b4589..f1f68d0 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -676,11 +676,10 @@ and
 .BR [:xdigit:].
 For example,
 .B [[:alnum:]]
-means
-.BR [0\-9A\-Za\-z] ,
-except the latter form depends upon the C locale and the
-\s-1ASCII\s0 character encoding, whereas the former is independent
-of locale and character set.
+means the character class of numbers and
+letters in the current locale. In the C locale and \s-1ASCII\s0
+character set encoding, this is the same as
+.BR [0\-9A\-Za\-z] .
 (Note that the brackets in these class names are part of the symbolic
 names, and must be included in addition to the brackets delimiting
 the bracket expression.)

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

Summary of changes:
 doc/grep.in.1 |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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