regex.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-22 02:55:13 +02:00
parent 5daae26493
commit e2a71fb39a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ for the full \fIrange\fR of characters between those two (inclusive) in the
collating sequence,
for example, "\fI[0\-9]\fP" in ASCII matches any decimal digit.
It is illegal\*(dg for two ranges to share an
endpoint, for example, "\fIa-c-e\fP".
endpoint, for example, "\fIa\-c\-e\fP".
Ranges are very collating-sequence-dependent,
and portable programs should avoid relying on them.
.PP