summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-01-01 08:27:41 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-01-01 08:27:41 +0000
commit3b7e1cc80ffe102239ea20f8ea00eb74bebbc4e9 (patch)
treeaac25102c388712f99b4b8c8c49d800d87028e5a /lib/libc
parentcd5e85eb474d524f6dd5c9809b8cfd504960a901 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/setproctitle.310
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3
index dffed301898e..5eefe609d103 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$
+.\" $Id: setproctitle.3,v 1.1 1995/12/26 22:50:08 peter Exp $
.\"
.\" The following requests are required for all man pages.
.Dd December 16, 1995
@@ -28,8 +28,16 @@
.Nd set the process title for
.Xr ps 1
.Sh SYNOPSIS
+#include <libutil.h>
+.Pp
.Ft void
.Fn setproctitle "const char *fmt" "..."
+.Pp
+Link with
+.Va -lutil
+on the
+.Xr cc 1
+command line.
.Sh DESCRIPTION
The
.Nm setproctitle