summaryrefslogtreecommitdiffstats
path: root/share/man/man3/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/man3/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/man3/Makefile')
-rw-r--r--share/man/man3/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index 2513a60..13c5e14 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -8,6 +8,7 @@ MAN= assert.3 \
end.3 \
fpgetround.3 \
intro.3 \
+ makedev.3 \
${PTHREAD_MAN} \
queue.3 \
siginfo.3 \
@@ -36,6 +37,8 @@ MLINKS+= fpgetround.3 fpgetmask.3 \
fpgetround.3 fpsetmask.3 \
fpgetround.3 fpsetprec.3 \
fpgetround.3 fpsetround.3
+MLINKS+= makedev.3 major.3 \
+ makedev.3 minor.3
MLINKS+= ${PTHREAD_MLINKS}
MLINKS+= queue.3 LIST_EMPTY.3 \
queue.3 LIST_ENTRY.3 \
OpenPOWER on IntegriCloud