Grammar fix.

This commit is contained in:
hpa 2001-11-19 21:23:52 +00:00
parent 499eaf7b90
commit 8f396ac2aa

View file

@ -230,7 +230,8 @@ The entire string matched by the
.IR regex . .IR regex .
.TP .TP
\fB\\1\fP to \fB\\9\fP \fB\\1\fP to \fB\\9\fP
Match the first nine parentensized subexpressions, \\( ... \\) of the The strings matched by each of the first nine parenthesized
subexpressions, \\( ... \\), of the
.I regex .I regex
pattern. pattern.
.TP .TP