summaryrefslogtreecommitdiffstats
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2008-09-28 20:15:45 +0000
committered <ed@FreeBSD.org>2008-09-28 20:15:45 +0000
commit3b64cecd5c2923c9f448c44fd0decb39d2e65791 (patch)
tree8b91d1629ac6a37f72cebf109a4816f35056fa38 /share/man/man9/Makefile
parent954d43d96810c30de5084004d0e56905298a9378 (diff)
downloadFreeBSD-src-3b64cecd5c2923c9f448c44fd0decb39d2e65791.zip
FreeBSD-src-3b64cecd5c2923c9f448c44fd0decb39d2e65791.tar.gz
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().
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index cc600ee..2705b6b 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -82,7 +82,6 @@ MAN= accept_filter.9 \
device_get_sysctl.9 \
device_get_unit.9 \
DEVICE_IDENTIFY.9 \
- device_ids.9 \
device_printf.9 \
DEVICE_PROBE.9 \
device_probe_and_attach.9 \
@@ -566,10 +565,6 @@ MLINKS+=device_get_state.9 device_busy.9 \
device_get_state.9 device_unbusy.9
MLINKS+=device_get_sysctl.9 device_get_sysctl_ctx.9 \
device_get_sysctl.9 device_get_sysctl_tree.9
-MLINKS+=device_ids.9 major.9 \
- device_ids.9 minor.9 \
- device_ids.9 umajor.9 \
- device_ids.9 uminor.9
MLINKS+=device_quiet.9 device_is_quiet.9 \
device_quiet.9 device_verbose.9
MLINKS+=device_set_desc.9 device_get_desc.9 \
OpenPOWER on IntegriCloud