summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/setproctitle.3
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 /lib/libc/gen/setproctitle.3
parent5849ee9e9f74e873c9b5e0b2a45d25336ac46882 (diff)
downloadFreeBSD-src-c6a818ef1539575ac853746b4ea1d9a942013e44.zip
FreeBSD-src-c6a818ef1539575ac853746b4ea1d9a942013e44.tar.gz
Add #include <sys/types.h> in synopsis, now required for libutil.h.
Diffstat (limited to 'lib/libc/gen/setproctitle.3')
-rw-r--r--lib/libc/gen/setproctitle.33
1 files changed, 2 insertions, 1 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" "..."
OpenPOWER on IntegriCloud