summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2001-03-11 16:52:17 +0000
committeralex <alex@FreeBSD.org>2001-03-11 16:52:17 +0000
commit93f23e82927cca3afe884ecd7f104feb2c0fcb05 (patch)
tree8347c7390df1f6401282ebac611dbfa50b91f320 /share
parent51b4362532b9733a8a7f4154ab94d40d63645807 (diff)
downloadFreeBSD-src-93f23e82927cca3afe884ecd7f104feb2c0fcb05.zip
FreeBSD-src-93f23e82927cca3afe884ecd7f104feb2c0fcb05.tar.gz
Fix brain damage: s/CDEV_MODULE/DEV_MODULE/
Diffstat (limited to 'share')
-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