From a90cfa59dadefd77f4efa6d3b90cf718ad978763 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 7 Aug 2010 06:58:15 -0700 Subject: [PATCH] erroneous commas inside @var --- ChangeLog | 1 + doc/regex.texi | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 220a03f59..2217a74b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ * doc/posix-functions/malloc.texi, * doc/posix-functions/strsignal.texi: missing @item. * doc/ld-version-script.texi: spurious leading i. + * doc/regex.texi (Interval Operators): no commas inside @var. 2010-08-01 Bruno Haible diff --git a/doc/regex.texi b/doc/regex.texi index 2c0e9d23b..3bfff6e3e 100644 --- a/doc/regex.texi +++ b/doc/regex.texi @@ -657,11 +657,11 @@ open-interval and close-interval operators; then: matches exactly @var{count} occurrences of the preceding regular expression. -@item @{@var{min,}@} +@item @{@var{min},@} matches @var{min} or more occurrences of the preceding regular expression. -@item @{@var{min, max}@} +@item @{@var{min}, @var{max}@} matches at least @var{min} but no more than @var{max} occurrences of the preceding regular expression. -- 2.11.0