From: Reuben Thomas Date: Sat, 14 Aug 2010 22:08:55 +0000 (+0100) Subject: Document not_eol. X-Git-Tag: v0.1~3933 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=e5cff5489f169c538233c7eadbf36a9a959e3661 Document not_eol. --- diff --git a/ChangeLog b/ChangeLog index eca02ce59..68df573c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ regex: Tweak doc. * doc/regex.texi (Overview): Don't mention regex.c. (GNU Regular Expression Compiling): Likewise. + (Match-end-of-line Operator): Mention 'not_eol'. 2010-08-14 Brian Gough Bruno Haible diff --git a/doc/regex.texi b/doc/regex.texi index d57ff49b4..59dfd8b8b 100644 --- a/doc/regex.texi +++ b/doc/regex.texi @@ -1220,8 +1220,9 @@ matches, e.g., @samp{foo} and, e.g., the first three characters of Its interaction with the syntax bits and pattern buffer fields is exactly the dual of @samp{^}'s; see the previous section. (That is, -``beginning'' becomes ``end'', ``next'' becomes ``previous'', and -``after'' becomes ``before''.) +``@samp{^}'' becomes ``@samp{$}'', ``beginning'' becomes ``end'', +``next'' becomes ``previous'', ``after'' becomes ``before'', and +``@code{not_bol}'' becomes ``@code{not_eol}''.) @node GNU Operators