erroneous commas inside @var
authorKarl Berry <karl@freefriends.org>
Sat, 7 Aug 2010 13:58:15 +0000 (06:58 -0700)
committerKarl Berry <karl@freefriends.org>
Sat, 7 Aug 2010 13:58:15 +0000 (06:58 -0700)
ChangeLog
doc/regex.texi

index 220a03f..2217a74 100644 (file)
--- 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>
 
index 2c0e9d2..3bfff6e 100644 (file)
@@ -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{minmax}@}
+@item  @{@var{min}, @var{max}@}
 matches at least @var{min} but no more than @var{max} occurrences of
 the preceding regular expression.