diff options
Diffstat (limited to 'lib/libc/gen/setproctitle.3')
-rw-r--r-- | lib/libc/gen/setproctitle.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3 index 6789a26..a508441 100644 --- a/lib/libc/gen/setproctitle.3 +++ b/lib/libc/gen/setproctitle.3 @@ -65,7 +65,9 @@ setproctitle("talking to %s", inet_ntoa(addr)); .Xr kvm_getargv 3 , .Xr printf 3 .Sh STANDARDS +The .Fn setproctitle +function is implicitly non-standard. Other methods of causing the .Xr ps 1 command line to change, including copying over the argv[0] string are @@ -86,7 +88,9 @@ including and .Bsx . .Sh HISTORY +The .Fn setproctitle +function first appeared in .Fx 2.2 . Other operating systems have |