Author: ru Date: Fri Mar 1 07:39:14 2013 New Revision: 247534 URL: http://svnweb.freebsd.org/changeset/base/247534
Log: Fixed documented prototype of kinfo_getproc(3). Modified: head/lib/libutil/kinfo_getproc.3 Modified: head/lib/libutil/kinfo_getproc.3 ============================================================================== --- head/lib/libutil/kinfo_getproc.3 Fri Mar 1 07:01:24 2013 (r247533) +++ head/lib/libutil/kinfo_getproc.3 Fri Mar 1 07:39:14 2013 (r247534) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"