libprocstat(3): fix arguments list for procstat_getargv(3) and procstat_getenvv(3)

Neither libcall takes a fourth argument (`char *errbuf`).

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

View file

@ -157,7 +157,6 @@
.Fa "struct procstat *procstat"
.Fa "const struct kinfo_proc *kp"
.Fa "size_t nchr"
.Fa "char *errbuf"
.Fc
.Ft "Elf_Auxinfo *"
.Fo procstat_getauxv
@ -170,7 +169,6 @@
.Fa "struct procstat *procstat"
.Fa "const struct kinfo_proc *kp"
.Fa "size_t nchr"
.Fa "char *errbuf"
.Fc
.Ft "struct filestat_list *"
.Fo procstat_getfiles