changeset 13537:77dd6d58a96b

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