svn commit: r233631 - head/lib/libc/sys

Jim Harris jimharris at FreeBSD.org
Wed Mar 28 23:51:07 UTC 2012


Author: jimharris
Date: Wed Mar 28 23:51:06 2012
New Revision: 233631
URL: http://svn.freebsd.org/changeset/base/233631

Log:
  Fix comment to specify correct struct name.
  
  Reviewed by: gjb
  Approved by: sbruno

Modified:
  head/lib/libc/sys/kldstat.2

Modified: head/lib/libc/sys/kldstat.2
==============================================================================
--- head/lib/libc/sys/kldstat.2	Wed Mar 28 21:34:55 2012	(r233630)
+++ head/lib/libc/sys/kldstat.2	Wed Mar 28 23:51:06 2012	(r233631)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 23, 2011
+.Dd March 28, 2012
 .Dt KLDSTAT 2
 .Os
 .Sh NAME
@@ -47,7 +47,7 @@ into
 .Fa stat .
 .Bd -literal
 struct kld_file_stat {
-	int         version;        /* set to sizeof(linker_file_stat) */
+	int         version;    /* set to sizeof(struct kld_file_stat) */
 	char        name[MAXPATHLEN];
 	int         refs;
 	int         id;


More information about the svn-src-head mailing list