aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompat
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-10 17:46:15 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-10 17:46:15 +0000
commit726b61ab5fe782694f2bb648dafb316e1857335b (patch)
treed2e5d99341877d16e00411e70c7896f1ebf17207 /lib/libcompat
parentad736bbc897e0990877a55bb107384df25f46e17 (diff)
Notes
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.1/cftime.31
-rw-r--r--lib/libcompat/4.1/getpw.31
-rw-r--r--lib/libcompat/4.3/cfree.31
-rw-r--r--lib/libcompat/4.3/insque.31
-rw-r--r--lib/libcompat/4.4/cuserid.31
-rw-r--r--lib/libcompat/regexp/regexp.33
6 files changed, 2 insertions, 6 deletions
diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3
index 421e94ab651a..f48a9524f0b3 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 523a95c30e95..169b9d291253 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 7e3bdce0b041..c599372db5ab 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 4f21d1de2a05..40ab8d65b63f 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 35389db85dda..cc91beecd4b4 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 0d5c5a7d0b88..a58fdb166f1b 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 ,