diff options
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/re_format.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index b6fb9de..2b6655c 100644 --- a/lib/libc/regex/re_format.7 +++ b/lib/libc/regex/re_format.7 @@ -230,7 +230,7 @@ and stands for the sequence of characters of that collating element. The sequence is a single element of the bracket expression's list. -A bracket expression containing a multi-character collating element +A bracket expression containing a multi-character collating element can thus match more than one character, e.g. if the collating sequence includes a .Ql ch @@ -419,7 +419,7 @@ RE or the beginning of a parenthesized subexpression Finally, there is one new type of atom, a .Em back reference : .Ql \e -followed by a non-zero decimal digit +followed by a non-zero decimal digit .Em d matches the same sequence of characters matched by the |