svn commit: r367639 - head/lib/libc/gen

Mateusz Piotrowski 0mp at FreeBSD.org
Fri Nov 13 13:47:19 UTC 2020


Author: 0mp (doc,ports committer)
Date: Fri Nov 13 13:47:18 2020
New Revision: 367639
URL: https://svnweb.freebsd.org/changeset/base/367639

Log:
  Reference setprogname(3) in setproctitle(3)
  
  The reference to setproctitle(3) in the setprogname(3) manual is already
  in place.
  
  MFC after:	3 days

Modified:
  head/lib/libc/gen/setproctitle.3

Modified: head/lib/libc/gen/setproctitle.3
==============================================================================
--- head/lib/libc/gen/setproctitle.3	Fri Nov 13 13:38:08 2020	(r367638)
+++ head/lib/libc/gen/setproctitle.3	Fri Nov 13 13:47:18 2020	(r367639)
@@ -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


More information about the svn-src-all mailing list