diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2017-07-29 16:02:29 +0300 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2017-08-11 19:00:16 -0400 |
commit | c66b8046543352459a11a51501b628d1c98a8c44 (patch) | |
tree | 1121a5f9a15592e29af27c5f55a10ec607cf88d6 /usr/src/man/man5/regex.5 | |
parent | 12014b724f98604d61f9756b7e199416475d7396 (diff) | |
download | illumos-joyent-c66b8046543352459a11a51501b628d1c98a8c44.tar.gz |
8547 update mandoc to 1.14.3
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man5/regex.5')
-rw-r--r-- | usr/src/man/man5/regex.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/man/man5/regex.5 b/usr/src/man/man5/regex.5 index 8e267ac4c0..b699737f68 100644 --- a/usr/src/man/man5/regex.5 +++ b/usr/src/man/man5/regex.5 @@ -575,7 +575,7 @@ of the format .Qq \e{ Ns Em m Ns \e} , .Qq \e{ Ns Em m Ns ,\e} or -.Qq \e{ Ns Em m Ns , Ns Em n Ns \e} , +.Qq \e{ Ns Em m Ns \&, Ns Em n Ns \e} , together with that interval expression it matches what repeated consecutive occurrences of the BRE would match. The values of @@ -602,7 +602,7 @@ occurrences of the preceding BRE, matches at least .Em m occurrences and -.Qq \e{ Ns Em m Ns , Ns Em n Ns \e} +.Qq \e{ Ns Em m Ns \&, Ns Em n Ns \e} matches any number of occurrences between .Em m and @@ -633,7 +633,7 @@ The order of precedence is as shown in the following table: .It escaped characters Ta \e< Ns Em special character Ns > .It bracket expression Ta [ ] .It subexpressions/back-references Ta \e( \e) \e Ns Em n -.It single-character-BRE duplication Ta * \e{ Ns Em m Ns , Ns Em n Ns \e} +.It single-character-BRE duplication Ta * \e{ Ns Em m Ns \&, Ns Em n Ns \e} .It concatenation Ta .It anchoring Ta ^ $ .El @@ -887,7 +887,7 @@ of the format .Qq { Ns Em m Ns } , .Qq { Ns Em m Ns ,} or -.Qq { Ns Em m Ns , Ns Em n Ns } , +.Qq { Ns Em m Ns \&, Ns Em n Ns } , together with that interval expression it matches what repeated consecutive occurrences of the ERE would match. The values of @@ -914,7 +914,7 @@ occurrences of the preceding ERE, matches at least .Em m occurrences and -.Qq { Ns m Ns , Ns Em n Ns } +.Qq { Ns m Ns \&, Ns Em n Ns } matches any number of occurrences between .Em m and @@ -959,7 +959,7 @@ The order of precedence will be as shown in the following table: .It escaped characters Ta \e< Ns Em special character Ns > .It bracket expression Ta \&[ \&] .It grouping Ta \&( \&) -.It single-character-ERE duplication Ta * + \&? { Ns Em m Ns , Ns Em n Ns} +.It single-character-ERE duplication Ta * + \&? { Ns Em m Ns \&, Ns Em n Ns} .It concatenation Ta .It anchoring Ta ^ $ .It alternation Ta | |