summaryrefslogtreecommitdiff
path: root/share/man/man3
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2002-02-24 19:49:18 +0000
committerNiels Provos <provos@cvs.openbsd.org>2002-02-24 19:49:18 +0000
commit7a6dbd92b72d614832cb5d825abb6f5f11883b36 (patch)
treecbea62442c44ed4c87dc7fab705ca4d8c709f05a /share/man/man3
parent001ed35ccc71a2cdaa87585561285a3c9dfb1211 (diff)
tree.3 and links
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/Makefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index d2def767039..9455adbf345 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.11 2001/08/02 19:02:46 mpech Exp $
+# $OpenBSD: Makefile,v 1.12 2002/02/24 19:49:17 provos Exp $
# @(#)Makefile 8.2 (Berkeley) 12/13/93
-MAN= assert.3 bitstring.3 dlfcn.3 end.3 intro.3 queue.3 stdarg.3 sysexits.3
+MAN= assert.3 bitstring.3 dlfcn.3 end.3 intro.3 queue.3 stdarg.3 \
+ sysexits.3 tree.3
MLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \
bitstring.3 bit_decl.3 bitstring.3 bit_ffc.3 bitstring.3 bit_ffs.3 \
bitstring.3 bit_nclear.3 bitstring.3 bit_set.3 \
@@ -47,5 +48,19 @@ 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 \
dlfcn.3 dlerror.3
+MLINKS+=tree.3 SPLAY_PROTOTYPE.3 tree.3 SPLAY_GENERATE.3 \
+ tree.3 SPLAY_ENTRY.3 tree.3 SPLAY_HEAD.3 \
+ tree.3 SPLAY_ROOT.3 tree.3 SPLAY_NEXT.3 \
+ tree.3 SPLAY_MIN.3 tree.3 SPLAY_MAX.3 tree.3 SPLAY_FIND.3 \
+ tree.3 SPLAY_LEFT.3 tree.3 SPLAY_RIGHT.3 tree.3 SPLAY_INIT.3 \
+ tree.3 SPLAY_INSERT.3 tree.3 SPLAY_REMOVE.3 \
+ tree.3 SPLAY_FOREACH.3
+MLINKS+=tree.3 RB_PROTOTYPE.3 tree.3 RB_GENERATE.3 \
+ tree.3 RB_ENTRY.3 tree.3 RB_HEAD.3 \
+ tree.3 RB_ROOT.3 tree.3 RB_NEXT.3 \
+ tree.3 RB_MIN.3 tree.3 RB_MAX.3 tree.3 RB_FIND.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
.include <bsd.prog.mk>