diff options
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/4.1/cftime.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/4.1/getpw.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/4.3/cfree.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/4.3/insque.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/4.4/cuserid.3 | 1 | ||||
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 3 |
6 files changed, 2 insertions, 6 deletions
diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3 index 421e94a..f48a952 100644 --- a/lib/libcompat/4.1/cftime.3 +++ b/lib/libcompat/4.1/cftime.3 @@ -50,7 +50,6 @@ .Sh DESCRIPTION .Bf -symbolic The cftime and ascftime functions are made obsolete by strftime(3). -.br They are available from the compatibility library, libcompat. .Ef .Pp diff --git a/lib/libcompat/4.1/getpw.3 b/lib/libcompat/4.1/getpw.3 index 523a95c..169b9d2 100644 --- a/lib/libcompat/4.1/getpw.3 +++ b/lib/libcompat/4.1/getpw.3 @@ -45,7 +45,6 @@ .Sh DESCRIPTION .Bf -symbolic The getpw function is made obsolete by getpwuid(3). -.br It is available from the compatibility library, libcompat. .Ef .Pp diff --git a/lib/libcompat/4.3/cfree.3 b/lib/libcompat/4.3/cfree.3 index 7e3bdce..c599372 100644 --- a/lib/libcompat/4.3/cfree.3 +++ b/lib/libcompat/4.3/cfree.3 @@ -37,7 +37,6 @@ .Sh DESCRIPTION .Bf -symbolic The cfree function considered obsolete. -.br It is available from the compatibility library, libcompat. .Ef .Pp diff --git a/lib/libcompat/4.3/insque.3 b/lib/libcompat/4.3/insque.3 index 4f21d1d..40ab8d6 100644 --- a/lib/libcompat/4.3/insque.3 +++ b/lib/libcompat/4.3/insque.3 @@ -55,7 +55,6 @@ struct qelem { .Sh DESCRIPTION .Bf -symbolic The insque and remque functions are considered obsolete. -.br They are available from the compatibility library, libcompat. .Ef .Pp diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3 index 35389db..cc91bee 100644 --- a/lib/libcompat/4.4/cuserid.3 +++ b/lib/libcompat/4.4/cuserid.3 @@ -44,7 +44,6 @@ .Sh DESCRIPTION .Bf -symbolic The cuserid function is made obsolete by getpwuid. -.br It is available from the compatibility library, libcompat. .Ef .Pp diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index 0d5c5a7..a58fdb1 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -50,10 +50,11 @@ .Ft void .Fn regsub "const regexp *prog" "const char *source" "char *dest" .Sh DESCRIPTION +.Bf Sy This interface is made obsolete by .Xr regex 3 . -.br It is available from the compatibility library, libcompat. +.Ef .Pp The .Fn regcomp , |