aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-03-11 16:52:17 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-03-11 16:52:17 +0000
commita8ed195d01210c43a3b39494767fb0002909995d (patch)
tree4c67f63fc8ba440cf7d741e5e41cf4cd854a7c5e
parent82e377fd1247b70719ef5638603e734cc7d7e53f (diff)
downloadsrc-a8ed195d01210c43a3b39494767fb0002909995d.tar.gz
src-a8ed195d01210c43a3b39494767fb0002909995d.zip
Fix brain damage: s/CDEV_MODULE/DEV_MODULE/
Notes
Notes: svn path=/head/; revision=74108
-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 65eb8d0c27fc..56b4093024de 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 d6bda1c8e2bf..a1331b767020 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 ,