aboutsummaryrefslogtreecommitdiff
path: root/databases/db3
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:51:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:51:53 +0000
commit00a8157778c811958120708b284fc76b4a3fda9a (patch)
tree6c1d8e128a718477eddbdb28987e372b55d01846 /databases/db3
parent49dea7e33c224e23122616799e5c59397a0fc8a5 (diff)
downloadports-00a8157778c811958120708b284fc76b4a3fda9a.tar.gz
ports-00a8157778c811958120708b284fc76b4a3fda9a.zip
Back out the db3 update for the moment, due to the incompatibilty
problem that broke the openldap2 build.
Notes
Notes: svn path=/head/; revision=45699
Diffstat (limited to 'databases/db3')
-rw-r--r--databases/db3/Makefile16
-rw-r--r--databases/db3/distinfo4
-rw-r--r--databases/db3/files/patch-aa81
-rw-r--r--databases/db3/files/patch-ab31
-rw-r--r--databases/db3/pkg-plist873
5 files changed, 479 insertions, 526 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index fb1b4a20deb8..e0919740e1ab 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -6,27 +6,35 @@
#
PORTNAME= db3
-PORTVERSION= 3.3.11
+PORTVERSION= 3.2.9
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.sleepycat.com/update/${PORTVERSION}/
DISTNAME= db-${PORTVERSION}
DIST_SUBDIR= bdb
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2
+PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
+
MAINTAINER= ozz@FreeBSD.org.ru
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
INSTALLS_SHLIB= yes
-#USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_SCRIPT= ../dist/configure
-#LIBTOOLFILES= ${CONFIGURE_SCRIPT}
+LIBTOOLFILES= ${CONFIGURE_SCRIPT}
CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx \
+ --enable-dynamic \
--prefix=${PREFIX} \
--includedir=${PREFIX}/include/db3 \
--target=${ARCH}-unknown-freebsd${OSREL}
+pre-patch:
+ @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+
post-patch:
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
diff --git a/databases/db3/distinfo b/databases/db3/distinfo
index 2b495dbbeccf..6eeb2e243e88 100644
--- a/databases/db3/distinfo
+++ b/databases/db3/distinfo
@@ -1 +1,3 @@
-MD5 (bdb/db-3.3.11.tar.gz) = b6ae24fa55713f17a9ac3219d987722c
+MD5 (bdb/db-3.2.9.tar.gz) = 4df5c7051b11411e0a970f6c91613942
+MD5 (bdb/patch.3.2.9.1) = 9cf113248f29b1e319ae73b266df4986
+MD5 (bdb/patch.3.2.9.2) = f8edd1cf6535cd62f9b8ff81e0474273
diff --git a/databases/db3/files/patch-aa b/databases/db3/files/patch-aa
index f23b0551f67c..6155cc9b8de3 100644
--- a/databases/db3/files/patch-aa
+++ b/databases/db3/files/patch-aa
@@ -1,76 +1,63 @@
---- ../dist/Makefile.in.orig Sat Jul 7 00:53:16 2001
-+++ ../dist/Makefile.in Wed Jul 25 23:48:56 2001
-@@ -11,7 +11,7 @@
- bindir= @bindir@
- includedir=@includedir@
- libdir= @libdir@
--docdir= $(prefix)/docs
-+docdir= $(prefix)/share/doc/db3
-
- dmode= 755
- emode= 555
-@@ -46,6 +46,7 @@
- SOFLAGS= @SOFLAGS@
- SOMAJOR= @DB_VERSION_MAJOR@
- SOVERSION= @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@
-+SOMINOR= @DB_VERSION_MINOR@
-
- ##################################################
- # C API.
-@@ -62,11 +63,11 @@
-
+--- ../dist/Makefile.in.orig Thu Nov 30 17:07:33 2000
++++ ../dist/Makefile.in Tue May 29 11:11:15 2001
+@@ -34,11 +34,11 @@
libdb= libdb.a
+
libso_base= libdb
+-libso_linkname= $(libso_base)-$(SOVERSION).la
-libso= $(libso_base)-$(SOVERSION).@SOSUFFIX@
--libso_static= $(libso_base)-$(SOVERSION).a
-libso_target= $(libso_base)-$(SOVERSION).la
--libso_default= $(libso_base).@SOSUFFIX@
--libso_major= $(libso_base)-$(SOMAJOR).@SOSUFFIX@
-+libso= $(libso_base)$(SOMAJOR).@SOSUFFIX@.$(SOMINOR)
-+libso_static= $(libso_base)$(SOMAJOR).a
++libso_linkname= $(libso_base)$(SOMAJOR).la
++libso= $(libso_base)$(SOMAJOR).@SOSUFFIX@
+libso_target= $(libso_base)$(SOMAJOR).la
-+libso_default= $(libso_base)$(SOMAJOR).@SOSUFFIX@
-+libso_major= $(libso_base)$(SOMAJOR).@SOSUFFIX@.3
+ libso_default= $(libso_base).@SOSUFFIX@
+-libso_major= $(libso_base)-$(SOMAJOR).@SOSUFFIX@
++libso_major= $(libso_base)$(SOMAJOR).@SOSUFFIX@.2
##################################################
- # C++ API.
-@@ -80,11 +81,11 @@
-
+ # C++
+@@ -49,10 +49,10 @@
+ ##################################################
libcxx= libdb_cxx.a
libxso_base= libdb_cxx
-libxso= $(libxso_base)-$(SOVERSION).@SOSUFFIX@
--libxso_static= $(libxso_base)-$(SOVERSION).a
-libxso_target= $(libxso_base)-$(SOVERSION).la
--libxso_default= $(libxso_base).@SOSUFFIX@
--libxso_major= $(libxso_base)-$(SOMAJOR).@SOSUFFIX@
-+libxso= $(libxso_base)$(SOMAJOR).@SOSUFFIX@.$(SOMINOR)
-+libxso_static= $(libxso_base)$(SOMAJOR).a
++libxso= $(libxso_base)$(SOMAJOR).@SOSUFFIX@
+libxso_target= $(libxso_base)$(SOMAJOR).la
-+libxso_default= $(libxso_base)$(SOMAJOR).@SOSUFFIX@
-+libxso_major= $(libxso_base)$(SOMAJOR).@SOSUFFIX@.3
+ libxso_default= $(libxso_base).@SOSUFFIX@
+-libxso_major= $(libxso_base)-$(SOMAJOR).@SOSUFFIX@
++libxso_major= $(libxso_base)$(SOMAJOR).@SOSUFFIX@.2
##################################################
- # Java API.
-@@ -401,8 +402,8 @@
+ # JAVA
+@@ -115,7 +115,7 @@
+ bindir= @bindir@
+ includedir=@includedir@
+ libdir= @libdir@
+-docdir= $(prefix)/docs
++docdir= $(prefix)/share/doc/db3
+
+ dmode= 755
+ emode= 555
+@@ -452,8 +452,8 @@
@cd $(libdir) && $(rm) -f \
- $(libso) $(libso_target) $(libso_default) $(libso_major)
+ $(libso_target) $(libso) $(libso_default) $(libso_major)
@$(INSTALLER) $(libso_target) $(libdir)
- @cd $(libdir) && $(ln) -s $(libso) $(libso_default)
- @cd $(libdir) && $(ln) -s $(libso) $(libso_major)
+ @cd $(libdir) && $(chmod) $(fmode) $(libso_major)
-+# @cd $(libdir) && $(ln) -s $(libso_major) $(libso_default)
++ @cd $(libdir) && $(ln) -s $(libso_major) $(libso_default)
@$(LIBTOOL) --mode=finish $(libdir)
- @cd $(libdir) && $(chmod) $(fmode) $(libso) $(libso_target)
-@@ -421,9 +422,8 @@
+ install_dynamic_cxx:
+@@ -463,8 +463,8 @@
@cd $(libdir) && $(rm) -f \
- $(libxso) $(libxso_target) $(libxso_default) $(libxso_major)
+ $(libxso_target) $(libxso) $(libxso_default) $(libxso_major)
@$(INSTALLER) $(libxso_target) $(libdir)
- @cd $(libdir) && $(ln) -s $(libxso) $(libxso_default)
- @cd $(libdir) && $(ln) -s $(libxso) $(libxso_major)
-- @cd $(libdir) && $(chmod) $(fmode) $(libxso) $(libxso_target)
+ @cd $(libdir) && $(chmod) $(fmode) $(libxso_major)
-+# @cd $(libdir) && $(ln) -s $(libxso_major) $(libxso_default)
++ @cd $(libdir) && $(ln) -s $(libxso_major) $(libxso_default)
install_tcl:
@echo "Installing DB Tcl library: $(libdir) ..."
diff --git a/databases/db3/files/patch-ab b/databases/db3/files/patch-ab
index a0540aa02b83..848114a2bbea 100644
--- a/databases/db3/files/patch-ab
+++ b/databases/db3/files/patch-ab
@@ -1,11 +1,24 @@
---- ../dist/configure.orig Wed Jul 25 12:37:05 2001
-+++ ../dist/configure Wed Jul 25 12:37:16 2001
-@@ -8449,7 +8449,7 @@
- MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${SAVE_CC}"
- MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${SAVE_CXX}"
+--- ../dist/configure.orig Tue May 29 10:55:53 2001
++++ ../dist/configure Tue May 29 11:07:37 2001
+@@ -1626,9 +1626,9 @@
+ echo $ac_n "checking libtool configuration""... $ac_c" 1>&6
+ echo "configure:1628: checking libtool configuration" >&5
+ echo "$ac_t""" 1>&6
+- ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
+- --no-verify $srcdir/ltmain.sh \
+- --output=./libtool $host_os \
++ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
++ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
++ --output=./libtool \
+ --disable-static \
+ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
--SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -avoid-version"
-+SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -version-info ${DB_VERSION_MINOR}"
- INSTALLER="\$(LIBTOOL) --mode=install cp"
+@@ -1644,7 +1644,7 @@
- # Configure for shared libraries, static libraries, or both. If both are
+ INSTALLER="\$(LIBTOOL) --mode=install cp"
+ POSTLINK="\$(LIBTOOL) --mode=execute true"
+- SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -avoid-version"
++ SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -version-info ${DB_VERSION_MINOR}"
+ SOFLAGS="-rpath \$(libdir)"
+ o=".lo"
+ fi
diff --git a/databases/db3/pkg-plist b/databases/db3/pkg-plist
index c499c9b5cf26..00715d11b151 100644
--- a/databases/db3/pkg-plist
+++ b/databases/db3/pkg-plist
@@ -1,8 +1,6 @@
include/db3/db.h
include/db3/db_cxx.h
include/db3/db_185.h
-include/db3/cxx_common.h
-include/db3/cxx_except.h
bin/db_archive
bin/db_checkpoint
bin/db_deadlock
@@ -14,51 +12,37 @@ bin/db_recover
bin/db_stat
bin/db_upgrade
bin/db_verify
-lib/libdb3.a
-lib/libdb3.la
+lib/libdb.so
lib/libdb3.so
-lib/libdb3.so.3
-lib/libdb_cxx3.a
-lib/libdb_cxx3.la
+lib/libdb3.so.2
+lib/libdb_cxx.so
lib/libdb_cxx3.so
-lib/libdb_cxx3.so.3
-share/doc/db3/api_c/c_index.html
+lib/libdb_cxx3.so.2
share/doc/db3/api_c/c_pindex.html
-share/doc/db3/api_c/db_associate.html
-share/doc/db3/api_c/db_close.html
-share/doc/db3/api_c/db_create.html
+share/doc/db3/api_c/pindex.src
share/doc/db3/api_c/db_cursor.html
share/doc/db3/api_c/db_del.html
-share/doc/db3/api_c/db_err.html
share/doc/db3/api_c/db_fd.html
share/doc/db3/api_c/db_get.html
share/doc/db3/api_c/db_get_byteswapped.html
share/doc/db3/api_c/db_get_type.html
share/doc/db3/api_c/db_join.html
share/doc/db3/api_c/db_key_range.html
-share/doc/db3/api_c/db_lsn.html
share/doc/db3/api_c/db_open.html
share/doc/db3/api_c/db_put.html
share/doc/db3/api_c/db_remove.html
share/doc/db3/api_c/db_rename.html
-share/doc/db3/api_c/db_set_alloc.html
share/doc/db3/api_c/db_set_append_recno.html
-share/doc/db3/api_c/db_set_bt_compare.html
share/doc/db3/api_c/db_set_bt_minkey.html
-share/doc/db3/api_c/db_set_bt_prefix.html
share/doc/db3/api_c/db_set_cachesize.html
-share/doc/db3/api_c/db_set_dup_compare.html
share/doc/db3/api_c/db_set_errcall.html
-share/doc/db3/api_c/db_set_errfile.html
share/doc/db3/api_c/db_set_errpfx.html
share/doc/db3/api_c/db_set_feedback.html
share/doc/db3/api_c/db_set_flags.html
share/doc/db3/api_c/db_set_h_ffactor.html
-share/doc/db3/api_c/db_set_h_hash.html
share/doc/db3/api_c/db_set_h_nelem.html
share/doc/db3/api_c/db_set_lorder.html
share/doc/db3/api_c/db_set_pagesize.html
-share/doc/db3/api_c/db_set_paniccall.html
share/doc/db3/api_c/db_set_q_extentsize.html
share/doc/db3/api_c/db_set_re_delim.html
share/doc/db3/api_c/db_set_re_len.html
@@ -66,7 +50,6 @@ share/doc/db3/api_c/db_set_re_pad.html
share/doc/db3/api_c/db_set_re_source.html
share/doc/db3/api_c/db_stat.html
share/doc/db3/api_c/db_sync.html
-share/doc/db3/api_c/db_truncate.html
share/doc/db3/api_c/db_upgrade.html
share/doc/db3/api_c/db_verify.html
share/doc/db3/api_c/dbc_close.html
@@ -75,26 +58,18 @@ share/doc/db3/api_c/dbc_del.html
share/doc/db3/api_c/dbc_dup.html
share/doc/db3/api_c/dbc_get.html
share/doc/db3/api_c/dbc_put.html
-share/doc/db3/api_c/dbm.html
-share/doc/db3/api_c/dbt.html
-share/doc/db3/api_c/dbt_bulk.html
share/doc/db3/api_c/env_close.html
-share/doc/db3/api_c/env_create.html
-share/doc/db3/api_c/env_err.html
share/doc/db3/api_c/env_open.html
share/doc/db3/api_c/env_remove.html
-share/doc/db3/api_c/env_set_alloc.html
share/doc/db3/api_c/env_set_cachesize.html
share/doc/db3/api_c/env_set_data_dir.html
share/doc/db3/api_c/env_set_errcall.html
-share/doc/db3/api_c/env_set_errfile.html
share/doc/db3/api_c/env_set_errpfx.html
share/doc/db3/api_c/env_set_feedback.html
share/doc/db3/api_c/env_set_flags.html
share/doc/db3/api_c/env_set_lg_bsize.html
share/doc/db3/api_c/env_set_lg_dir.html
share/doc/db3/api_c/env_set_lg_max.html
-share/doc/db3/api_c/env_set_lg_regionmax.html
share/doc/db3/api_c/env_set_lk_conflicts.html
share/doc/db3/api_c/env_set_lk_detect.html
share/doc/db3/api_c/env_set_lk_max.html
@@ -104,21 +79,15 @@ share/doc/db3/api_c/env_set_lk_max_objects.html
share/doc/db3/api_c/env_set_mp_mmapsize.html
share/doc/db3/api_c/env_set_mutexlocks.html
share/doc/db3/api_c/env_set_pageyield.html
-share/doc/db3/api_c/env_set_paniccall.html
share/doc/db3/api_c/env_set_panicstate.html
share/doc/db3/api_c/env_set_rec_init.html
share/doc/db3/api_c/env_set_region_init.html
-share/doc/db3/api_c/env_set_rpc_server.html
share/doc/db3/api_c/env_set_shm_key.html
share/doc/db3/api_c/env_set_tas_spins.html
share/doc/db3/api_c/env_set_tmp_dir.html
share/doc/db3/api_c/env_set_tx_max.html
-share/doc/db3/api_c/env_set_tx_recover.html
share/doc/db3/api_c/env_set_tx_timestamp.html
share/doc/db3/api_c/env_set_verbose.html
-share/doc/db3/api_c/env_strerror.html
-share/doc/db3/api_c/env_version.html
-share/doc/db3/api_c/hsearch.html
share/doc/db3/api_c/lock_detect.html
share/doc/db3/api_c/lock_get.html
share/doc/db3/api_c/lock_id.html
@@ -144,7 +113,35 @@ share/doc/db3/api_c/memp_register.html
share/doc/db3/api_c/memp_stat.html
share/doc/db3/api_c/memp_sync.html
share/doc/db3/api_c/memp_trickle.html
-share/doc/db3/api_c/pindex.src
+share/doc/db3/api_c/txn_abort.html
+share/doc/db3/api_c/txn_begin.html
+share/doc/db3/api_c/txn_checkpoint.html
+share/doc/db3/api_c/txn_commit.html
+share/doc/db3/api_c/txn_id.html
+share/doc/db3/api_c/txn_prepare.html
+share/doc/db3/api_c/txn_stat.html
+share/doc/db3/api_c/c_index.html
+share/doc/db3/api_c/db_create.html
+share/doc/db3/api_c/db_err.html
+share/doc/db3/api_c/db_lsn.html
+share/doc/db3/api_c/db_set_bt_compare.html
+share/doc/db3/api_c/db_set_bt_prefix.html
+share/doc/db3/api_c/db_set_dup_compare.html
+share/doc/db3/api_c/db_set_errfile.html
+share/doc/db3/api_c/db_set_h_hash.html
+share/doc/db3/api_c/db_set_malloc.html
+share/doc/db3/api_c/db_set_paniccall.html
+share/doc/db3/api_c/db_set_realloc.html
+share/doc/db3/api_c/dbm.html
+share/doc/db3/api_c/dbt.html
+share/doc/db3/api_c/env_create.html
+share/doc/db3/api_c/hsearch.html
+share/doc/db3/api_c/env_set_errfile.html
+share/doc/db3/api_c/env_set_paniccall.html
+share/doc/db3/api_c/env_set_server.html
+share/doc/db3/api_c/env_set_tx_recover.html
+share/doc/db3/api_c/env_strerror.html
+share/doc/db3/api_c/env_version.html
share/doc/db3/api_c/set_func_close.html
share/doc/db3/api_c/set_func_dirfree.html
share/doc/db3/api_c/set_func_dirlist.html
@@ -164,23 +161,282 @@ share/doc/db3/api_c/set_func_unlink.html
share/doc/db3/api_c/set_func_unmap.html
share/doc/db3/api_c/set_func_write.html
share/doc/db3/api_c/set_func_yield.html
-share/doc/db3/api_c/txn_abort.html
-share/doc/db3/api_c/txn_begin.html
-share/doc/db3/api_c/txn_checkpoint.html
-share/doc/db3/api_c/txn_commit.html
-share/doc/db3/api_c/txn_discard.html
-share/doc/db3/api_c/txn_id.html
-share/doc/db3/api_c/txn_prepare.html
-share/doc/db3/api_c/txn_recover.html
-share/doc/db3/api_c/txn_stat.html
-share/doc/db3/api_cxx/cxx_index.html
+share/doc/db3/api_c/db_close.html
+share/doc/db3/sleepycat/legal.html
+share/doc/db3/sleepycat/license.html
+share/doc/db3/sleepycat/contact.html
+share/doc/db3/ref/java/compat.html
+share/doc/db3/ref/java/conf.html
+share/doc/db3/ref/java/faq.html
+share/doc/db3/ref/java/program.html
+share/doc/db3/ref/am/close.html
+share/doc/db3/ref/am/count.html
+share/doc/db3/ref/am/curclose.html
+share/doc/db3/ref/am/curdel.html
+share/doc/db3/ref/am/curdup.html
+share/doc/db3/ref/am/curget.html
+share/doc/db3/ref/am/curput.html
+share/doc/db3/ref/am/cursor.html
+share/doc/db3/ref/am/delete.html
+share/doc/db3/ref/am/error.html
+share/doc/db3/ref/am/get.html
+share/doc/db3/ref/am/join.html
+share/doc/db3/ref/am/open.html
+share/doc/db3/ref/am/opensub.html
+share/doc/db3/ref/am/ops.html
+share/doc/db3/ref/am/partial.html
+share/doc/db3/ref/am/put.html
+share/doc/db3/ref/am/stability.html
+share/doc/db3/ref/am/stat.html
+share/doc/db3/ref/am/sync.html
+share/doc/db3/ref/am/upgrade.html
+share/doc/db3/ref/am/verify.html
+share/doc/db3/ref/upgrade/process.html
+share/doc/db3/ref/upgrade.3.0/xa.html
+share/doc/db3/ref/upgrade.3.0/cxx.html
+share/doc/db3/ref/upgrade.3.0/db.html
+share/doc/db3/ref/upgrade.3.0/db_cxx.html
+share/doc/db3/ref/upgrade.3.0/dbenv.html
+share/doc/db3/ref/upgrade.3.0/dbenv_cxx.html
+share/doc/db3/ref/upgrade.3.0/dbinfo.html
+share/doc/db3/ref/upgrade.3.0/disk.html
+share/doc/db3/ref/upgrade.3.0/eacces.html
+share/doc/db3/ref/upgrade.3.0/eagain.html
+share/doc/db3/ref/upgrade.3.0/envopen.html
+share/doc/db3/ref/upgrade.3.0/func.html
+share/doc/db3/ref/upgrade.3.0/intro.html
+share/doc/db3/ref/upgrade.3.0/java.html
+share/doc/db3/ref/upgrade.3.0/join.html
+share/doc/db3/ref/upgrade.3.0/jump_set.html
+share/doc/db3/ref/upgrade.3.0/lock_detect.html
+share/doc/db3/ref/upgrade.3.0/lock_notheld.html
+share/doc/db3/ref/upgrade.3.0/lock_put.html
+share/doc/db3/ref/upgrade.3.0/lock_stat.html
+share/doc/db3/ref/upgrade.3.0/log_register.html
+share/doc/db3/ref/upgrade.3.0/log_stat.html
+share/doc/db3/ref/upgrade.3.0/memp_stat.html
+share/doc/db3/ref/upgrade.3.0/open.html
+share/doc/db3/ref/upgrade.3.0/rmw.html
+share/doc/db3/ref/upgrade.3.0/stat.html
+share/doc/db3/ref/upgrade.3.0/toc.html
+share/doc/db3/ref/upgrade.3.0/txn_begin.html
+share/doc/db3/ref/upgrade.3.0/txn_commit.html
+share/doc/db3/ref/upgrade.3.0/txn_stat.html
+share/doc/db3/ref/upgrade.3.0/value_set.html
+share/doc/db3/ref/upgrade.3.0/close.html
+share/doc/db3/ref/am_conf/bt_compare.html
+share/doc/db3/ref/am_conf/bt_minkey.html
+share/doc/db3/ref/am_conf/bt_prefix.html
+share/doc/db3/ref/am_conf/bt_recnum.html
+share/doc/db3/ref/am_conf/byteorder.html
+share/doc/db3/ref/am_conf/cachesize.html
+share/doc/db3/ref/am_conf/dup.html
+share/doc/db3/ref/am_conf/extentsize.html
+share/doc/db3/ref/am_conf/h_ffactor.html
+share/doc/db3/ref/am_conf/h_hash.html
+share/doc/db3/ref/am_conf/h_nelem.html
+share/doc/db3/ref/am_conf/intro.html
+share/doc/db3/ref/am_conf/logrec.html
+share/doc/db3/ref/am_conf/malloc.html
+share/doc/db3/ref/am_conf/pagesize.html
+share/doc/db3/ref/am_conf/re_source.html
+share/doc/db3/ref/am_conf/recno.html
+share/doc/db3/ref/am_conf/renumber.html
+share/doc/db3/ref/am_conf/select.html
+share/doc/db3/ref/arch/script.html
+share/doc/db3/ref/arch/bigpic.html
+share/doc/db3/ref/arch/progmodel.html
+share/doc/db3/ref/arch/apis.html
+share/doc/db3/ref/arch/utilities.html
+share/doc/db3/ref/arch/bigpic.gif
+share/doc/db3/ref/arch/smallpic.gif
+share/doc/db3/ref/build_unix/aix.html
+share/doc/db3/ref/build_unix/conf.html
+share/doc/db3/ref/build_unix/flags.html
+share/doc/db3/ref/build_unix/freebsd.html
+share/doc/db3/ref/build_unix/hpux.html
+share/doc/db3/ref/build_unix/install.html
+share/doc/db3/ref/build_unix/intro.html
+share/doc/db3/ref/build_unix/irix.html
+share/doc/db3/ref/build_unix/linux.html
+share/doc/db3/ref/build_unix/notes.html
+share/doc/db3/ref/build_unix/osf1.html
+share/doc/db3/ref/build_unix/qnx.html
+share/doc/db3/ref/build_unix/sco.html
+share/doc/db3/ref/build_unix/shlib.html
+share/doc/db3/ref/build_unix/solaris.html
+share/doc/db3/ref/build_unix/sunos.html
+share/doc/db3/ref/build_unix/test.html
+share/doc/db3/ref/build_unix/ultrix.html
+share/doc/db3/ref/build_vxworks/faq.html
+share/doc/db3/ref/build_vxworks/intro.html
+share/doc/db3/ref/build_vxworks/notes.html
+share/doc/db3/ref/build_win/faq.html
+share/doc/db3/ref/build_win/intro.html
+share/doc/db3/ref/build_win/notes.html
+share/doc/db3/ref/build_win/test.html
+share/doc/db3/ref/cam/intro.html
+share/doc/db3/ref/debug/intro.html
+share/doc/db3/ref/debug/common.html
+share/doc/db3/ref/debug/compile.html
+share/doc/db3/ref/debug/printlog.html
+share/doc/db3/ref/debug/runtime.html
+share/doc/db3/ref/distrib/layout.html
+share/doc/db3/ref/dumpload/format.html
+share/doc/db3/ref/dumpload/text.html
+share/doc/db3/ref/dumpload/utility.html
+share/doc/db3/ref/env/security.html
+share/doc/db3/ref/env/error.html
+share/doc/db3/ref/env/intro.html
+share/doc/db3/ref/env/naming.html
+share/doc/db3/ref/env/open.html
+share/doc/db3/ref/env/region.html
+share/doc/db3/ref/env/remote.html
+share/doc/db3/ref/env/create.html
+share/doc/db3/ref/intro/data.html
+share/doc/db3/ref/intro/dbis.html
+share/doc/db3/ref/intro/dbisnot.html
+share/doc/db3/ref/intro/distrib.html
+share/doc/db3/ref/intro/need.html
+share/doc/db3/ref/intro/products.html
+share/doc/db3/ref/intro/terrain.html
+share/doc/db3/ref/intro/what.html
+share/doc/db3/ref/intro/where.html
+share/doc/db3/ref/install/file.html
+share/doc/db3/ref/install/magic.txt
+share/doc/db3/ref/install/magic.s5.be.txt
+share/doc/db3/ref/install/magic.s5.le.txt
+share/doc/db3/ref/upgrade.2.0/convert.html
+share/doc/db3/ref/upgrade.2.0/disk.html
+share/doc/db3/ref/upgrade.2.0/intro.html
+share/doc/db3/ref/upgrade.2.0/system.html
+share/doc/db3/ref/upgrade.2.0/toc.html
+share/doc/db3/ref/lock/am_conv.html
+share/doc/db3/ref/lock/cam_conv.html
+share/doc/db3/ref/lock/config.html
+share/doc/db3/ref/lock/dead.html
+share/doc/db3/ref/lock/intro.html
+share/doc/db3/ref/lock/max.html
+share/doc/db3/ref/lock/nondb.html
+share/doc/db3/ref/lock/notxn.html
+share/doc/db3/ref/lock/page.html
+share/doc/db3/ref/lock/stdmode.html
+share/doc/db3/ref/lock/twopl.html
+share/doc/db3/ref/log/config.html
+share/doc/db3/ref/log/intro.html
+share/doc/db3/ref/log/limits.html
+share/doc/db3/ref/mp/intro.html
+share/doc/db3/ref/mp/config.html
+share/doc/db3/ref/perl/intro.html
+share/doc/db3/ref/program/solaris.txt
+share/doc/db3/ref/program/byteorder.html
+share/doc/db3/ref/program/compatible.html
+share/doc/db3/ref/program/copy.html
+share/doc/db3/ref/program/dbsizes.html
+share/doc/db3/ref/program/diskspace.html
+share/doc/db3/ref/program/environ.html
+share/doc/db3/ref/program/errorret.html
+share/doc/db3/ref/program/extending.html
+share/doc/db3/ref/program/mt.html
+share/doc/db3/ref/program/namespace.html
+share/doc/db3/ref/program/recimp.html
+share/doc/db3/ref/program/runtime.html
+share/doc/db3/ref/program/scope.html
+share/doc/db3/ref/program/version.html
+share/doc/db3/ref/program/appsignals.html
+share/doc/db3/ref/refs/bdb_usenix.ps
+share/doc/db3/ref/refs/witold.html
+share/doc/db3/ref/refs/bdb_usenix.html
+share/doc/db3/ref/refs/refs.html
+share/doc/db3/ref/refs/embedded.html
+share/doc/db3/ref/refs/hash_usenix.ps
+share/doc/db3/ref/refs/libtp_usenix.ps
+share/doc/db3/ref/rpc/client.html
+share/doc/db3/ref/rpc/intro.html
+share/doc/db3/ref/rpc/server.html
+share/doc/db3/ref/sendmail/intro.html
+share/doc/db3/ref/simple_tut/example.txt
+share/doc/db3/ref/simple_tut/del.html
+share/doc/db3/ref/simple_tut/errors.html
+share/doc/db3/ref/simple_tut/get.html
+share/doc/db3/ref/simple_tut/handles.html
+share/doc/db3/ref/simple_tut/intro.html
+share/doc/db3/ref/simple_tut/keydata.html
+share/doc/db3/ref/simple_tut/open.html
+share/doc/db3/ref/simple_tut/put.html
+share/doc/db3/ref/simple_tut/close.html
+share/doc/db3/ref/tcl/faq.html
+share/doc/db3/ref/tcl/intro.html
+share/doc/db3/ref/tcl/error.html
+share/doc/db3/ref/tcl/program.html
+share/doc/db3/ref/tcl/using.html
+share/doc/db3/ref/test/faq.html
+share/doc/db3/ref/test/run.html
+share/doc/db3/ref/transapp/writetest.txt
+share/doc/db3/ref/transapp/app.html
+share/doc/db3/ref/transapp/archival.html
+share/doc/db3/ref/transapp/checkpoint.html
+share/doc/db3/ref/transapp/cursor.html
+share/doc/db3/ref/transapp/data_open.html
+share/doc/db3/ref/transapp/deadlock.html
+share/doc/db3/ref/transapp/env_open.html
+share/doc/db3/ref/transapp/filesys.html
+share/doc/db3/ref/transapp/inc.html
+share/doc/db3/ref/transapp/intro.html
+share/doc/db3/ref/transapp/logfile.html
+share/doc/db3/ref/transapp/put.html
+share/doc/db3/ref/transapp/read.html
+share/doc/db3/ref/transapp/reclimit.html
+share/doc/db3/ref/transapp/recovery.html
+share/doc/db3/ref/transapp/term.html
+share/doc/db3/ref/transapp/throughput.html
+share/doc/db3/ref/transapp/transapp.txt
+share/doc/db3/ref/transapp/why.html
+share/doc/db3/ref/transapp/admin.html
+share/doc/db3/ref/txn/config.html
+share/doc/db3/ref/txn/intro.html
+share/doc/db3/ref/txn/limits.html
+share/doc/db3/ref/txn/nested.html
+share/doc/db3/ref/txn/other.html
+share/doc/db3/ref/xa/config.html
+share/doc/db3/ref/xa/faq.html
+share/doc/db3/ref/xa/intro.html
+share/doc/db3/ref/upgrade.3.1/txn_check.html
+share/doc/db3/ref/upgrade.3.1/config.html
+share/doc/db3/ref/upgrade.3.1/disk.html
+share/doc/db3/ref/upgrade.3.1/dup.html
+share/doc/db3/ref/upgrade.3.1/env.html
+share/doc/db3/ref/upgrade.3.1/intro.html
+share/doc/db3/ref/upgrade.3.1/log_register.html
+share/doc/db3/ref/upgrade.3.1/logalloc.html
+share/doc/db3/ref/upgrade.3.1/memp_register.html
+share/doc/db3/ref/upgrade.3.1/put.html
+share/doc/db3/ref/upgrade.3.1/set_feedback.html
+share/doc/db3/ref/upgrade.3.1/set_paniccall.html
+share/doc/db3/ref/upgrade.3.1/set_tx_recover.html
+share/doc/db3/ref/upgrade.3.1/sysmem.html
+share/doc/db3/ref/upgrade.3.1/tcl.html
+share/doc/db3/ref/upgrade.3.1/tmp.html
+share/doc/db3/ref/upgrade.3.1/toc.html
+share/doc/db3/ref/upgrade.3.1/btstat.html
+share/doc/db3/ref/upgrade.3.2/callback.html
+share/doc/db3/ref/upgrade.3.2/db_dump.html
+share/doc/db3/ref/upgrade.3.2/disk.html
+share/doc/db3/ref/upgrade.3.2/handle.html
+share/doc/db3/ref/upgrade.3.2/incomplete.html
+share/doc/db3/ref/upgrade.3.2/intro.html
+share/doc/db3/ref/upgrade.3.2/mutexlock.html
+share/doc/db3/ref/upgrade.3.2/notfound.html
+share/doc/db3/ref/upgrade.3.2/renumber.html
+share/doc/db3/ref/upgrade.3.2/set_flags.html
+share/doc/db3/ref/upgrade.3.2/toc.html
+share/doc/db3/ref/upgrade.3.2/tx_recover.html
+share/doc/db3/ref/pindex.src
+share/doc/db3/ref/toc.html
share/doc/db3/api_cxx/cxx_pindex.html
-share/doc/db3/api_cxx/db_associate.html
-share/doc/db3/api_cxx/db_class.html
-share/doc/db3/api_cxx/db_close.html
+share/doc/db3/api_cxx/pindex.src
share/doc/db3/api_cxx/db_cursor.html
share/doc/db3/api_cxx/db_del.html
-share/doc/db3/api_cxx/db_err.html
share/doc/db3/api_cxx/db_fd.html
share/doc/db3/api_cxx/db_get.html
share/doc/db3/api_cxx/db_get_byteswapped.html
@@ -191,24 +447,17 @@ share/doc/db3/api_cxx/db_open.html
share/doc/db3/api_cxx/db_put.html
share/doc/db3/api_cxx/db_remove.html
share/doc/db3/api_cxx/db_rename.html
-share/doc/db3/api_cxx/db_set_alloc.html
share/doc/db3/api_cxx/db_set_append_recno.html
-share/doc/db3/api_cxx/db_set_bt_compare.html
share/doc/db3/api_cxx/db_set_bt_minkey.html
-share/doc/db3/api_cxx/db_set_bt_prefix.html
share/doc/db3/api_cxx/db_set_cachesize.html
-share/doc/db3/api_cxx/db_set_dup_compare.html
share/doc/db3/api_cxx/db_set_errcall.html
-share/doc/db3/api_cxx/db_set_errfile.html
share/doc/db3/api_cxx/db_set_errpfx.html
share/doc/db3/api_cxx/db_set_feedback.html
share/doc/db3/api_cxx/db_set_flags.html
share/doc/db3/api_cxx/db_set_h_ffactor.html
-share/doc/db3/api_cxx/db_set_h_hash.html
share/doc/db3/api_cxx/db_set_h_nelem.html
share/doc/db3/api_cxx/db_set_lorder.html
share/doc/db3/api_cxx/db_set_pagesize.html
-share/doc/db3/api_cxx/db_set_paniccall.html
share/doc/db3/api_cxx/db_set_q_extentsize.html
share/doc/db3/api_cxx/db_set_re_delim.html
share/doc/db3/api_cxx/db_set_re_len.html
@@ -216,63 +465,45 @@ share/doc/db3/api_cxx/db_set_re_pad.html
share/doc/db3/api_cxx/db_set_re_source.html
share/doc/db3/api_cxx/db_stat.html
share/doc/db3/api_cxx/db_sync.html
-share/doc/db3/api_cxx/db_truncate.html
share/doc/db3/api_cxx/db_upgrade.html
share/doc/db3/api_cxx/db_verify.html
-share/doc/db3/api_cxx/dbc_class.html
share/doc/db3/api_cxx/dbc_close.html
share/doc/db3/api_cxx/dbc_count.html
share/doc/db3/api_cxx/dbc_del.html
share/doc/db3/api_cxx/dbc_dup.html
share/doc/db3/api_cxx/dbc_get.html
share/doc/db3/api_cxx/dbc_put.html
-share/doc/db3/api_cxx/dbenv_class.html
-share/doc/db3/api_cxx/dbt_bulk.html
-share/doc/db3/api_cxx/dbt_class.html
share/doc/db3/api_cxx/env_close.html
-share/doc/db3/api_cxx/env_err.html
share/doc/db3/api_cxx/env_open.html
share/doc/db3/api_cxx/env_remove.html
-share/doc/db3/api_cxx/env_set_alloc.html
share/doc/db3/api_cxx/env_set_cachesize.html
share/doc/db3/api_cxx/env_set_data_dir.html
share/doc/db3/api_cxx/env_set_errcall.html
-share/doc/db3/api_cxx/env_set_errfile.html
-share/doc/db3/api_cxx/env_set_error_stream.html
share/doc/db3/api_cxx/env_set_errpfx.html
share/doc/db3/api_cxx/env_set_feedback.html
share/doc/db3/api_cxx/env_set_flags.html
share/doc/db3/api_cxx/env_set_lg_bsize.html
share/doc/db3/api_cxx/env_set_lg_dir.html
share/doc/db3/api_cxx/env_set_lg_max.html
-share/doc/db3/api_cxx/env_set_lg_regionmax.html
share/doc/db3/api_cxx/env_set_lk_conflicts.html
share/doc/db3/api_cxx/env_set_lk_detect.html
share/doc/db3/api_cxx/env_set_lk_max.html
-share/doc/db3/api_cxx/env_set_lk_max_lockers.html
-share/doc/db3/api_cxx/env_set_lk_max_locks.html
+share/doc/db3/api_cxx/env_set_lk_max_lockers.html
+share/doc/db3/api_cxx/env_set_lk_max_locks.html
share/doc/db3/api_cxx/env_set_lk_max_objects.html
share/doc/db3/api_cxx/env_set_mp_mmapsize.html
share/doc/db3/api_cxx/env_set_mutexlocks.html
share/doc/db3/api_cxx/env_set_pageyield.html
-share/doc/db3/api_cxx/env_set_paniccall.html
share/doc/db3/api_cxx/env_set_panicstate.html
share/doc/db3/api_cxx/env_set_rec_init.html
share/doc/db3/api_cxx/env_set_region_init.html
-share/doc/db3/api_cxx/env_set_rpc_server.html
+share/doc/db3/api_cxx/env_set_server.html
share/doc/db3/api_cxx/env_set_shm_key.html
share/doc/db3/api_cxx/env_set_tas_spins.html
share/doc/db3/api_cxx/env_set_tmp_dir.html
share/doc/db3/api_cxx/env_set_tx_max.html
-share/doc/db3/api_cxx/env_set_tx_recover.html
share/doc/db3/api_cxx/env_set_tx_timestamp.html
share/doc/db3/api_cxx/env_set_verbose.html
-share/doc/db3/api_cxx/env_strerror.html
-share/doc/db3/api_cxx/env_version.html
-share/doc/db3/api_cxx/except_class.html
-share/doc/db3/api_cxx/get_dbt.html
-share/doc/db3/api_cxx/get_errno.html
-share/doc/db3/api_cxx/lock_class.html
share/doc/db3/api_cxx/lock_detect.html
share/doc/db3/api_cxx/lock_get.html
share/doc/db3/api_cxx/lock_id.html
@@ -288,8 +519,6 @@ share/doc/db3/api_cxx/log_put.html
share/doc/db3/api_cxx/log_register.html
share/doc/db3/api_cxx/log_stat.html
share/doc/db3/api_cxx/log_unregister.html
-share/doc/db3/api_cxx/lsn_class.html
-share/doc/db3/api_cxx/mem_class.html
share/doc/db3/api_cxx/memp_fclose.html
share/doc/db3/api_cxx/memp_fget.html
share/doc/db3/api_cxx/memp_fopen.html
@@ -300,22 +529,85 @@ share/doc/db3/api_cxx/memp_register.html
share/doc/db3/api_cxx/memp_stat.html
share/doc/db3/api_cxx/memp_sync.html
share/doc/db3/api_cxx/memp_trickle.html
-share/doc/db3/api_cxx/mempfile_class.html
-share/doc/db3/api_cxx/pindex.src
share/doc/db3/api_cxx/txn_abort.html
share/doc/db3/api_cxx/txn_begin.html
share/doc/db3/api_cxx/txn_checkpoint.html
-share/doc/db3/api_cxx/txn_class.html
share/doc/db3/api_cxx/txn_commit.html
-share/doc/db3/api_cxx/txn_discard.html
share/doc/db3/api_cxx/txn_id.html
share/doc/db3/api_cxx/txn_prepare.html
-share/doc/db3/api_cxx/txn_recover.html
share/doc/db3/api_cxx/txn_stat.html
+share/doc/db3/api_cxx/cxx_index.html
+share/doc/db3/api_cxx/db_class.html
+share/doc/db3/api_cxx/db_err.html
+share/doc/db3/api_cxx/db_set_bt_compare.html
+share/doc/db3/api_cxx/db_set_bt_prefix.html
+share/doc/db3/api_cxx/db_set_dup_compare.html
+share/doc/db3/api_cxx/db_set_errfile.html
+share/doc/db3/api_cxx/db_set_h_hash.html
+share/doc/db3/api_cxx/db_set_malloc.html
+share/doc/db3/api_cxx/db_set_paniccall.html
+share/doc/db3/api_cxx/db_set_realloc.html
+share/doc/db3/api_cxx/dbc_class.html
+share/doc/db3/api_cxx/dbenv_class.html
+share/doc/db3/api_cxx/dbt_class.html
+share/doc/db3/api_cxx/env_set_errfile.html
+share/doc/db3/api_cxx/env_set_error_stream.html
+share/doc/db3/api_cxx/env_set_paniccall.html
+share/doc/db3/api_cxx/env_set_tx_recover.html
+share/doc/db3/api_cxx/env_strerror.html
+share/doc/db3/api_cxx/env_version.html
+share/doc/db3/api_cxx/except_class.html
+share/doc/db3/api_cxx/get_errno.html
+share/doc/db3/api_cxx/lock_class.html
+share/doc/db3/api_cxx/lsn_class.html
+share/doc/db3/api_cxx/mempfile_class.html
+share/doc/db3/api_cxx/txn_class.html
share/doc/db3/api_cxx/what.html
-share/doc/db3/api_java/db_associate.html
-share/doc/db3/api_java/db_class.html
-share/doc/db3/api_java/db_close.html
+share/doc/db3/api_cxx/db_close.html
+share/doc/db3/utility/db_verify.html
+share/doc/db3/utility/berkeley_db_svc.html
+share/doc/db3/utility/db_archive.html
+share/doc/db3/utility/db_checkpoint.html
+share/doc/db3/utility/db_deadlock.html
+share/doc/db3/utility/db_dump.html
+share/doc/db3/utility/db_load.html
+share/doc/db3/utility/db_printlog.html
+share/doc/db3/utility/db_recover.html
+share/doc/db3/utility/db_stat.html
+share/doc/db3/utility/db_upgrade.html
+share/doc/db3/utility/index.html
+share/doc/db3/api_tcl/tcl_pindex.html
+share/doc/db3/api_tcl/pindex.src
+share/doc/db3/api_tcl/db_count.html
+share/doc/db3/api_tcl/db_cursor.html
+share/doc/db3/api_tcl/db_del.html
+share/doc/db3/api_tcl/db_get.html
+share/doc/db3/api_tcl/db_get_join.html
+share/doc/db3/api_tcl/db_get_type.html
+share/doc/db3/api_tcl/db_is_byteswapped.html
+share/doc/db3/api_tcl/db_join.html
+share/doc/db3/api_tcl/db_open.html
+share/doc/db3/api_tcl/db_put.html
+share/doc/db3/api_tcl/db_rename.html
+share/doc/db3/api_tcl/db_remove.html
+share/doc/db3/api_tcl/db_stat.html
+share/doc/db3/api_tcl/db_sync.html
+share/doc/db3/api_tcl/dbc_close.html
+share/doc/db3/api_tcl/dbc_del.html
+share/doc/db3/api_tcl/dbc_dup.html
+share/doc/db3/api_tcl/dbc_get.html
+share/doc/db3/api_tcl/dbc_put.html
+share/doc/db3/api_tcl/env_close.html
+share/doc/db3/api_tcl/env_open.html
+share/doc/db3/api_tcl/env_remove.html
+share/doc/db3/api_tcl/tcl_index.html
+share/doc/db3/api_tcl/txn.html
+share/doc/db3/api_tcl/txn_abort.html
+share/doc/db3/api_tcl/txn_commit.html
+share/doc/db3/api_tcl/version.html
+share/doc/db3/api_tcl/db_close.html
+share/doc/db3/api_java/java_pindex.html
+share/doc/db3/api_java/pindex.src
share/doc/db3/api_java/db_cursor.html
share/doc/db3/api_java/db_del.html
share/doc/db3/api_java/db_fd.html
@@ -343,41 +635,33 @@ share/doc/db3/api_java/db_set_h_hash.html
share/doc/db3/api_java/db_set_h_nelem.html
share/doc/db3/api_java/db_set_lorder.html
share/doc/db3/api_java/db_set_pagesize.html
-share/doc/db3/api_java/db_set_q_extentsize.html
share/doc/db3/api_java/db_set_re_delim.html
share/doc/db3/api_java/db_set_re_len.html
share/doc/db3/api_java/db_set_re_pad.html
share/doc/db3/api_java/db_set_re_source.html
+share/doc/db3/api_java/db_set_q_extentsize.html
share/doc/db3/api_java/db_stat.html
share/doc/db3/api_java/db_sync.html
-share/doc/db3/api_java/db_truncate.html
share/doc/db3/api_java/db_upgrade.html
share/doc/db3/api_java/db_verify.html
-share/doc/db3/api_java/dbc_class.html
share/doc/db3/api_java/dbc_close.html
share/doc/db3/api_java/dbc_count.html
share/doc/db3/api_java/dbc_del.html
share/doc/db3/api_java/dbc_dup.html
share/doc/db3/api_java/dbc_get.html
share/doc/db3/api_java/dbc_put.html
-share/doc/db3/api_java/dbenv_class.html
-share/doc/db3/api_java/dbt_bulk_class.html
-share/doc/db3/api_java/dbt_class.html
-share/doc/db3/api_java/deadlock_class.html
share/doc/db3/api_java/env_close.html
share/doc/db3/api_java/env_open.html
share/doc/db3/api_java/env_remove.html
share/doc/db3/api_java/env_set_cachesize.html
share/doc/db3/api_java/env_set_data_dir.html
share/doc/db3/api_java/env_set_errcall.html
-share/doc/db3/api_java/env_set_error_stream.html
share/doc/db3/api_java/env_set_errpfx.html
share/doc/db3/api_java/env_set_feedback.html
share/doc/db3/api_java/env_set_flags.html
share/doc/db3/api_java/env_set_lg_bsize.html
share/doc/db3/api_java/env_set_lg_dir.html
share/doc/db3/api_java/env_set_lg_max.html
-share/doc/db3/api_java/env_set_lg_regionmax.html
share/doc/db3/api_java/env_set_lk_conflicts.html
share/doc/db3/api_java/env_set_lk_detect.html
share/doc/db3/api_java/env_set_lk_max.html
@@ -390,22 +674,16 @@ share/doc/db3/api_java/env_set_pageyield.html
share/doc/db3/api_java/env_set_panicstate.html
share/doc/db3/api_java/env_set_rec_init.html
share/doc/db3/api_java/env_set_region_init.html
-share/doc/db3/api_java/env_set_rpc_server.html
+share/doc/db3/api_java/env_set_server.html
share/doc/db3/api_java/env_set_shm_key.html
+share/doc/db3/api_java/env_strerror.html
share/doc/db3/api_java/env_set_tas_spins.html
share/doc/db3/api_java/env_set_tmp_dir.html
share/doc/db3/api_java/env_set_tx_max.html
share/doc/db3/api_java/env_set_tx_recover.html
share/doc/db3/api_java/env_set_tx_timestamp.html
share/doc/db3/api_java/env_set_verbose.html
-share/doc/db3/api_java/env_strerror.html
share/doc/db3/api_java/env_version.html
-share/doc/db3/api_java/except_class.html
-share/doc/db3/api_java/get_dbt.html
-share/doc/db3/api_java/get_errno.html
-share/doc/db3/api_java/java_index.html
-share/doc/db3/api_java/java_pindex.html
-share/doc/db3/api_java/lock_class.html
share/doc/db3/api_java/lock_detect.html
share/doc/db3/api_java/lock_get.html
share/doc/db3/api_java/lock_id.html
@@ -421,8 +699,6 @@ share/doc/db3/api_java/log_put.html
share/doc/db3/api_java/log_register.html
share/doc/db3/api_java/log_stat.html
share/doc/db3/api_java/log_unregister.html
-share/doc/db3/api_java/lsn_class.html
-share/doc/db3/api_java/mem_class.html
share/doc/db3/api_java/memp_fclose.html
share/doc/db3/api_java/memp_fget.html
share/doc/db3/api_java/memp_fopen.html
@@ -433,49 +709,28 @@ share/doc/db3/api_java/memp_register.html
share/doc/db3/api_java/memp_stat.html
share/doc/db3/api_java/memp_sync.html
share/doc/db3/api_java/memp_trickle.html
-share/doc/db3/api_java/pindex.src
-share/doc/db3/api_java/runrec_class.html
share/doc/db3/api_java/txn_abort.html
share/doc/db3/api_java/txn_begin.html
share/doc/db3/api_java/txn_checkpoint.html
-share/doc/db3/api_java/txn_class.html
share/doc/db3/api_java/txn_commit.html
-share/doc/db3/api_java/txn_discard.html
share/doc/db3/api_java/txn_id.html
share/doc/db3/api_java/txn_prepare.html
-share/doc/db3/api_java/txn_recover.html
share/doc/db3/api_java/txn_stat.html
-share/doc/db3/api_tcl/db_close.html
-share/doc/db3/api_tcl/db_count.html
-share/doc/db3/api_tcl/db_cursor.html
-share/doc/db3/api_tcl/db_del.html
-share/doc/db3/api_tcl/db_get.html
-share/doc/db3/api_tcl/db_get_join.html
-share/doc/db3/api_tcl/db_get_type.html
-share/doc/db3/api_tcl/db_is_byteswapped.html
-share/doc/db3/api_tcl/db_join.html
-share/doc/db3/api_tcl/db_open.html
-share/doc/db3/api_tcl/db_put.html
-share/doc/db3/api_tcl/db_remove.html
-share/doc/db3/api_tcl/db_rename.html
-share/doc/db3/api_tcl/db_stat.html
-share/doc/db3/api_tcl/db_sync.html
-share/doc/db3/api_tcl/db_truncate.html
-share/doc/db3/api_tcl/dbc_close.html
-share/doc/db3/api_tcl/dbc_del.html
-share/doc/db3/api_tcl/dbc_dup.html
-share/doc/db3/api_tcl/dbc_get.html
-share/doc/db3/api_tcl/dbc_put.html
-share/doc/db3/api_tcl/env_close.html
-share/doc/db3/api_tcl/env_open.html
-share/doc/db3/api_tcl/env_remove.html
-share/doc/db3/api_tcl/pindex.src
-share/doc/db3/api_tcl/tcl_index.html
-share/doc/db3/api_tcl/tcl_pindex.html
-share/doc/db3/api_tcl/txn.html
-share/doc/db3/api_tcl/txn_abort.html
-share/doc/db3/api_tcl/txn_commit.html
-share/doc/db3/api_tcl/version.html
+share/doc/db3/api_java/db_class.html
+share/doc/db3/api_java/dbc_class.html
+share/doc/db3/api_java/dbenv_class.html
+share/doc/db3/api_java/dbt_class.html
+share/doc/db3/api_java/deadlock_class.html
+share/doc/db3/api_java/env_set_error_stream.html
+share/doc/db3/api_java/except_class.html
+share/doc/db3/api_java/get_errno.html
+share/doc/db3/api_java/java_index.html
+share/doc/db3/api_java/lock_class.html
+share/doc/db3/api_java/lsn_class.html
+share/doc/db3/api_java/mem_class.html
+share/doc/db3/api_java/runrec_class.html
+share/doc/db3/api_java/txn_class.html
+share/doc/db3/api_java/db_close.html
share/doc/db3/images/api.gif
share/doc/db3/images/next.gif
share/doc/db3/images/prev.gif
@@ -483,324 +738,13 @@ share/doc/db3/images/ps.gif
share/doc/db3/images/ref.gif
share/doc/db3/images/sleepycat.gif
share/doc/db3/index.html
-share/doc/db3/ref/am/close.html
-share/doc/db3/ref/am/count.html
-share/doc/db3/ref/am/curclose.html
-share/doc/db3/ref/am/curdel.html
-share/doc/db3/ref/am/curdup.html
-share/doc/db3/ref/am/curget.html
-share/doc/db3/ref/am/curput.html
-share/doc/db3/ref/am/cursor.html
-share/doc/db3/ref/am/delete.html
-share/doc/db3/ref/am/get.html
-share/doc/db3/ref/am/join.html
-share/doc/db3/ref/am/open.html
-share/doc/db3/ref/am/opensub.html
-share/doc/db3/ref/am/ops.html
-share/doc/db3/ref/am/put.html
-share/doc/db3/ref/am/second.html
-share/doc/db3/ref/am/stat.html
-share/doc/db3/ref/am/sync.html
-share/doc/db3/ref/am/truncate.html
-share/doc/db3/ref/am/upgrade.html
-share/doc/db3/ref/am/verify.html
-share/doc/db3/ref/am_conf/bt_compare.html
-share/doc/db3/ref/am_conf/bt_minkey.html
-share/doc/db3/ref/am_conf/bt_prefix.html
-share/doc/db3/ref/am_conf/bt_recnum.html
-share/doc/db3/ref/am_conf/byteorder.html
-share/doc/db3/ref/am_conf/cachesize.html
-share/doc/db3/ref/am_conf/dup.html
-share/doc/db3/ref/am_conf/extentsize.html
-share/doc/db3/ref/am_conf/h_ffactor.html
-share/doc/db3/ref/am_conf/h_hash.html
-share/doc/db3/ref/am_conf/h_nelem.html
-share/doc/db3/ref/am_conf/intro.html
-share/doc/db3/ref/am_conf/logrec.html
-share/doc/db3/ref/am_conf/malloc.html
-share/doc/db3/ref/am_conf/pagesize.html
-share/doc/db3/ref/am_conf/re_source.html
-share/doc/db3/ref/am_conf/recno.html
-share/doc/db3/ref/am_conf/renumber.html
-share/doc/db3/ref/am_conf/select.html
-share/doc/db3/ref/am_misc/align.html
-share/doc/db3/ref/am_misc/dbsizes.html
-share/doc/db3/ref/am_misc/diskspace.html
-share/doc/db3/ref/am_misc/error.html
-share/doc/db3/ref/am_misc/faq.html
-share/doc/db3/ref/am_misc/get_bulk.html
-share/doc/db3/ref/am_misc/partial.html
-share/doc/db3/ref/am_misc/perm.html
-share/doc/db3/ref/am_misc/stability.html
-share/doc/db3/ref/am_misc/tune.html
-share/doc/db3/ref/arch/apis.html
-share/doc/db3/ref/arch/bigpic.gif
-share/doc/db3/ref/arch/bigpic.html
-share/doc/db3/ref/arch/progmodel.html
-share/doc/db3/ref/arch/script.html
-share/doc/db3/ref/arch/smallpic.gif
-share/doc/db3/ref/arch/utilities.html
-share/doc/db3/ref/build_unix/aix.html
-share/doc/db3/ref/build_unix/conf.html
-share/doc/db3/ref/build_unix/embedix.html
-share/doc/db3/ref/build_unix/flags.html
-share/doc/db3/ref/build_unix/freebsd.html
-share/doc/db3/ref/build_unix/hpux.html
-share/doc/db3/ref/build_unix/install.html
-share/doc/db3/ref/build_unix/intro.html
-share/doc/db3/ref/build_unix/irix.html
-share/doc/db3/ref/build_unix/linux.html
-share/doc/db3/ref/build_unix/notes.html
-share/doc/db3/ref/build_unix/osf1.html
-share/doc/db3/ref/build_unix/qnx.html
-share/doc/db3/ref/build_unix/sco.html
-share/doc/db3/ref/build_unix/shlib.html
-share/doc/db3/ref/build_unix/solaris.html
-share/doc/db3/ref/build_unix/sunos.html
-share/doc/db3/ref/build_unix/test.html
-share/doc/db3/ref/build_unix/ultrix.html
-share/doc/db3/ref/build_vxworks/faq.html
-share/doc/db3/ref/build_vxworks/intro.html
-share/doc/db3/ref/build_vxworks/notes.html
-share/doc/db3/ref/build_win/faq.html
-share/doc/db3/ref/build_win/intro.html
-share/doc/db3/ref/build_win/notes.html
-share/doc/db3/ref/build_win/test.html
-share/doc/db3/ref/cam/intro.html
-share/doc/db3/ref/debug/common.html
-share/doc/db3/ref/debug/compile.html
-share/doc/db3/ref/debug/intro.html
-share/doc/db3/ref/debug/printlog.html
-share/doc/db3/ref/debug/runtime.html
-share/doc/db3/ref/distrib/layout.html
-share/doc/db3/ref/dumpload/format.html
-share/doc/db3/ref/dumpload/text.html
-share/doc/db3/ref/dumpload/utility.html
-share/doc/db3/ref/env/create.html
-share/doc/db3/ref/env/error.html
-share/doc/db3/ref/env/faq.html
-share/doc/db3/ref/env/intro.html
-share/doc/db3/ref/env/naming.html
-share/doc/db3/ref/env/open.html
-share/doc/db3/ref/env/region.html
-share/doc/db3/ref/env/remote.html
-share/doc/db3/ref/env/security.html
-share/doc/db3/ref/install/file.html
-share/doc/db3/ref/install/magic.s5.be.txt
-share/doc/db3/ref/install/magic.s5.le.txt
-share/doc/db3/ref/install/magic.txt
-share/doc/db3/ref/install/multiple.html
-share/doc/db3/ref/install/rpm.html
-share/doc/db3/ref/intro/data.html
-share/doc/db3/ref/intro/dbis.html
-share/doc/db3/ref/intro/dbisnot.html
-share/doc/db3/ref/intro/distrib.html
-share/doc/db3/ref/intro/need.html
-share/doc/db3/ref/intro/products.html
-share/doc/db3/ref/intro/terrain.html
-share/doc/db3/ref/intro/what.html
-share/doc/db3/ref/intro/where.html
-share/doc/db3/ref/java/compat.html
-share/doc/db3/ref/java/conf.html
-share/doc/db3/ref/java/faq.html
-share/doc/db3/ref/java/program.html
-share/doc/db3/ref/lock/am_conv.html
-share/doc/db3/ref/lock/cam_conv.html
-share/doc/db3/ref/lock/config.html
-share/doc/db3/ref/lock/dead.html
-share/doc/db3/ref/lock/intro.html
-share/doc/db3/ref/lock/max.html
-share/doc/db3/ref/lock/nondb.html
-share/doc/db3/ref/lock/notxn.html
-share/doc/db3/ref/lock/page.html
-share/doc/db3/ref/lock/stdmode.html
-share/doc/db3/ref/lock/twopl.html
-share/doc/db3/ref/log/config.html
-share/doc/db3/ref/log/intro.html
-share/doc/db3/ref/log/limits.html
-share/doc/db3/ref/mp/config.html
-share/doc/db3/ref/mp/intro.html
-share/doc/db3/ref/perl/intro.html
-share/doc/db3/ref/pindex.src
-share/doc/db3/ref/program/appsignals.html
-share/doc/db3/ref/program/compatible.html
-share/doc/db3/ref/program/copy.html
-share/doc/db3/ref/program/environ.html
-share/doc/db3/ref/program/errorret.html
-share/doc/db3/ref/program/extending.html
-share/doc/db3/ref/program/mt.html
-share/doc/db3/ref/program/namespace.html
-share/doc/db3/ref/program/recimp.html
-share/doc/db3/ref/program/runtime.html
-share/doc/db3/ref/program/scope.html
-share/doc/db3/ref/program/solaris.txt
-share/doc/db3/ref/refs/bdb_usenix.html
-share/doc/db3/ref/refs/bdb_usenix.ps
-share/doc/db3/ref/refs/embedded.html
-share/doc/db3/ref/refs/hash_usenix.ps
-share/doc/db3/ref/refs/libtp_usenix.ps
-share/doc/db3/ref/refs/refs.html
-share/doc/db3/ref/refs/witold.html
-share/doc/db3/ref/rpc/client.html
-share/doc/db3/ref/rpc/intro.html
-share/doc/db3/ref/rpc/server.html
-share/doc/db3/ref/sendmail/intro.html
-share/doc/db3/ref/simple_tut/close.html
-share/doc/db3/ref/simple_tut/del.html
-share/doc/db3/ref/simple_tut/errors.html
-share/doc/db3/ref/simple_tut/example.cs
-share/doc/db3/ref/simple_tut/get.html
-share/doc/db3/ref/simple_tut/handles.html
-share/doc/db3/ref/simple_tut/intro.html
-share/doc/db3/ref/simple_tut/keydata.html
-share/doc/db3/ref/simple_tut/open.html
-share/doc/db3/ref/simple_tut/put.html
-share/doc/db3/ref/tcl/error.html
-share/doc/db3/ref/tcl/faq.html
-share/doc/db3/ref/tcl/intro.html
-share/doc/db3/ref/tcl/program.html
-share/doc/db3/ref/tcl/using.html
-share/doc/db3/ref/test/faq.html
-share/doc/db3/ref/test/run.html
-share/doc/db3/ref/transapp/admin.html
-share/doc/db3/ref/transapp/app.html
-share/doc/db3/ref/transapp/archival.html
-share/doc/db3/ref/transapp/checkpoint.html
-share/doc/db3/ref/transapp/cursor.html
-share/doc/db3/ref/transapp/data_open.html
-share/doc/db3/ref/transapp/deadlock.html
-share/doc/db3/ref/transapp/env_open.html
-share/doc/db3/ref/transapp/faq.html
-share/doc/db3/ref/transapp/filesys.html
-share/doc/db3/ref/transapp/inc.html
-share/doc/db3/ref/transapp/intro.html
-share/doc/db3/ref/transapp/logfile.html
-share/doc/db3/ref/transapp/nested.html
-share/doc/db3/ref/transapp/put.html
-share/doc/db3/ref/transapp/read.html
-share/doc/db3/ref/transapp/reclimit.html
-share/doc/db3/ref/transapp/recovery.html
-share/doc/db3/ref/transapp/term.html
-share/doc/db3/ref/transapp/throughput.html
-share/doc/db3/ref/transapp/transapp.cs
-share/doc/db3/ref/transapp/tune.html
-share/doc/db3/ref/transapp/why.html
-share/doc/db3/ref/transapp/writetest.cs
-share/doc/db3/ref/txn/config.html
-share/doc/db3/ref/txn/intro.html
-share/doc/db3/ref/txn/limits.html
-share/doc/db3/ref/txn/other.html
-share/doc/db3/ref/upgrade/process.html
-share/doc/db3/ref/upgrade/version.html
-share/doc/db3/ref/upgrade.2.0/convert.html
-share/doc/db3/ref/upgrade.2.0/disk.html
-share/doc/db3/ref/upgrade.2.0/intro.html
-share/doc/db3/ref/upgrade.2.0/system.html
-share/doc/db3/ref/upgrade.2.0/toc.html
-share/doc/db3/ref/upgrade.3.0/close.html
-share/doc/db3/ref/upgrade.3.0/cxx.html
-share/doc/db3/ref/upgrade.3.0/db.html
-share/doc/db3/ref/upgrade.3.0/db_cxx.html
-share/doc/db3/ref/upgrade.3.0/dbenv.html
-share/doc/db3/ref/upgrade.3.0/dbenv_cxx.html
-share/doc/db3/ref/upgrade.3.0/dbinfo.html
-share/doc/db3/ref/upgrade.3.0/disk.html
-share/doc/db3/ref/upgrade.3.0/eacces.html
-share/doc/db3/ref/upgrade.3.0/eagain.html
-share/doc/db3/ref/upgrade.3.0/envopen.html
-share/doc/db3/ref/upgrade.3.0/func.html
-share/doc/db3/ref/upgrade.3.0/intro.html
-share/doc/db3/ref/upgrade.3.0/java.html
-share/doc/db3/ref/upgrade.3.0/join.html
-share/doc/db3/ref/upgrade.3.0/jump_set.html
-share/doc/db3/ref/upgrade.3.0/lock_detect.html
-share/doc/db3/ref/upgrade.3.0/lock_notheld.html
-share/doc/db3/ref/upgrade.3.0/lock_put.html
-share/doc/db3/ref/upgrade.3.0/lock_stat.html
-share/doc/db3/ref/upgrade.3.0/log_register.html
-share/doc/db3/ref/upgrade.3.0/log_stat.html
-share/doc/db3/ref/upgrade.3.0/memp_stat.html
-share/doc/db3/ref/upgrade.3.0/open.html
-share/doc/db3/ref/upgrade.3.0/rmw.html
-share/doc/db3/ref/upgrade.3.0/stat.html
-share/doc/db3/ref/upgrade.3.0/toc.html
-share/doc/db3/ref/upgrade.3.0/txn_begin.html
-share/doc/db3/ref/upgrade.3.0/txn_commit.html
-share/doc/db3/ref/upgrade.3.0/txn_stat.html
-share/doc/db3/ref/upgrade.3.0/value_set.html
-share/doc/db3/ref/upgrade.3.0/xa.html
-share/doc/db3/ref/upgrade.3.1/btstat.html
-share/doc/db3/ref/upgrade.3.1/config.html
-share/doc/db3/ref/upgrade.3.1/disk.html
-share/doc/db3/ref/upgrade.3.1/dup.html
-share/doc/db3/ref/upgrade.3.1/env.html
-share/doc/db3/ref/upgrade.3.1/intro.html
-share/doc/db3/ref/upgrade.3.1/log_register.html
-share/doc/db3/ref/upgrade.3.1/logalloc.html
-share/doc/db3/ref/upgrade.3.1/memp_register.html
-share/doc/db3/ref/upgrade.3.1/put.html
-share/doc/db3/ref/upgrade.3.1/set_feedback.html
-share/doc/db3/ref/upgrade.3.1/set_paniccall.html
-share/doc/db3/ref/upgrade.3.1/set_tx_recover.html
-share/doc/db3/ref/upgrade.3.1/sysmem.html
-share/doc/db3/ref/upgrade.3.1/tcl.html
-share/doc/db3/ref/upgrade.3.1/tmp.html
-share/doc/db3/ref/upgrade.3.1/toc.html
-share/doc/db3/ref/upgrade.3.1/txn_check.html
-share/doc/db3/ref/upgrade.3.2/callback.html
-share/doc/db3/ref/upgrade.3.2/db_dump.html
-share/doc/db3/ref/upgrade.3.2/disk.html
-share/doc/db3/ref/upgrade.3.2/handle.html
-share/doc/db3/ref/upgrade.3.2/incomplete.html
-share/doc/db3/ref/upgrade.3.2/intro.html
-share/doc/db3/ref/upgrade.3.2/mutexlock.html
-share/doc/db3/ref/upgrade.3.2/notfound.html
-share/doc/db3/ref/upgrade.3.2/renumber.html
-share/doc/db3/ref/upgrade.3.2/set_flags.html
-share/doc/db3/ref/upgrade.3.2/toc.html
-share/doc/db3/ref/upgrade.3.2/tx_recover.html
-share/doc/db3/ref/upgrade.3.3/alloc.html
-share/doc/db3/ref/upgrade.3.3/bigfile.html
-share/doc/db3/ref/upgrade.3.3/conflict.html
-share/doc/db3/ref/upgrade.3.3/disk.html
-share/doc/db3/ref/upgrade.3.3/getswap.html
-share/doc/db3/ref/upgrade.3.3/gettype.html
-share/doc/db3/ref/upgrade.3.3/intro.html
-share/doc/db3/ref/upgrade.3.3/memp_fget.html
-share/doc/db3/ref/upgrade.3.3/rpc.html
-share/doc/db3/ref/upgrade.3.3/shared.html
-share/doc/db3/ref/upgrade.3.3/toc.html
-share/doc/db3/ref/upgrade.3.3/txn_prepare.html
-share/doc/db3/ref/xa/build.html
-share/doc/db3/ref/xa/faq.html
-share/doc/db3/ref/xa/intro.html
-share/doc/db3/ref/xa/xa_config.html
-share/doc/db3/ref/xa/xa_intro.html
-share/doc/db3/reftoc.html
-share/doc/db3/sleepycat/contact.html
-share/doc/db3/sleepycat/legal.html
-share/doc/db3/sleepycat/license.html
-share/doc/db3/utility/berkeley_db_svc.html
-share/doc/db3/utility/db_archive.html
-share/doc/db3/utility/db_checkpoint.html
-share/doc/db3/utility/db_deadlock.html
-share/doc/db3/utility/db_dump.html
-share/doc/db3/utility/db_load.html
-share/doc/db3/utility/db_printlog.html
-share/doc/db3/utility/db_recover.html
-share/doc/db3/utility/db_stat.html
-share/doc/db3/utility/db_upgrade.html
-share/doc/db3/utility/db_verify.html
-share/doc/db3/utility/index.html
@dirrm share/doc/db3/api_c
-@dirrm share/doc/db3/api_cxx
-@dirrm share/doc/db3/api_java
-@dirrm share/doc/db3/api_tcl
-@dirrm share/doc/db3/images
+@dirrm share/doc/db3/sleepycat
@dirrm share/doc/db3/ref/java
@dirrm share/doc/db3/ref/am
+@dirrm share/doc/db3/ref/upgrade.3.0
+@dirrm share/doc/db3/ref/upgrade
@dirrm share/doc/db3/ref/am_conf
-@dirrm share/doc/db3/ref/am_misc
@dirrm share/doc/db3/ref/arch
@dirrm share/doc/db3/ref/build_unix
@dirrm share/doc/db3/ref/build_vxworks
@@ -812,6 +756,7 @@ share/doc/db3/utility/index.html
@dirrm share/doc/db3/ref/env
@dirrm share/doc/db3/ref/intro
@dirrm share/doc/db3/ref/install
+@dirrm share/doc/db3/ref/upgrade.2.0
@dirrm share/doc/db3/ref/lock
@dirrm share/doc/db3/ref/log
@dirrm share/doc/db3/ref/mp
@@ -821,20 +766,18 @@ share/doc/db3/utility/index.html
@dirrm share/doc/db3/ref/rpc
@dirrm share/doc/db3/ref/sendmail
@dirrm share/doc/db3/ref/simple_tut
-@dirrm share/doc/db3/ref/splash
@dirrm share/doc/db3/ref/tcl
@dirrm share/doc/db3/ref/test
@dirrm share/doc/db3/ref/transapp
@dirrm share/doc/db3/ref/txn
-@dirrm share/doc/db3/ref/upgrade
-@dirrm share/doc/db3/ref/upgrade.2.0
-@dirrm share/doc/db3/ref/upgrade.3.0
+@dirrm share/doc/db3/ref/xa
@dirrm share/doc/db3/ref/upgrade.3.1
@dirrm share/doc/db3/ref/upgrade.3.2
-@dirrm share/doc/db3/ref/upgrade.3.3
-@dirrm share/doc/db3/ref/xa
@dirrm share/doc/db3/ref
-@dirrm share/doc/db3/sleepycat
+@dirrm share/doc/db3/api_cxx
@dirrm share/doc/db3/utility
+@dirrm share/doc/db3/api_tcl
+@dirrm share/doc/db3/api_java
+@dirrm share/doc/db3/images
@dirrm share/doc/db3
@dirrm include/db3