diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2009-01-28 15:21:38 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2009-01-28 15:21:38 +0000 |
| commit | 48a01c432b2dd9cc0f4ff43a60bba2bfe89b299a (patch) | |
| tree | 50bcf8495a03770bd90995c167110bb802f7f256 | |
| parent | f53807d21895b48ab1a470a279bb6881e1da66c0 (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/sysctl.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index bded0d15ba19..75f8668b5048 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 |
