setproctitle() requires unistd.h and not libutil.h/-lutil

This commit is contained in:
brian 2000-09-02 02:25:34 +00:00
parent e9aa407589
commit 3f670babb5

View File

@ -27,11 +27,9 @@
.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>
.Fd #include <unistd.h>
.Ft void
.Fn setproctitle "const char *fmt" "..."
.Sh DESCRIPTION