svn commit: r187824 - head/lib/libc/gen

Tom Rhodes trhodes at FreeBSD.org
Wed Jan 28 07:21:39 PST 2009


Author: trhodes
Date: Wed Jan 28 15:21:38 2009
New Revision: 187824
URL: http://svn.freebsd.org/changeset/base/187824

Log:
  Update the description of KERN_PROC.
  
  PR:		100242
  Reviewed by:	jhb

Modified:
  head/lib/libc/gen/sysctl.3

Modified: head/lib/libc/gen/sysctl.3
==============================================================================
--- head/lib/libc/gen/sysctl.3	Wed Jan 28 14:38:41 2009	(r187823)
+++ head/lib/libc/gen/sysctl.3	Wed Jan 28 15:21:38 2009	(r187824)
@@ -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


More information about the svn-src-all mailing list