changeset 33228:401d0e0733cc

erroneous commas inside @var
author Karl Berry <karl@freefriends.org>
date Sat, 07 Aug 2010 06:58:15 -0700
parents 00ff6f87da55
children cdb9e1c0a058
files ChangeLog doc/regex.texi
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Aug 07 06:27:04 2010 -0700
+++ b/ChangeLog	Sat Aug 07 06:58:15 2010 -0700
@@ -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  <bruno@clisp.org>
 
--- a/doc/regex.texi	Sat Aug 07 06:27:04 2010 -0700
+++ b/doc/regex.texi	Sat Aug 07 06:58:15 2010 -0700
@@ -657,11 +657,11 @@
 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.