Author: pluknet Date: Sun Mar 10 17:50:19 2013 New Revision: 248137 URL: http://svnweb.freebsd.org/changeset/base/248137
Log: MFC r247534 (by ru): Fixed documented prototype of kinfo_getproc(3). Modified: stable/9/lib/libutil/kinfo_getproc.3 Directory Properties: stable/9/lib/libutil/ (props changed) Modified: stable/9/lib/libutil/kinfo_getproc.3 ============================================================================== --- stable/9/lib/libutil/kinfo_getproc.3 Sun Mar 10 17:49:59 2013 (r248136) +++ stable/9/lib/libutil/kinfo_getproc.3 Sun Mar 10 17:50:19 2013 (r248137) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 25, 2012 +.Dd March 1, 2013 .Os .Dt KINFO_GETPROC 3 .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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "[email protected]"
