Fixed documented prototype of kinfo_getproc(3).
This commit is contained in:
parent
0837595205
commit
d1a0cea48b
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd February 25, 2012
|
||||
.Dd March 1, 2013
|
||||
.Dt KINFO_GETPROC 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -37,7 +37,7 @@
|
||||
.In sys/types.h
|
||||
.In libutil.h
|
||||
.Ft struct kinfo_proc *
|
||||
.Fn kinfo_getproc "pid_t pid" "int *cntp"
|
||||
.Fn kinfo_getproc "pid_t pid"
|
||||
.Sh DESCRIPTION
|
||||
This function is used for obtaining process information from the kernel.
|
||||
.Pp
|
||||
|
Loading…
x
Reference in New Issue
Block a user