diff options
author | charnier <charnier@FreeBSD.org> | 2003-06-08 10:17:24 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-06-08 10:17:24 +0000 |
commit | f93c2fe2a47ab29764f925305e782778c6c8e5da (patch) | |
tree | 75f14542fc671e65f3bb43e50f38576c46dc1d41 /lib/libcompat/regexp | |
parent | 9efd223c5da1fd41a415fd566ae8b79d148eebcb (diff) | |
download | FreeBSD-src-f93c2fe2a47ab29764f925305e782778c6c8e5da.zip FreeBSD-src-f93c2fe2a47ab29764f925305e782778c6c8e5da.tar.gz |
Add section number with .Xr. .Xr -> .Vt changes.
Diffstat (limited to 'lib/libcompat/regexp')
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 8 |
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 , |