summaryrefslogtreecommitdiffstats
path: root/share/man/man9/DECLARE_MODULE.9
diff options
context:
space:
mode:
authordavidc <davidc@FreeBSD.org>2002-06-10 04:37:11 +0000
committerdavidc <davidc@FreeBSD.org>2002-06-10 04:37:11 +0000
commit9477a17019dec947b1ac4ec010b9b979318e5ad2 (patch)
tree9a70cca9e1aa42912121a6232ace9c1f39f7991f /share/man/man9/DECLARE_MODULE.9
parent02040b5ae2c4ddd7ec0f7c6c0edc88634278113c (diff)
downloadFreeBSD-src-9477a17019dec947b1ac4ec010b9b979318e5ad2.zip
FreeBSD-src-9477a17019dec947b1ac4ec010b9b979318e5ad2.tar.gz
The moduledata_t argument is not a pointer, and sysstem_sub_id should
be sysinit_sub_id. PR: docs/34583 Approved by: murray
Diffstat (limited to 'share/man/man9/DECLARE_MODULE.9')
-rw-r--r--share/man/man9/DECLARE_MODULE.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/DECLARE_MODULE.9 b/share/man/man9/DECLARE_MODULE.9
index d8b4edf..1a24eec 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 )
OpenPOWER on IntegriCloud