The moduledata_t argument is not a pointer, and sysstem_sub_id should

be sysinit_sub_id.

PR: docs/34583
Approved by: murray
This commit is contained in:
davidc 2002-06-10 04:37:11 +00:00
parent 02040b5ae2
commit 9477a17019

View File

@ -64,7 +64,7 @@ is the name of the module, which will be used in the
call to identify the module.
.Pp
.Fa data
is a pointer to the
is a
.Vt moduledata_t
structure, which contains two main items, the official name of the
module name, which will be used in the
@ -77,7 +77,7 @@ is an argument directed to the
.Fn SYSINIT
macro.
Valid values for this are contained in the
.Vt sysstem_sub_id
.Vt sysinit_sub_id
enumeration
(see
.Pa kernel.h )