summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/4.1
diff options
context:
space:
mode:
authorben <ben@FreeBSD.org>2000-11-21 12:03:30 +0000
committerben <ben@FreeBSD.org>2000-11-21 12:03:30 +0000
commit96115b68a963882b5bebe0d6a70e0b5f1d29b151 (patch)
tree8884f3c55793f3236867b20fd5817bcdb4c56b26 /lib/libcompat/4.1
parente53fe708bf583d2bf492e4f2eb71d6b1d1f37729 (diff)
downloadFreeBSD-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/4.1')
-rw-r--r--lib/libcompat/4.1/cftime.33
-rw-r--r--lib/libcompat/4.1/ftime.34
-rw-r--r--lib/libcompat/4.1/getpw.33
-rw-r--r--lib/libcompat/4.1/stty.33
4 files changed, 8 insertions, 5 deletions
diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3
index 35505bf..afefee3 100644
--- a/lib/libcompat/4.1/cftime.3
+++ b/lib/libcompat/4.1/cftime.3
@@ -41,6 +41,8 @@
.Nm cftime
.Nm ascftime
.Nd convert date and time to string
+.Sh LIBRARY
+.Lb libcompat
.Sh SYNOPSIS
.Fd #include <time.h>
.Ft int
@@ -55,7 +57,6 @@ and
.Fn ascftime
functions are made obsolete by
.Xr strftime 3 .
-They are available from the compatibility library, libcompat.
.Ef
.Pp
Use of the functions
diff --git a/lib/libcompat/4.1/ftime.3 b/lib/libcompat/4.1/ftime.3
index e676a95..3e573df 100644
--- a/lib/libcompat/4.1/ftime.3
+++ b/lib/libcompat/4.1/ftime.3
@@ -38,6 +38,8 @@
.Sh NAME
.Nm ftime
.Nd get date and time
+.Sh LIBRARY
+.Lb libcompat
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/timeb.h>
@@ -46,8 +48,6 @@
.Sh DESCRIPTION
.Bf -symbolic
This interface is obsoleted by gettimeofday(2).
-.Pp
-It is available from the compatibility library, libcompat.
.Ef
.Pp
The
diff --git a/lib/libcompat/4.1/getpw.3 b/lib/libcompat/4.1/getpw.3
index 169b9d2..17c4478 100644
--- a/lib/libcompat/4.1/getpw.3
+++ b/lib/libcompat/4.1/getpw.3
@@ -38,6 +38,8 @@
.Sh NAME
.Nm getpw
.Nd get name from uid
+.Sh LIBRARY
+.Lb libcompat
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Ft int
@@ -45,7 +47,6 @@
.Sh DESCRIPTION
.Bf -symbolic
The getpw function is made obsolete by getpwuid(3).
-It is available from the compatibility library, libcompat.
.Ef
.Pp
The
diff --git a/lib/libcompat/4.1/stty.3 b/lib/libcompat/4.1/stty.3
index 564bf5b..6c6bb88 100644
--- a/lib/libcompat/4.1/stty.3
+++ b/lib/libcompat/4.1/stty.3
@@ -39,6 +39,8 @@
.Nm stty ,
.Nm gtty
.Nd set and get terminal state (defunct)
+.Sh LIBRARY
+.Lb libcompat
.Sh SYNOPSIS
.Fd #include <sgtty.h>
.Ft int
@@ -48,7 +50,6 @@
.Sh DESCRIPTION
.Bf -symbolic
These interfaces are obsoleted by ioctl(2).
-They are available from the compatibility library, libcompat.
.Ef
.Pp
The
OpenPOWER on IntegriCloud