summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/setproctitle.3
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-04-22 16:17:00 +0000
committerphantom <phantom@FreeBSD.org>2000-04-22 16:17:00 +0000
commit13fe72d4bfdb65c20204a9dfa3cb0294704fe24a (patch)
tree1edb99ae9e36e3b0bd810281b942aac8dc274493 /lib/libc/gen/setproctitle.3
parent090008a89cb4d0bc5e566cc82b18765d0de3e124 (diff)
downloadFreeBSD-src-13fe72d4bfdb65c20204a9dfa3cb0294704fe24a.zip
FreeBSD-src-13fe72d4bfdb65c20204a9dfa3cb0294704fe24a.tar.gz
Introduce .Lb macro to libutil manpages
Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now.
Diffstat (limited to 'lib/libc/gen/setproctitle.3')
-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 10eae65..b2322b3 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
OpenPOWER on IntegriCloud