From: Karl Berry Date: Sat, 3 Sep 2011 16:56:26 +0000 (-0700) Subject: avoid literal : in index entries X-Git-Tag: stable/20110908~11 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=b26a79b01ebd995cd4191f5f920672dc646822b4;p=gnulib.git avoid literal : in index entries (cherry picked from commit e4078c6f6eed0f441ab49d8b98f3812c20f7278d) --- diff --git a/ChangeLog b/ChangeLog index 0b120018f..a67dc492d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-09-03 Karl Berry + + * doc/regex.texi (Character Class Operators): Avoid literal ":" + in index entries. + 2011-09-01 Bruno Haible strtoimax, strtoumax: Document problem on HP-UX 11. diff --git a/doc/regex.texi b/doc/regex.texi index 52ecf9b70..bf8049ec0 100644 --- a/doc/regex.texi +++ b/doc/regex.texi @@ -914,8 +914,8 @@ symbol. @subsection Character Class Operators (@code{[:} @dots{} @code{:]}) @cindex character classes -@cindex @samp{[:} in regex -@cindex @samp{:]} in regex +@cindex @samp{[colon} in regex +@cindex @samp{colon]} in regex If the syntax bit @code{RE_CHAR_CLASSES} is set, then Regex recognizes character class expressions inside lists. A @dfn{character class