Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/db/man Document EFBIG as a valid error.
details: https://anonhg.NetBSD.org/src/rev/52f44f30ab2a
branches: trunk
changeset: 475002:52f44f30ab2a
user: mycroft <mycroft%NetBSD.org@localhost>
date: Thu Jul 29 00:22:29 1999 +0000
description:
Document EFBIG as a valid error.
diffstat:
lib/libc/db/man/dbopen.3 | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 28933c3ad706 -r 52f44f30ab2a lib/libc/db/man/dbopen.3
--- a/lib/libc/db/man/dbopen.3 Thu Jul 29 00:19:43 1999 +0000
+++ b/lib/libc/db/man/dbopen.3 Thu Jul 29 00:22:29 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dbopen.3,v 1.9 1999/02/07 07:27:13 lukem Exp $
+.\" $NetBSD: dbopen.3,v 1.10 1999/07/29 00:22:29 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -420,6 +420,10 @@
meaningful for the function (for example, use of the cursor without
prior initialization) or there is a mismatch between the version
number of file and the software.
+.TP
+[EFBIG]
+The key could not be inserted due to limitations in the DB file format
+(e.g. a hash database was out of overflow pages).
.PP
The
.I close
Home |
Main Index |
Thread Index |
Old Index