diff options
author | ben <ben@FreeBSD.org> | 2000-11-21 12:03:30 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2000-11-21 12:03:30 +0000 |
commit | 96115b68a963882b5bebe0d6a70e0b5f1d29b151 (patch) | |
tree | 8884f3c55793f3236867b20fd5817bcdb4c56b26 /lib/libcompat/regexp | |
parent | e53fe708bf583d2bf492e4f2eb71d6b1d1f37729 (diff) | |
download | FreeBSD-src-96115b68a963882b5bebe0d6a70e0b5f1d29b151.zip FreeBSD-src-96115b68a963882b5bebe0d6a70e0b5f1d29b151.tar.gz |
Remove text saying "this is available from the compatibility library,
libcompat" in favour of a .Sh LIBRARY section using the .Lb macro. Also add
.Bf -symbolic around the text saying "this is obsolete" in re_comp.3.
PR: 22675
Submitted by: Mike Meyer <mwm@mired.org>
Reviewed by: sheldonh
Diffstat (limited to 'lib/libcompat/regexp')
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index a58fdb1..3ddf30b 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -41,6 +41,8 @@ .Nm regsub , .Nm regerror .Nd regular expression handlers +.Sh LIBRARY +.Lb libcompat .Sh SYNOPSIS .Fd #include <regexp.h> .Ft regexp * @@ -53,7 +55,6 @@ .Bf Sy This interface is made obsolete by .Xr regex 3 . -It is available from the compatibility library, libcompat. .Ef .Pp The |