Author: 0mp (doc,ports committer)
Date: Sun Nov 29 14:21:16 2020
New Revision: 368152
URL: https://svnweb.freebsd.org/changeset/base/368152

Log:
  MFC r368084:
  
  libprocstat.3: Correct two occurrences of kvm_getprocs to procstat_getprocs
  
  Submitted by: otis_sk.freebsd.org
  Reviewed by:  markj

Modified:
  stable/11/lib/libprocstat/libprocstat.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libprocstat/libprocstat.3
==============================================================================
--- stable/11/lib/libprocstat/libprocstat.3     Sun Nov 29 14:20:42 2020        
(r368151)
+++ stable/11/lib/libprocstat/libprocstat.3     Sun Nov 29 14:21:16 2020        
(r368152)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 29, 2017
+.Dd November 26, 2020
 .Dt LIBPROCSTAT 3
 .Os
 .Sh NAME
@@ -319,7 +319,7 @@ structure from one of the
 functions, a pointer to
 .Vt kinfo_proc
 structure from the array obtained from the
-.Fn kvm_getprocs
+.Fn procstat_getprocs
 function, and returns a null-terminated argument vector that corresponds to
 the command line arguments passed to the process.
 The
@@ -376,7 +376,7 @@ structure initialized with one of the
 functions, a pointer to
 .Vt kinfo_proc
 structure from the array obtained from the
-.Fn kvm_getprocs
+.Fn procstat_getprocs
 function, and returns a dynamically allocated linked list of filled in
 .Vt filestat_list
 structures using the STAILQ macros defined in
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to