summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/man/btree.3
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-07 09:00:07 +0000
committerderaadt <deraadt@openbsd.org>1996-05-07 09:00:07 +0000
commitbec2d00aee11811f26f3f148c6197e34c35176ed (patch)
treee1be895ea3ca839569a7ef41a0e3e28c3f905c1a /lib/libc/db/man/btree.3
parentsync with 0504; mostly proto changes (some svr4 ioctl changes) (diff)
downloadwireguard-openbsd-bec2d00aee11811f26f3f148c6197e34c35176ed.tar.xz
wireguard-openbsd-bec2d00aee11811f26f3f148c6197e34c35176ed.zip
db release 1.85
Diffstat (limited to 'lib/libc/db/man/btree.3')
-rw-r--r--lib/libc/db/man/btree.313
1 files changed, 10 insertions, 3 deletions
diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3
index f0cd4eba8d6..7c74828975a 100644
--- a/lib/libc/db/man/btree.3
+++ b/lib/libc/db/man/btree.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: btree.3,v 1.5 1995/02/27 13:23:18 cgd Exp $
+.\" $NetBSD: btree.3,v 1.6 1996/05/03 21:26:48 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,9 +31,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)btree.3 8.3 (Berkeley) 2/21/94
+.\" @(#)btree.3 8.4 (Berkeley) 8/18/94
.\"
-.TH BTREE 3 "February 21, 1994"
+.TH BTREE 3 "August 18, 1994"
.\".UC 7
.SH NAME
btree \- btree database access method
@@ -209,6 +209,13 @@ O lg base N where base is the average fill factor.
Often, inserting ordered data into btrees results in a low fill factor.
This implementation has been modified to make ordered insertion the best
case, resulting in a much better than normal page fill factor.
+.SH ERRORS
+The
+.I btree
+access method routines may fail and set
+.I errno
+for any of the errors specified for the library routine
+.IR dbopen (3).
.SH "SEE ALSO"
.IR dbopen (3),
.IR hash (3),