diff options
-rw-r--r-- | lib/libc/sys/kldstat.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/kldstat.2 b/lib/libc/sys/kldstat.2 index 7a48296..8b4e532 100644 --- a/lib/libc/sys/kldstat.2 +++ b/lib/libc/sys/kldstat.2 @@ -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; |