summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-06-22 20:18:15 +0000
committerle <le@FreeBSD.org>2004-06-22 20:18:15 +0000
commite94d425852651d3086549f27dcde9caa9b11f245 (patch)
tree32272ca32767d91b08a22c6c71e519c8978f8b0d /share
parent060c225745dae1b28e2ad9ba25ef089381699802 (diff)
downloadFreeBSD-src-e94d425852651d3086549f27dcde9caa9b11f245.zip
FreeBSD-src-e94d425852651d3086549f27dcde9caa9b11f245.tar.gz
Catch up with the dev_t -> struct cdev change.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/device_ids.912
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/device_ids.9 b/share/man/man9/device_ids.9
index 9857436..fc7c9fd 100644
--- a/share/man/man9/device_ids.9
+++ b/share/man/man9/device_ids.9
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 9, 2001
+.Dd June 22, 2004
.Dt DEVICE_IDS 9
.Os
.Sh NAME
@@ -40,13 +40,13 @@
.In sys/types.h
.In sys/systm.h
.Ft int
-.Fn major "dev_t dev"
+.Fn major "struct cdev *dev"
.Ft int
-.Fn minor "dev_t dev"
+.Fn minor "struct cdev *dev"
.Ft int
-.Fn umajor "udev_t id"
+.Fn umajor "dev_t id"
.Ft int
-.Fn uminor "udev_t id"
+.Fn uminor "dev_t id"
.Sh DESCRIPTION
The
.Nm
@@ -68,7 +68,7 @@ An integer greater than zero and less than
and
.Fn minor
will return
-.Dv NOUDEV
+.Dv NODEV
if the device is invalid.
.Sh AUTHORS
This manual page was written by
OpenPOWER on IntegriCloud