diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-08-14 11:53:49 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-08-14 11:53:49 +0000 |
| commit | f3156461964256d1c034e49b880a19bc94c1c281 (patch) | |
| tree | 14cb627993b9ee1af94fa83fbf8c41cf227c3189 /usr/src/man/man5/regex.5 | |
| parent | aea86460f0918659f2a8637f97b2055272a86c98 (diff) | |
| parent | 5e9f42abf61392dc608a661563fb49e7707f0478 (diff) | |
| download | illumos-joyent-f3156461964256d1c034e49b880a19bc94c1c281.tar.gz | |
[illumos-gate merge]
commit 5e9f42abf61392dc608a661563fb49e7707f0478
8559 Add EFI utility functions to libefi
commit c66b8046543352459a11a51501b628d1c98a8c44
8547 update mandoc to 1.14.3
commit 12014b724f98604d61f9756b7e199416475d7396
8573 cmd/krb5: dmake should build 'all' as default target
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 | |
