setproctitle() requires unistd.h and not libutil.h/-lutil
This commit is contained in:
parent
e9aa407589
commit
3f670babb5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user