From 3b7e1cc80ffe102239ea20f8ea00eb74bebbc4e9 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 1 Jan 1996 08:27:41 +0000 Subject: Bump libutil revision after recent addition of setproctitle(). Install (optional) libutil.h with prototypes for the functions and document this in the man page. minor cleanups to the various routines, include the prototype file, declare return codes etc. --- lib/libc/gen/setproctitle.3 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lib/libc') 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 +.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 -- cgit v1.3