cvs commit: src ObsoleteFiles.inc src/share/man/man3 Makefile
makedev.3 src/share/man/man9 Makefile device_ids.9 make_dev.9
Ed Schouten
ed at FreeBSD.org
Sun Sep 28 20:24:28 UTC 2008
ed 2008-09-28 20:15:45 UTC
FreeBSD src repository
Modified files:
. ObsoleteFiles.inc
share/man/man3 Makefile
share/man/man9 Makefile make_dev.9
Added files:
share/man/man3 makedev.3
Removed files:
share/man/man9 device_ids.9
Log:
SVN rev 183442 on 2008-09-28 20:15:45Z by ed
Several documentation fixups related to device minor/major numbers:
- Document the minor(3), major(3) and makedev(3) macro's. They also
apply to umajor() and uminor() in the kernel, but hopefully we'll sort
that out one day.
- Briefly dev2unit() inside the make_dev(9) manual page, since this is
now the preferred macro to obtain character device unit numbers inside
the kernel.
- Remove the device_ids(9) manual page. It contains highly inaccurate
information, such as a description of the nonexistent major().
Revision Changes Path
1.163 +6 -0 src/ObsoleteFiles.inc
1.49 +3 -0 src/share/man/man3/Makefile
1.1 +90 -0 src/share/man/man3/makedev.3 (new)
1.342 +0 -5 src/share/man/man9/Makefile
1.4 +0 -75 src/share/man/man9/device_ids.9 (dead)
1.26 +4 -2 src/share/man/man9/make_dev.9
More information about the cvs-src
mailing list