summaryrefslogtreecommitdiffstats
path: root/share/man/man3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man3/Makefile')
-rw-r--r--share/man/man3/Makefile23
1 files changed, 14 insertions, 9 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index 8ed2ddf..9b3c7bf 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -1,19 +1,24 @@
# @(#)Makefile 8.2 (Berkeley) 12/13/93
MAN3= assert.3 bitstring.3 end.3 fpgetround.3 intro.3 queue.3 stdarg.3
+MLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \
+ bitstring.3 bit_decl.3 bitstring.3 bit_ffs.3 bitstring.3 bit_nclear.3 \
+ bitstring.3 bit_nset.3 bitstring.3 bit_set.3 \
+ bitstring.3 bitstr_size.3 bitstring.3 bit_test.3
MLINKS+=end.3 edata.3 end.3 etext.3
MLINKS+=fpgetround.3 fpsetround.3 fpgetround.3 fpgetmask.3
MLINKS+=fpgetround.3 fpsetmask.3 fpgetround.3 fpgetsticky.3
MLINKS+=fpgetround.3 fpsetsticky.3 fpgetround.3 fpresetsticky.3
-MLINKS+=queue.3 list_entry.3 queue.3 list_head.3 queue.3 list_init.3
-MLINKS+=queue.3 list_insert_after.3 queue.3 list_insert_head.3
-MLINKS+=queue.3 list_remove.3 queue.3 tailq_entry.3 queue.3 tailq_head.3
-MLINKS+=queue.3 tailq_init.3 queue.3 tailq_insert_after.3
-MLINKS+=queue.3 tailq_insert_head.3 queue.3 tailq_insert_tail.3
-MLINKS+=queue.3 tailq_remove.3 queue.3 circleq_entry.3 queue.3 circleq_head.3
-MLINKS+=queue.3 circleq_init.3 queue.3 circleq_insert_after.3
-MLINKS+=queue.3 circleq_insert_before.3 queue.3 circleq_insert_head.3
-MLINKS+=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_INIT.3
+MLINKS+=queue.3 LIST_INSERT_AFTER.3 queue.3 LIST_INSERT_HEAD.3
+MLINKS+=queue.3 LIST_INSERT_BEFORE.3 queue.3 TAILQ_INSERT_BEFORE.3
+MLINKS+=queue.3 LIST_REMOVE.3 queue.3 TAILQ_ENTRY.3 queue.3 TAILQ_HEAD.3
+MLINKS+=queue.3 TAILQ_INIT.3 queue.3 TAILQ_INSERT_AFTER.3
+MLINKS+=queue.3 TAILQ_INSERT_HEAD.3 queue.3 TAILQ_INSERT_TAIL.3
+MLINKS+=queue.3 TAILQ_REMOVE.3 queue.3 CIRCLEQ_ENTRY.3 queue.3 CIRCLEQ_HEAD.3
+MLINKS+=queue.3 CIRCLEQ_INIT.3 queue.3 CIRCLEQ_INSERT_AFTER.3
+MLINKS+=queue.3 CIRCLEQ_INSERT_BEFORE.3 queue.3 CIRCLEQ_INSERT_HEAD.3
+MLINKS+=queue.3 CIRCLEQ_INSERT_TAIL.3 queue.3 CIRCLEQ_REMOVE.3
MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3
MLINKS+=stdarg.3 va_start.3
OpenPOWER on IntegriCloud