aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/module.9
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 /share/man/man9/module.9
parent82e377fd1247b70719ef5638603e734cc7d7e53f (diff)
downloadsrc-a8ed195d01210c43a3b39494767fb0002909995d.tar.gz
src-a8ed195d01210c43a3b39494767fb0002909995d.zip
Fix brain damage: s/CDEV_MODULE/DEV_MODULE/
Notes
Notes: svn path=/head/; revision=74108
Diffstat (limited to 'share/man/man9/module.9')
-rw-r--r--share/man/man9/module.92
1 files changed, 1 insertions, 1 deletions
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 ,