diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-07-09 08:42:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-07-09 08:42:39 +0000 |
commit | 447e4ea506b78b4294a293cc9f771f8b12a36fef (patch) | |
tree | 8add67c20a153bc08d43a7850903747440107b2a /share/man | |
parent | 3581038685c9d1b886ed41ada55a8a1e721ea836 (diff) |
update MLINKS for the *SAFE macros;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/Makefile | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index 89cc82c79d3..298213a8a5f 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2011/07/03 16:08:40 matthew Exp $ +# $OpenBSD: Makefile,v 1.23 2011/07/09 08:42:38 jmc Exp $ # @(#)Makefile 8.2 (Berkeley) 12/13/93 MAN= assert.3 bitstring.3 CMSG_DATA.3 dlfcn.3 dl_iterate_phdr.3 end.3 \ @@ -14,8 +14,8 @@ MLINKS+=end.3 edata.3 end.3 etext.3 MLINKS+=queue.3 SLIST_ENTRY.3 queue.3 SLIST_HEAD.3 \ queue.3 SLIST_HEAD_INITIALIZER.3 queue.3 SLIST_FIRST.3 \ queue.3 SLIST_NEXT.3 queue.3 SLIST_END.3 queue.3 SLIST_EMPTY.3 \ - queue.3 SLIST_FOREACH.3 queue.3 SLIST_FOREACH_PREVPTR.3 \ - queue.3 SLIST_INIT.3 \ + queue.3 SLIST_FOREACH.3 queue.3 SLIST_FOREACH_SAFE.3 \ + queue.3 SLIST_FOREACH_PREVPTR.3 queue.3 SLIST_INIT.3 \ queue.3 SLIST_INSERT_AFTER.3 queue.3 SLIST_INSERT_HEAD.3 \ queue.3 SLIST_REMOVE_HEAD.3 queue.3 SLIST_REMOVE_NEXT.3 \ queue.3 SLIST_REMOVE.3 @@ -23,7 +23,7 @@ MLINKS+=queue.3 LIST_ENTRY.3 queue.3 LIST_HEAD.3 \ queue.3 LIST_HEAD_INITIALIZER.3 queue.3 LIST_FIRST.3 \ queue.3 LIST_NEXT.3 queue.3 LIST_END.3 \ queue.3 LIST_EMPTY.3 queue.3 LIST_FOREACH.3 \ - queue.3 LIST_INIT.3 \ + queue.3 LIST_FOREACH_SAFE.3 queue.3 LIST_INIT.3 \ queue.3 LIST_INSERT_AFTER.3 queue.3 LIST_INSERT_BEFORE.3 \ queue.3 LIST_INSERT_HEAD.3 queue.3 LIST_REMOVE.3 \ queue.3 LIST_REPLACE.3 @@ -31,7 +31,7 @@ MLINKS+=queue.3 SIMPLEQ_ENTRY.3 queue.3 SIMPLEQ_HEAD.3 \ queue.3 SIMPLEQ_HEAD_INITIALIZER.3 queue.3 SIMPLEQ_FIRST.3 \ queue.3 SIMPLEQ_NEXT.3 queue.3 SIMPLEQ_END.3 \ queue.3 SIMPLEQ_EMPTY.3 queue.3 SIMPLEQ_FOREACH.3 \ - queue.3 SIMPLEQ_INIT.3 \ + queue.3 SIMPLEQ_FOREACH_SAFE.3 queue.3 SIMPLEQ_INIT.3 \ queue.3 SIMPLEQ_INSERT_HEAD.3 queue.3 SIMPLEQ_INSERT_TAIL.3 \ queue.3 SIMPLEQ_INSERT_AFTER.3 queue.3 SIMPLEQ_REMOVE_HEAD.3 \ queue.3 SIMPLEQ_REMOVE_NEXT.3 @@ -39,7 +39,8 @@ MLINKS+=queue.3 TAILQ_ENTRY.3 queue.3 TAILQ_HEAD.3 \ queue.3 TAILQ_HEAD_INITIALIZER.3 queue.3 TAILQ_FIRST.3 \ queue.3 TAILQ_NEXT.3 queue.3 TAILQ_END.3 queue.3 TAILQ_LAST.3 \ queue.3 TAILQ_PREV.3 queue.3 TAILQ_EMPTY.3 \ - queue.3 TAILQ_FOREACH.3 queue.3 TAILQ_FOREACH_REVERSE.3 \ + queue.3 TAILQ_FOREACH.3 queue.3 TAILQ_FOREACH_SAFE.3 \ + queue.3 TAILQ_FOREACH_REVERSE.3 queue.3 TAILQ_FOREACH_REVERSE_SAFE.3 \ queue.3 TAILQ_INIT.3 \ queue.3 TAILQ_INSERT_AFTER.3 queue.3 TAILQ_INSERT_BEFORE.3 \ queue.3 TAILQ_INSERT_HEAD.3 queue.3 TAILQ_INSERT_TAIL.3 \ @@ -48,7 +49,9 @@ MLINKS+=queue.3 CIRCLEQ_ENTRY.3 queue.3 CIRCLEQ_HEAD.3 \ queue.3 CIRCLEQ_HEAD_INITIALIZER.3 queue.3 CIRCLEQ_FIRST.3 \ queue.3 CIRCLEQ_LAST.3 queue.3 CIRCLEQ_END.3 queue.3 CIRCLEQ_NEXT.3 \ queue.3 CIRCLEQ_PREV.3 queue.3 CIRCLEQ_EMPTY.3 \ - queue.3 CIRCLEQ_FOREACH.3 queue.3 CIRCLEQ_FOREACH_REVERSE.3 \ + queue.3 CIRCLEQ_FOREACH.3 queue.3 CIRCLEQ_FOREACH_SAFE.3 \ + queue.3 CIRCLEQ_FOREACH_REVERSE.3 \ + queue.3 CIRCLEQ_FOREACH_REVERSE_SAFE.3 \ queue.3 CIRCLEQ_INIT.3 \ queue.3 CIRCLEQ_INSERT_AFTER.3 queue.3 CIRCLEQ_INSERT_BEFORE.3 \ queue.3 CIRCLEQ_INSERT_HEAD.3 queue.3 CIRCLEQ_INSERT_TAIL.3 \ @@ -72,6 +75,7 @@ MLINKS+=tree.3 RB_PROTOTYPE.3 tree.3 RB_PROTOTYPE_STATIC.3 \ tree.3 RB_MIN.3 tree.3 RB_MAX.3 tree.3 RB_FIND.3 tree.3 RB_NFIND.3 \ tree.3 RB_LEFT.3 tree.3 RB_RIGHT.3 tree.3 RB_PARENT.3 \ tree.3 RB_INIT.3 tree.3 RB_INSERT.3 tree.3 RB_REMOVE.3 \ - tree.3 RB_FOREACH.3 tree.3 RB_FOREACH_REVERSE.3 + tree.3 RB_FOREACH.3 tree.3 RB_FOREACH_SAFE.3 \ + tree.3 RB_FOREACH_REVERSE.3 tree.3 RB_FOREACH_REVERSE_SAFE.3 .include <bsd.prog.mk> |