summaryrefslogtreecommitdiffstats
path: root/lib/libcompat
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-06-08 10:17:24 +0000
committercharnier <charnier@FreeBSD.org>2003-06-08 10:17:24 +0000
commitf93c2fe2a47ab29764f925305e782778c6c8e5da (patch)
tree75f14542fc671e65f3bb43e50f38576c46dc1d41 /lib/libcompat
parent9efd223c5da1fd41a415fd566ae8b79d148eebcb (diff)
downloadFreeBSD-src-f93c2fe2a47ab29764f925305e782778c6c8e5da.zip
FreeBSD-src-f93c2fe2a47ab29764f925305e782778c6c8e5da.tar.gz
Add section number with .Xr. .Xr -> .Vt changes.
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/regexp/regexp.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3
index 601ffbd..d4db21a 100644
--- a/lib/libcompat/regexp/regexp.3
+++ b/lib/libcompat/regexp/regexp.3
@@ -72,12 +72,12 @@ The
.Fn regcomp
function
compiles a regular expression into a structure of type
-.Xr regexp ,
+.Vt regexp ,
and returns a pointer to it.
The space has been allocated using
.Xr malloc 3
and may be released by
-.Xr free .
+.Xr free 3 .
.Pp
The
.Fn regexec
@@ -96,7 +96,7 @@ and
(see below) accordingly.
.Pp
The members of a
-.Xr regexp
+.Vt regexp
structure include at least the following (not necessarily in order):
.Bd -literal -offset indent
char *startp[NSUBEXP];
@@ -311,7 +311,7 @@ applying `*' or `+' to a possibly-null operand is an artifact of the
simplistic implementation.
.Pp
Does not support
-.Xr egrep Ns 's
+.Xr egrep 1 Ns 's
newline-separated branches;
neither does the V8
.Xr regexp 3 ,
OpenPOWER on IntegriCloud