]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man3/TAILQ_REMOVE.3
LIST_ENTRY.3, LIST_HEAD.3, LIST_INIT.3, LIST_INSERT_AFTER.3, LIST_INSERT_HEAD.3,...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 3 May 2012 16:37:22 +0000 (04:37 +1200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 7 May 2012 03:30:16 +0000 (15:30 +1200)
commit46a36090384a53084dbce97ec6e4821310b897dd
tree88de69db1b859ae8aa5e47978ab0ba0e58ec1946
parente4b4f948da79271ab0213e3ae3f0330d28d93bbb
LIST_ENTRY.3, LIST_HEAD.3, LIST_INIT.3, LIST_INSERT_AFTER.3, LIST_INSERT_HEAD.3, LIST_REMOVE.3, TAILQ_ENTRY.3, TAILQ_HEAD.3, TAILQ_INIT.3, TAILQ_INSERT_AFTER.3, TAILQ_INSERT_HEAD.3, TAILQ_INSERT_TAIL.3, TAILQ_REMOVE.3, CIRCLEQ_ENTRY.3, CIRCLEQ_HEAD.3, CIRCLEQ_INIT.3, CIRCLEQ_INSERT_AFTER.3, CIRCLEQ_INSERT_BEFORE.3, CIRCLEQ_INSERT_HEAD.3, CIRCLEQ_INSERT_TAIL.3, CIRCLEQ_REMOVE.3: New link to queue.3

The queue(3) page documents these macros, so it makes sense to
have links for the names.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
21 files changed:
man3/CIRCLEQ_ENTRY.3 [new file with mode: 0644]
man3/CIRCLEQ_HEAD.3 [new file with mode: 0644]
man3/CIRCLEQ_INIT.3 [new file with mode: 0644]
man3/CIRCLEQ_INSERT_AFTER.3 [new file with mode: 0644]
man3/CIRCLEQ_INSERT_BEFORE.3 [new file with mode: 0644]
man3/CIRCLEQ_INSERT_HEAD.3 [new file with mode: 0644]
man3/CIRCLEQ_INSERT_TAIL.3 [new file with mode: 0644]
man3/CIRCLEQ_REMOVE.3 [new file with mode: 0644]
man3/LIST_ENTRY.3 [new file with mode: 0644]
man3/LIST_HEAD.3 [new file with mode: 0644]
man3/LIST_INIT.3 [new file with mode: 0644]
man3/LIST_INSERT_AFTER.3 [new file with mode: 0644]
man3/LIST_INSERT_HEAD.3 [new file with mode: 0644]
man3/LIST_REMOVE.3 [new file with mode: 0644]
man3/TAILQ_ENTRY.3 [new file with mode: 0644]
man3/TAILQ_HEAD.3 [new file with mode: 0644]
man3/TAILQ_INIT.3 [new file with mode: 0644]
man3/TAILQ_INSERT_AFTER.3 [new file with mode: 0644]
man3/TAILQ_INSERT_HEAD.3 [new file with mode: 0644]
man3/TAILQ_INSERT_TAIL.3 [new file with mode: 0644]
man3/TAILQ_REMOVE.3 [new file with mode: 0644]