diff options
author | 2014-09-13 06:32:13 +0000 | |
---|---|---|
committer | 2014-09-13 06:32:13 +0000 | |
commit | 1f9c555b3a824241dad1de37454f70515f0c5597 (patch) | |
tree | 7c89a54fa4d6f8b148f3a7e77d6ce0726af9b640 | |
parent | Add HP Gen9 Smart Array/Smart HBA devices. (diff) | |
download | wireguard-openbsd-1f9c555b3a824241dad1de37454f70515f0c5597.tar.xz wireguard-openbsd-1f9c555b3a824241dad1de37454f70515f0c5597.zip |
zap MLINK for *Q_END and CIRCLEQ*;
-rw-r--r-- | share/man/man3/Makefile | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index 808c83ed465..e01469e152f 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2012/04/11 13:29:14 naddy Exp $ +# $OpenBSD: Makefile,v 1.26 2014/09/13 06:32:13 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 \ @@ -13,7 +13,7 @@ MLINKS+=CMSG_DATA.3 CMSG_FIRSTHDR.3 CMSG_DATA.3 CMSG_LEN.3 \ 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_NEXT.3 queue.3 SLIST_EMPTY.3 \ queue.3 SLIST_FOREACH.3 queue.3 SLIST_FOREACH_SAFE.3 \ queue.3 SLIST_INIT.3 \ queue.3 SLIST_INSERT_AFTER.3 queue.3 SLIST_INSERT_HEAD.3 \ @@ -21,7 +21,7 @@ MLINKS+=queue.3 SLIST_ENTRY.3 queue.3 SLIST_HEAD.3 \ queue.3 SLIST_REMOVE.3 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_NEXT.3 \ queue.3 LIST_EMPTY.3 queue.3 LIST_FOREACH.3 \ queue.3 LIST_FOREACH_SAFE.3 queue.3 LIST_INIT.3 \ queue.3 LIST_INSERT_AFTER.3 queue.3 LIST_INSERT_BEFORE.3 \ @@ -29,7 +29,7 @@ MLINKS+=queue.3 LIST_ENTRY.3 queue.3 LIST_HEAD.3 \ queue.3 LIST_REPLACE.3 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_NEXT.3 \ queue.3 SIMPLEQ_EMPTY.3 queue.3 SIMPLEQ_FOREACH.3 \ queue.3 SIMPLEQ_FOREACH_SAFE.3 queue.3 SIMPLEQ_INIT.3 \ queue.3 SIMPLEQ_INSERT_HEAD.3 queue.3 SIMPLEQ_INSERT_TAIL.3 \ @@ -37,7 +37,7 @@ MLINKS+=queue.3 SIMPLEQ_ENTRY.3 queue.3 SIMPLEQ_HEAD.3 \ queue.3 SIMPLEQ_REMOVE_AFTER.3 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_NEXT.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_SAFE.3 \ queue.3 TAILQ_FOREACH_REVERSE.3 queue.3 TAILQ_FOREACH_REVERSE_SAFE.3 \ @@ -45,17 +45,6 @@ MLINKS+=queue.3 TAILQ_ENTRY.3 queue.3 TAILQ_HEAD.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 \ queue.3 TAILQ_REMOVE.3 queue.3 TAILQ_REPLACE.3 -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_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 \ - queue.3 CIRCLEQ_REMOVE.3 queue.3 CIRCLEQ_REPLACE.3 MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3 MLINKS+=stdarg.3 va_start.3 stdarg.3 va_copy.3 MLINKS+=dlfcn.3 dlopen.3 dlfcn.3 dlclose.3 dlfcn.3 dlsym.3 dlfcn.3 dlctl.3 \ |