summaryrefslogtreecommitdiffstats
path: root/share/man/man9/DEV_MODULE.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/DEV_MODULE.9')
-rw-r--r--share/man/man9/DEV_MODULE.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/DEV_MODULE.9 b/share/man/man9/DEV_MODULE.9
index 13a81c1..28465b3 100644
--- a/share/man/man9/DEV_MODULE.9
+++ b/share/man/man9/DEV_MODULE.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 11, 2001
+.Dd January 19, 2012
.Dt DEV_MODULE 9
.Os
.Sh NAME
@@ -68,7 +68,7 @@ on load and to destroy it when it is unloaded using
static struct cdevsw foo_devsw = { ... };
-static dev_t sdev;
+static struct cdev *sdev;
static int
foo_load(module_t mod, int cmd, void *arg)
OpenPOWER on IntegriCloud