summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1997-05-11 08:50:33 +0000
committerdavidn <davidn@FreeBSD.org>1997-05-11 08:50:33 +0000
commitc6a818ef1539575ac853746b4ea1d9a942013e44 (patch)
tree02dd27c3e08ac736ad8f7da8ac394e6f0892b89f
parent5849ee9e9f74e873c9b5e0b2a45d25336ac46882 (diff)
downloadFreeBSD-src-c6a818ef1539575ac853746b4ea1d9a942013e44.zip
FreeBSD-src-c6a818ef1539575ac853746b4ea1d9a942013e44.tar.gz
Add #include <sys/types.h> in synopsis, now required for libutil.h.
-rw-r--r--lib/libc/gen/setproctitle.33
-rw-r--r--lib/libutil/logout.33
-rw-r--r--lib/libutil/logwtmp.33
-rw-r--r--lib/libutil/setproctitle.33
-rw-r--r--lib/libutil/uucplock.33
5 files changed, 10 insertions, 5 deletions
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3
index d61ecb1..c3f2031 100644
--- a/lib/libc/gen/setproctitle.3
+++ b/lib/libc/gen/setproctitle.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: setproctitle.3,v 1.7 1997/02/22 15:08:32 peter Exp $
+.\" $Id: setproctitle.3,v 1.8 1997/04/17 23:31:47 danny Exp $
.\"
.\" The following requests are required for all man pages.
.Dd December 16, 1995
@@ -28,6 +28,7 @@
.Nd set the process title for
.Xr ps 1
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
.Fd #include <libutil.h>
.Ft void
.Fn setproctitle "const char *fmt" "..."
diff --git a/lib/libutil/logout.3 b/lib/libutil/logout.3
index 3284ab2..7127e8a 100644
--- a/lib/libutil/logout.3
+++ b/lib/libutil/logout.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: logout.3,v 1.4 1997/02/22 15:08:28 peter Exp $
.\" "
.Dd December 29, 1996
.Os
@@ -32,6 +32,7 @@
.Nm logout
.Nd remove an entry from the utmp file
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
.Fd #include <libutil.h>
.Ft int
.Fn logout "char *line"
diff --git a/lib/libutil/logwtmp.3 b/lib/libutil/logwtmp.3
index 815e672..765fdde 100644
--- a/lib/libutil/logwtmp.3
+++ b/lib/libutil/logwtmp.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: logwtmp.3,v 1.4 1997/02/22 15:08:30 peter Exp $
.\" "
.Dd December 29, 1996
.Os
@@ -32,6 +32,7 @@
.Nm logwtmp
.Nd append a new record to the wtmp file
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
.Fd #include <libutil.h>
.Ft void
.Fn logwtmp "char *line" "char *name" "char *host"
diff --git a/lib/libutil/setproctitle.3 b/lib/libutil/setproctitle.3
index d61ecb1..c3f2031 100644
--- a/lib/libutil/setproctitle.3
+++ b/lib/libutil/setproctitle.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: setproctitle.3,v 1.7 1997/02/22 15:08:32 peter Exp $
+.\" $Id: setproctitle.3,v 1.8 1997/04/17 23:31:47 danny Exp $
.\"
.\" The following requests are required for all man pages.
.Dd December 16, 1995
@@ -28,6 +28,7 @@
.Nd set the process title for
.Xr ps 1
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
.Fd #include <libutil.h>
.Ft void
.Fn setproctitle "const char *fmt" "..."
diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3
index 611f0e8..b03fed1 100644
--- a/lib/libutil/uucplock.3
+++ b/lib/libutil/uucplock.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: uucplock.3,v 1.4 1997/04/02 03:38:28 ache Exp $
+.\" $Id: uucplock.3,v 1.5 1997/04/02 05:52:22 mpp Exp $
.\" "
.Dd March 30, 1997
.Os
@@ -34,6 +34,7 @@
.Nm uu_lockerr
.Nd acquire and release control of a serial device
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
.Fd #include <libutil.h>
.Ft int
.Fn uu_lock "char *ttyname"
OpenPOWER on IntegriCloud