Catch up with the dev_t -> struct cdev change.

This commit is contained in:
Lukas Ertl 2004-06-22 20:18:15 +00:00
parent 4f851e29ad
commit 05344e57f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130935

View file

@ -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