summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2014-06-17 02:10:40 +0000
committerkevlo <kevlo@FreeBSD.org>2014-06-17 02:10:40 +0000
commitc31550101a2d28d4a3bcbfaa3e8f61dd1757ab4e (patch)
treeda9ab10bf54c84fc3cd24e24c480d35643352ee8 /share/man/man3
parent5e82d43eb4acafcda2e56a9109a6af0ec6d2cedb (diff)
downloadFreeBSD-src-c31550101a2d28d4a3bcbfaa3e8f61dd1757ab4e.zip
FreeBSD-src-c31550101a2d28d4a3bcbfaa3e8f61dd1757ab4e.tar.gz
Add MLINKS for macros decribed in queue.3 manpage.
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index f0cbf0e..1213a7a 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -68,7 +68,9 @@ MLINKS+= queue.3 LIST_EMPTY.3 \
queue.3 LIST_ENTRY.3 \
queue.3 LIST_FIRST.3 \
queue.3 LIST_FOREACH.3 \
+ queue.3 LIST_FOREACH_FROM.3 \
queue.3 LIST_FOREACH_SAFE.3 \
+ queue.3 LIST_FOREACH_FROM_SAFE.3 \
queue.3 LIST_HEAD.3 \
queue.3 LIST_HEAD_INITIALIZER.3 \
queue.3 LIST_INIT.3 \
@@ -83,7 +85,9 @@ MLINKS+= queue.3 LIST_EMPTY.3 \
queue.3 SLIST_ENTRY.3 \
queue.3 SLIST_FIRST.3 \
queue.3 SLIST_FOREACH.3 \
+ queue.3 SLIST_FOREACH_FROM.3 \
queue.3 SLIST_FOREACH_SAFE.3 \
+ queue.3 SLIST_FOREACH_FROM_SAFE.3 \
queue.3 SLIST_HEAD.3 \
queue.3 SLIST_HEAD_INITIALIZER.3 \
queue.3 SLIST_INIT.3 \
@@ -99,7 +103,9 @@ MLINKS+= queue.3 LIST_EMPTY.3 \
queue.3 STAILQ_ENTRY.3 \
queue.3 STAILQ_FIRST.3 \
queue.3 STAILQ_FOREACH.3 \
+ queue.3 STAILQ_FOREACH_FROM.3 \
queue.3 STAILQ_FOREACH_SAFE.3 \
+ queue.3 STAILQ_FOREACH_FROM_SAFE.3 \
queue.3 STAILQ_HEAD.3 \
queue.3 STAILQ_HEAD_INITIALIZER.3 \
queue.3 STAILQ_INIT.3 \
@@ -117,9 +123,13 @@ MLINKS+= queue.3 LIST_EMPTY.3 \
queue.3 TAILQ_ENTRY.3 \
queue.3 TAILQ_FIRST.3 \
queue.3 TAILQ_FOREACH.3 \
+ queue.3 TAILQ_FOREACH_FROM.3 \
queue.3 TAILQ_FOREACH_REVERSE.3 \
+ queue.3 TAILQ_FOREACH_REVERSE_FROM.3 \
queue.3 TAILQ_FOREACH_REVERSE_SAFE.3 \
+ queue.3 TAILQ_FOREACH_REVERSE_FROM_SAFE.3 \
queue.3 TAILQ_FOREACH_SAFE.3 \
+ queue.3 TAILQ_FOREACH_FROM_SAFE.3 \
queue.3 TAILQ_HEAD.3 \
queue.3 TAILQ_HEAD_INITIALIZER.3 \
queue.3 TAILQ_INIT.3 \
OpenPOWER on IntegriCloud