Fixed documented prototype of kinfo_getproc(3).

This commit is contained in:
Ruslan Ermilov 2013-03-01 07:39:14 +00:00
parent 0837595205
commit d1a0cea48b

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd February 25, 2012 .Dd March 1, 2013
.Dt KINFO_GETPROC 3 .Dt KINFO_GETPROC 3
.Os .Os
.Sh NAME .Sh NAME
@ -37,7 +37,7 @@
.In sys/types.h .In sys/types.h
.In libutil.h .In libutil.h
.Ft struct kinfo_proc * .Ft struct kinfo_proc *
.Fn kinfo_getproc "pid_t pid" "int *cntp" .Fn kinfo_getproc "pid_t pid"
.Sh DESCRIPTION .Sh DESCRIPTION
This function is used for obtaining process information from the kernel. This function is used for obtaining process information from the kernel.
.Pp .Pp