summaryrefslogtreecommitdiff
path: root/manual/conf.texi
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-06-14 21:06:16 +0000
committerRoland McGrath <roland@gnu.org>1993-06-14 21:06:16 +0000
commitd97a2305c7c18b3cb9180daa2833776d984d7b4d (patch)
treec1f738ec126ac601ce1d838ddadcdb046c2b7142 /manual/conf.texi
parent19fcc256509e4c4d839f56221d488def791679fd (diff)
Fix braino in RE_DUP_MAX desc.
Diffstat (limited to 'manual/conf.texi')
-rw-r--r--manual/conf.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/conf.texi b/manual/conf.texi
index 5f2db48c60..997a7e2ada 100644
--- a/manual/conf.texi
+++ b/manual/conf.texi
@@ -126,8 +126,8 @@ The largest number of repetitions you are guaranteed is allowed in the
construct @samp{\@{@var{min},@var{max}\@}} in a regular expression.
The value of this macro is actually a lower bound for the maximum. That
-is, you can count on being able to have that many supplementary group
-IDs, but a particular machine might let you have even more. You can use
+is, you can count on being able to have that many repetitions, but a
+particular machine might let you have even more. You can use
@code{sysconf} to see whether a particular machine will let you have
more (@pxref{Sysconf}). And even the value that @code{sysconf} tells
you is just a lower bound---larger values might work.