diff options
author | ru <ru@FreeBSD.org> | 2013-03-01 07:39:14 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2013-03-01 07:39:14 +0000 |
commit | 7399e0afc25d4f078e2723db324fbec5475f7795 (patch) | |
tree | 318e8e3443c630afab22ebfa7473474f339eaf06 /lib/libutil | |
parent | 1b36da001503ba894e5a06f0dd572ceda06943b4 (diff) | |
download | FreeBSD-src-7399e0afc25d4f078e2723db324fbec5475f7795.zip FreeBSD-src-7399e0afc25d4f078e2723db324fbec5475f7795.tar.gz |
Fixed documented prototype of kinfo_getproc(3).
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/kinfo_getproc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/kinfo_getproc.3 b/lib/libutil/kinfo_getproc.3 index 68b8819..804cb6c 100644 --- a/lib/libutil/kinfo_getproc.3 +++ b/lib/libutil/kinfo_getproc.3 @@ -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 |