diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-11-13 13:47:18 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-11-13 13:47:18 +0000 |
| commit | 13d8393f6cd65455781ff7030dd7c6e71e3dbb53 (patch) | |
| tree | 9fdc5e525bf580268ea8adb56dd8e96aa58252d3 /lib | |
| parent | 0e55bb7b2459536f101e566bf7b0ffce8ae1980f (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/setproctitle.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3 index af8e885b5d02..316d2ad1fdf3 100644 --- a/lib/libc/gen/setproctitle.3 +++ b/lib/libc/gen/setproctitle.3 @@ -20,7 +20,7 @@ .\" $FreeBSD$ .\" .\" The following requests are required for all man pages. -.Dd July 4, 2018 +.Dd November 13, 2020 .Dt SETPROCTITLE 3 .Os .Sh NAME @@ -69,6 +69,7 @@ setproctitle("talking to %s", inet_ntoa(addr)); .Sh SEE ALSO .Xr ps 1 , .Xr w 1 , +.Xr setprogname 3 , .Xr kvm 3 , .Xr kvm_getargv 3 , .Xr printf 3 |
