summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2009-01-28 15:21:38 +0000
committertrhodes <trhodes@FreeBSD.org>2009-01-28 15:21:38 +0000
commite9684ed5283e2199f68b26cd00b72b2f600d2f17 (patch)
tree50bcf8495a03770bd90995c167110bb802f7f256 /lib
parent581eefbc7f0bf218da6c930b91671b540e60c30e (diff)
downloadFreeBSD-src-e9684ed5283e2199f68b26cd00b72b2f600d2f17.zip
FreeBSD-src-e9684ed5283e2199f68b26cd00b72b2f600d2f17.tar.gz
Update the description of KERN_PROC.
PR: 100242 Reviewed by: jhb
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.38
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index bded0d1..75f8668 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -28,7 +28,7 @@
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95
.\" $FreeBSD$
.\"
-.Dd March 27, 2008
+.Dd January 28, 2009
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -440,10 +440,8 @@ attempts to comply.
.It Li KERN_PROC
Return selected information about specific running processes.
.Pp
-For the following names, an array of pairs of
-.Va struct proc
-followed by corresponding
-.Va struct eproc
+For the following names, an array of
+.Va struct kinfo_proc
structures is returned,
whose size depends on the current number of such objects in the system.
.Bl -column "Third level nameXXXXXX" "Fourth level is:XXXXXX" -offset indent
OpenPOWER on IntegriCloud