diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-02-26 16:40:47 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-03-10 01:14:35 -0600 |
commit | bbf215553c7233fbab8a0afdf1fac74c44781867 (patch) | |
tree | e698415c5d1265b368c58c56199244dc2be86500 /usr/src/man/man3c/re_comp.3c | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-gate-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz |
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man3c/re_comp.3c')
-rw-r--r-- | usr/src/man/man3c/re_comp.3c | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/usr/src/man/man3c/re_comp.3c b/usr/src/man/man3c/re_comp.3c index 510513d5c1..e6e1cea625 100644 --- a/usr/src/man/man3c/re_comp.3c +++ b/usr/src/man/man3c/re_comp.3c @@ -77,7 +77,7 @@ by a null byte, and may include \fBNEWLINE\fR characters. .sp .LP The \fBre_comp()\fR and \fBre_exec()\fR functions support \fIsimple regular -expressions\fR, which are defined on the \fBregexp\fR(5) manual page. The +expressions\fR, which are defined on the \fBregexp\fR(7) manual page. The regular expressions of the form \fB\e{\fRm\fB\e}\fR, \fB\e{\fRm,\fB\e}\fR, or \fB\e{\fRm,n\fB\e}\fR are not supported. .SH RETURN VALUES @@ -114,9 +114,15 @@ No errors are defined. .LP For portability to implementations conforming to X/Open standards prior to SUS, \fBregcomp\fR(3C) and \fBregexec\fR(3C) are preferred to these functions. See -\fBstandards\fR(5). +\fBstandards\fR(7). .SH SEE ALSO .sp .LP -\fBgrep\fR(1), \fBregcmp\fR(1), \fBregcmp\fR(3C), \fBregcomp\fR(3C), -\fBregexec\fR(3C), \fBregexpr\fR(3GEN), \fBregexp\fR(5), \fBstandards\fR(5) +.BR grep (1), +.BR regcmp (1), +.BR regcmp (3C), +.BR regcomp (3C), +.BR regexec (3C), +.BR regexpr (3GEN), +.BR regexp (7), +.BR standards (7) |