Fix comment to specify correct struct name.
Reviewed by: gjb Approved by: sbruno
This commit is contained in:
parent
6c09f4a27c
commit
0f70b33419
@ -25,7 +25,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd April 23, 2011
|
.Dd March 28, 2012
|
||||||
.Dt KLDSTAT 2
|
.Dt KLDSTAT 2
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -47,7 +47,7 @@ into
|
|||||||
.Fa stat .
|
.Fa stat .
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
struct kld_file_stat {
|
struct kld_file_stat {
|
||||||
int version; /* set to sizeof(linker_file_stat) */
|
int version; /* set to sizeof(struct kld_file_stat) */
|
||||||
char name[MAXPATHLEN];
|
char name[MAXPATHLEN];
|
||||||
int refs;
|
int refs;
|
||||||
int id;
|
int id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user