aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/DECLARE_MODULE.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-09-10 19:24:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-09-10 19:24:35 +0000
commit743d5d518c25e41a3e9026d400fa625efc306c82 (patch)
treeeef4036b4299212e7d9f218a5394cd119824ab1f /share/man/man9/DECLARE_MODULE.9
parent6fac181c69796d77d480e152882376531588a7c6 (diff)
mdoc(7): Properly mark C headers.
Notes
Notes: svn path=/head/; revision=119964
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 1a24eecc4baf..190ccb7dfe04 100644
--- a/share/man/man9/DECLARE_MODULE.9
+++ b/share/man/man9/DECLARE_MODULE.9
@@ -80,7 +80,7 @@ Valid values for this are contained in the
.Vt sysinit_sub_id
enumeration
(see
-.Pa kernel.h )
+.In sys/kernel.h )
and specify the type of system startup interfaces.
The
.Xr DRIVER_MODULE 9
@@ -99,7 +99,7 @@ It represents the KLDs order of initialization within the subsystem.
Valid values are defined in the
.Vt sysinit_elem_order
enumeration
-.Pa ( kernel.h ) .
+.Pq In sys/kernel.h .
.Sh SEE ALSO
.Xr DEV_MODULE 9 ,
.Xr DRIVER_MODULE 9 ,