Date: Sun, 29 Nov 2020 14:20:42 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r368151 - stable/12/lib/libprocstat Message-ID: <202011291420.0ATEKgrp080361@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer) Date: Sun Nov 29 14:20:42 2020 New Revision: 368151 URL: https://svnweb.freebsd.org/changeset/base/368151 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/12/lib/libprocstat/libprocstat.3 Directory Properties: stable/12/ (props changed) Modified: stable/12/lib/libprocstat/libprocstat.3 ============================================================================== --- stable/12/lib/libprocstat/libprocstat.3 Sun Nov 29 13:54:49 2020 (r368150) +++ stable/12/lib/libprocstat/libprocstat.3 Sun Nov 29 14:20:42 2020 (r368151) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 29, 2017 +.Dd November 26, 2020 .Dt LIBPROCSTAT 3 .Os .Sh NAME @@ -345,7 +345,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 @@ -402,7 +402,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011291420.0ATEKgrp080361>