diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-02-27 01:59:15 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-02-27 01:59:15 +0000 |
| commit | ef5d438ed4bc17ad7ece3e40fe4d1f9baf3aadf7 (patch) | |
| tree | 223a02ae7b36628c291a44ca56e521009362cc01 /lib/libc/db/man/hash.3 | |
| parent | 93b5f489621c75f16326536ed9a1089356a5e9df (diff) | |
Notes
Diffstat (limited to 'lib/libc/db/man/hash.3')
| -rw-r--r-- | lib/libc/db/man/hash.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libc/db/man/hash.3 b/lib/libc/db/man/hash.3 index 3ae00a20d80d..4367031863fd 100644 --- a/lib/libc/db/man/hash.3 +++ b/lib/libc/db/man/hash.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)hash.3 8.5 (Berkeley) 2/21/94 +.\" @(#)hash.3 8.6 (Berkeley) 8/18/94 .\" -.TH HASH 3 "February 21, 1994" +.TH HASH 3 "August 18, 1994" .UC 7 .SH NAME hash \- hash database access method @@ -137,6 +137,13 @@ and .IR ndbm (3) are provided, however these interfaces are not compatible with previous file formats. +.SH ERRORS +The +.I hash +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 btree (3), .IR dbopen (3), |
