libprocstat(3): fix reference (typo) to procstat_freeenvv in description for

procstat_getargv(3)

PR:		217884
MFC after:	1 month
Submitted by:	tobik
This commit is contained in:
Enji Cooper 2017-07-29 22:19:00 +00:00
parent e504201ea7
commit 45805bd715
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321705

View File

@ -379,7 +379,7 @@ function is similar to
.Fn procstat_getargv
but returns the vector of environment strings.
The caller may free the allocated memory with a subsequent
.Fn procstat_freeenv
.Fn procstat_freeenvv
function call.
.Pp
The