summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-04-22 16:17:00 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-04-22 16:17:00 +0000
commit3dc329d1be00b8b4ba4a45886b6374289daa8ab0 (patch)
tree55f87a4968585f582e448d4417373c0c49db4983 /lib/libc
parent67e7c55f40e2d44fe2fb34d1f7917c9f36bb6822 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/setproctitle.38
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3
index 10eae654736a..b2322b3397de 100644
--- a/lib/libc/gen/setproctitle.3
+++ b/lib/libc/gen/setproctitle.3
@@ -27,17 +27,13 @@
.Nm setproctitle
.Nd set the process title for
.Xr ps 1
+.Sh LIBRARY
+.Lb libutil
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <libutil.h>
.Ft void
.Fn setproctitle "const char *fmt" "..."
-.Pp
-Link with
-.Va -lutil
-on the
-.Xr cc 1
-command line.
.Sh DESCRIPTION
The
.Fn setproctitle