diff options
| -rw-r--r-- | share/man/man9/DECLARE_MODULE.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/DECLARE_MODULE.9 b/share/man/man9/DECLARE_MODULE.9 index d8b4edfc372b..1a24eecc4baf 100644 --- a/share/man/man9/DECLARE_MODULE.9 +++ b/share/man/man9/DECLARE_MODULE.9 @@ -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 ) |
