summaryrefslogtreecommitdiffstats
path: root/share/man/man3/Makefile
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-04-05 20:57:47 +0000
committermpp <mpp@FreeBSD.org>1996-04-05 20:57:47 +0000
commitde97bb80c52d6e3e3bb6fdb6980871f90e7c9ed7 (patch)
tree298dc77c1db76f41fce2cd6986d90f3da9a2d757 /share/man/man3/Makefile
parentfec10bb459b45fd4b52eae9d85dd3e9c0b425316 (diff)
downloadFreeBSD-src-de97bb80c52d6e3e3bb6fdb6980871f90e7c9ed7.zip
FreeBSD-src-de97bb80c52d6e3e3bb6fdb6980871f90e7c9ed7.tar.gz
Add man page links for the SLIST_* and STAILQ_* macros that were added
recently.
Diffstat (limited to 'share/man/man3/Makefile')
-rw-r--r--share/man/man3/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index 9d5d0a0..7e3790d 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -10,6 +10,13 @@ MLINKS+=end.3 edata.3 end.3 etext.3
MLINKS+=fpgetround.3 fpsetround.3 fpgetround.3 fpgetmask.3
MLINKS+=fpgetround.3 fpsetmask.3 fpgetround.3 fpgetsticky.3
MLINKS+=fpgetround.3 fpsetsticky.3 fpgetround.3 fpresetsticky.3
+MLINKS+=queue.3 SLIST_ENTRY.3 queue.3 SLIST_HEAD.3 queue.3 SLIST_INIT.3
+MLINKS+=queue.3 SLIST_INSERT_AFTER.3 queue.3 SLIST_INSERT_HEAD.3
+MLINKS+=queue.3 SLIST_REMOVE_HEAD.3 queue.3 SLIST_REMOVE.3
+MLINKS+=queue.3 STAILQ_ENTRY.3 queue.3 STAILQ_HEAD.3 queue.3 STAILQ_INIT.3
+MLINKS+=queue.3 STAILQ_INSERT_AFTER.3 queue.3 STAILQ_INSERT_HEAD.3
+MLINKS+=queue.3 STAILQ_INSERT_TAIL.3 queue.3 STAILQ_REMOVE_HEAD.3
+MLINKS+=queue.3 STAILQ_REMOVE.3
MLINKS+=queue.3 LIST_ENTRY.3 queue.3 LIST_HEAD.3 queue.3 LIST_INIT.3
MLINKS+=queue.3 LIST_INSERT_AFTER.3 queue.3 LIST_INSERT_HEAD.3
MLINKS+=queue.3 LIST_INSERT_BEFORE.3 queue.3 TAILQ_INSERT_BEFORE.3
OpenPOWER on IntegriCloud