summaryrefslogtreecommitdiff
path: root/doc/regex.texi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-08-07 06:58:15 -0700
committerKarl Berry <karl@freefriends.org>2010-08-07 06:58:15 -0700
commita90cfa59dadefd77f4efa6d3b90cf718ad978763 (patch)
treefa0abab29a06dd5fe89006cfd23409d87948957d /doc/regex.texi
parent828c95baefaed124393348602c3128d1db61ef66 (diff)
downloadgnulib-a90cfa59dadefd77f4efa6d3b90cf718ad978763.tar.gz
erroneous commas inside @var
Diffstat (limited to 'doc/regex.texi')
-rw-r--r--doc/regex.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/regex.texi b/doc/regex.texi
index 2c0e9d23bc..3bfff6e3ee 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.