From: deraadt Date: Tue, 28 Mar 2000 22:50:07 +0000 (+0000) Subject: link real names (uppercase) to queue.3 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ff602134dd6fd378f514084161874608af79c903;p=openbsd link real names (uppercase) to queue.3 --- diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index 91d245793c6..1989b80899b 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1999/11/17 04:15:04 millert Exp $ +# $OpenBSD: Makefile,v 1.5 2000/03/28 22:50:07 deraadt Exp $ # @(#)Makefile 8.2 (Berkeley) 12/13/93 MAN= assert.3 bitstring.3 dlfcn.3 end.3 intro.3 queue.3 stdarg.3 @@ -8,29 +8,37 @@ MLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \ bitstring.3 bit_size.3 bitstring.3 bit_test.3 bitstring.3 bit_nset.3 \ bitstring.3 bitstr_size.3 MLINKS+=end.3 edata.3 end.3 etext.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_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 -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_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 -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_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 queue.3 tailq_remove.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_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 +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_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_EMPTY.3 queue.3 LIST_FOREACH.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_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 +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_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 queue.3 TAILQ_REMOVE.3 \ + queue.3 TAILQ_INSERT_AFTER.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_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 +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_INIT.3 queue.3 SLIST_INSERT_AFTER.3 \ + queue.3 SLIST_INSERT_HEAD.3 queue.3 SLIST_REMOVE_HEAD.3 MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3 MLINKS+=stdarg.3 va_start.3 MLINKS+=dlfcn.3 dlopen.3 dlfcn.3 dlclose.3 dlfcn.3 dlsym.3 dlfcn.3 dlctl.3 \