summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/DECLARE_MODULE.94
-rw-r--r--share/man/man9/module.92
2 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/DECLARE_MODULE.9 b/share/man/man9/DECLARE_MODULE.9
index 65eb8d0..56b4093 100644
--- a/share/man/man9/DECLARE_MODULE.9
+++ b/share/man/man9/DECLARE_MODULE.9
@@ -47,7 +47,7 @@ macro.
.Fn DECLARE_MODULE
is usually used within other macros, such as
.Xr DRIVER_MODULE 9 ,
-.Xr CDEV_MODULE 9
+.Xr DEV_MODULE 9
and
.Xr SYSCALL_MODULE 9 .
However, it can be called directly of course, for example in
@@ -99,7 +99,7 @@ Valid values are defined in the
enumeration
.Pa ( kernel.h ) .
.Sh SEE ALSO
-.Xr CDEV_MODULE 9 ,
+.Xr DEV_MODULE 9 ,
.Xr DRIVER_MODULE 9 ,
.Xr SYSCALL_MODULE 9 ,
.Xr module 9 ,
diff --git a/share/man/man9/module.9 b/share/man/man9/module.9
index d6bda1c..a1331b7 100644
--- a/share/man/man9/module.9
+++ b/share/man/man9/module.9
@@ -83,7 +83,7 @@ typedef int (*modeventhand_t)(module_t mod, int /*modeventtype_t*/ what,
void *arg);
.Ed
.Sh SEE ALSO
-.Xr CDEV_MODULE 9 ,
+.Xr DEV_MODULE 9 ,
.Xr DECLARE_MODULE 9 ,
.Xr DRIVER_MODULE 9 ,
.Xr MODULE_DEPEND 9 ,
OpenPOWER on IntegriCloud