summaryrefslogtreecommitdiffstats
path: root/share/man/man3/Makefile
diff options
context:
space:
mode:
authormdf <mdf@FreeBSD.org>2011-05-13 15:49:23 +0000
committermdf <mdf@FreeBSD.org>2011-05-13 15:49:23 +0000
commit5e42f0aa77ffb598869c2e7abc8dc01ea61052b6 (patch)
tree6420d92e6d8774552378013f101b880ab2bf89e2 /share/man/man3/Makefile
parent5832fad208b3f6890ad185b45dd2482256dd17c6 (diff)
downloadFreeBSD-src-5e42f0aa77ffb598869c2e7abc8dc01ea61052b6.zip
FreeBSD-src-5e42f0aa77ffb598869c2e7abc8dc01ea61052b6.tar.gz
Note that the _SWAP operation is supported for all list/queue types.
Also place STAILQ_REMOVE_HEAD in alphabetical order. Lastly, document the _SWAP macros. PR: kern/143033 MFC after: 1 week
Diffstat (limited to 'share/man/man3/Makefile')
-rw-r--r--share/man/man3/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index 9111c5c..148f460 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -53,6 +53,7 @@ MLINKS+= queue.3 LIST_EMPTY.3 \
queue.3 LIST_INSERT_HEAD.3 \
queue.3 LIST_NEXT.3 \
queue.3 LIST_REMOVE.3 \
+ queue.3 LIST_SWAP.3 \
queue.3 SLIST_EMPTY.3 \
queue.3 SLIST_ENTRY.3 \
queue.3 SLIST_FIRST.3 \
@@ -67,6 +68,7 @@ MLINKS+= queue.3 LIST_EMPTY.3 \
queue.3 SLIST_REMOVE.3 \
queue.3 SLIST_REMOVE_AFTER.3 \
queue.3 SLIST_REMOVE_HEAD.3 \
+ queue.3 SLIST_SWAP.3 \
queue.3 STAILQ_CONCAT.3 \
queue.3 STAILQ_EMPTY.3 \
queue.3 STAILQ_ENTRY.3 \
@@ -84,6 +86,7 @@ MLINKS+= queue.3 LIST_EMPTY.3 \
queue.3 STAILQ_REMOVE.3 \
queue.3 STAILQ_REMOVE_AFTER.3 \
queue.3 STAILQ_REMOVE_HEAD.3 \
+ queue.3 STAILQ_SWAP.3 \
queue.3 TAILQ_CONCAT.3 \
queue.3 TAILQ_EMPTY.3 \
queue.3 TAILQ_ENTRY.3 \
@@ -102,7 +105,8 @@ MLINKS+= queue.3 LIST_EMPTY.3 \
queue.3 TAILQ_LAST.3 \
queue.3 TAILQ_NEXT.3 \
queue.3 TAILQ_PREV.3 \
- queue.3 TAILQ_REMOVE.3
+ queue.3 TAILQ_REMOVE.3 \
+ queue.3 TAILQ_SWAP.3
MLINKS+= stdarg.3 va_arg.3 \
stdarg.3 va_copy.3 \
stdarg.3 va_end.3 \
OpenPOWER on IntegriCloud