mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
queue(3): Install *_SPLIT_AFTER() links to the main manual page
Completes commit "queue(3): New *_SPLIT_AFTER(), *_ASSERT_EMPTY(), *_ASSERT_NONEMPTY()" (c02880233949b01f). MFC after: 1 day Sponsored by: The FreeBSD Foundation (cherry picked from commit c071616b06aa0f51ac4314f989c472d0268c2ddb) (cherry picked from commit eca0ce8afb15ef9f01703c4d15273eaf66eb63f5) Approved by: re (cperciva)
This commit is contained in:
parent
d156cabc0f
commit
10944406be
1 changed files with 4 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ MLINKS+= queue.3 LIST_CLASS_ENTRY.3 \
|
|||
queue.3 LIST_PREV.3 \
|
||||
queue.3 LIST_REMOVE.3 \
|
||||
queue.3 LIST_REPLACE.3 \
|
||||
queue.3 LIST_SPLIT_AFTER.3 \
|
||||
queue.3 LIST_SWAP.3 \
|
||||
queue.3 SLIST_CLASS_ENTRY.3 \
|
||||
queue.3 SLIST_CLASS_HEAD.3 \
|
||||
|
|
@ -237,6 +238,7 @@ MLINKS+= queue.3 LIST_CLASS_ENTRY.3 \
|
|||
queue.3 SLIST_REMOVE_AFTER.3 \
|
||||
queue.3 SLIST_REMOVE_HEAD.3 \
|
||||
queue.3 SLIST_REMOVE_PREVPTR.3 \
|
||||
queue.3 SLIST_SPLIT_AFTER.3 \
|
||||
queue.3 SLIST_SWAP.3 \
|
||||
queue.3 STAILQ_CLASS_ENTRY.3 \
|
||||
queue.3 STAILQ_CLASS_HEAD.3 \
|
||||
|
|
@ -259,6 +261,7 @@ MLINKS+= queue.3 LIST_CLASS_ENTRY.3 \
|
|||
queue.3 STAILQ_REMOVE.3 \
|
||||
queue.3 STAILQ_REMOVE_AFTER.3 \
|
||||
queue.3 STAILQ_REMOVE_HEAD.3 \
|
||||
queue.3 STAILQ_SPLIT_AFTER.3 \
|
||||
queue.3 STAILQ_SWAP.3 \
|
||||
queue.3 TAILQ_CLASS_ENTRY.3 \
|
||||
queue.3 TAILQ_CLASS_HEAD.3 \
|
||||
|
|
@ -286,6 +289,7 @@ MLINKS+= queue.3 LIST_CLASS_ENTRY.3 \
|
|||
queue.3 TAILQ_PREV.3 \
|
||||
queue.3 TAILQ_REMOVE.3 \
|
||||
queue.3 TAILQ_REPLACE.3 \
|
||||
queue.3 TAILQ_SPLIT_AFTER.3 \
|
||||
queue.3 TAILQ_SWAP.3
|
||||
MLINKS+= stats.3 stats_tpl_alloc.3 \
|
||||
stats.3 stats_tpl_fetch_allocid.3 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue