diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-17 15:43:08 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-17 15:43:08 +0000 |
| commit | a8510bf414fba1220ac5eaee5b652a5813ca34ec (patch) | |
| tree | ef163d34be4ccad56680ff5d91213c75f0a6d031 /lib/libc/regex | |
| parent | 5b18d15e79836756585ab7bebd017dbe7e4c2a4d (diff) | |
Notes
Diffstat (limited to 'lib/libc/regex')
| -rw-r--r-- | lib/libc/regex/regex.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 9d91f200f77e..c7681c759248 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -442,7 +442,7 @@ is first ORed with the .Dq message that results is the printable name of the error code, -e.g. +e.g.\& .Dq Dv REG_NOMATCH , rather than an explanation thereof. If @@ -533,12 +533,10 @@ The endpoint of one range cannot begin another. the limit on repetition counts in bounded repetitions, is 255. .Pp A repetition operator -.Po -.Ql ?\& , +.Ql ( ?\& , .Ql *\& , .Ql +\& , -or bounds -.Pc +or bounds) cannot follow another repetition operator. A repetition operator cannot begin an expression or subexpression |
