aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompat/4.3
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-04-10 18:48:06 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-04-10 18:48:06 +0000
commita72408576b39e627b57f9323abeb3050977079e6 (patch)
treecc4fd4fba012a457776cc9830705db7f92d4ac6e /lib/libcompat/4.3
parent20f97715a533e6088b6c510dce81230234c71de0 (diff)
downloadsrc-a72408576b39e627b57f9323abeb3050977079e6.tar.gz
src-a72408576b39e627b57f9323abeb3050977079e6.zip
My libcompat cleanup.
o add missing man pages o make all man pages clearly refer to the libcompat thingie o add the information to the vtimes(3) and vlimit(3) man pages that nobody has reimplemented the functions by now o add the missing getpw.c o add code and man pages for cftime(3) and ascftime(3) -- i found them somewhere in old unfinished work
Notes
Notes: svn path=/head/; revision=7742
Diffstat (limited to 'lib/libcompat/4.3')
-rw-r--r--lib/libcompat/4.3/insque.36
-rw-r--r--lib/libcompat/4.3/re_comp.31
2 files changed, 7 insertions, 0 deletions
diff --git a/lib/libcompat/4.3/insque.3 b/lib/libcompat/4.3/insque.3
index 2decaedbc136..5ebecbc4bedb 100644
--- a/lib/libcompat/4.3/insque.3
+++ b/lib/libcompat/4.3/insque.3
@@ -50,6 +50,12 @@ struct qelem {
.Fn insque "(caddr_t) struct qelem *elem" "(caddr_t) struct qelem *pred"
.Fn remque "(caddr_t) struct qelem *elem"
.Sh DESCRIPTION
+.Bf -symbolic
+The insque and remque functions are considered obsolete.
+.br
+They are available from the compatibility library, libcompat.
+.Ef
+.Pp
The
.Fn insque
and
diff --git a/lib/libcompat/4.3/re_comp.3 b/lib/libcompat/4.3/re_comp.3
index 498e6394f3b2..26e1413973d0 100644
--- a/lib/libcompat/4.3/re_comp.3
+++ b/lib/libcompat/4.3/re_comp.3
@@ -47,6 +47,7 @@
.Sh DESCRIPTION
This interface is made obsolete by
.Xr regex 3 .
+It is available from the compatibility library, libcompat.
.Pp
The
.Fn re_comp