Add man page links for the SLIST_* and STAILQ_* macros that were added

recently.
This commit is contained in:
Mike Pritchard 1996-04-05 20:57:47 +00:00
parent 88d807a676
commit 288b0245a2

View File

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