Deleted Added
full compact
hash.3 (14273) hash.3 (14351)
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 117 unchanged lines hidden (view full) ---

126values specified for the parameters bsize, ffactor, lorder and nelem are
127ignored and the values specified when the tree was created are used.
128.PP
129If a hash function is specified,
130.I hash_open
131will attempt to determine if the hash function specified is the same as
132the one with which the database was created, and will fail if it is not.
133.PP
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 117 unchanged lines hidden (view full) ---

126values specified for the parameters bsize, ffactor, lorder and nelem are
127ignored and the values specified when the tree was created are used.
128.PP
129If a hash function is specified,
130.I hash_open
131will attempt to determine if the hash function specified is the same as
132the one with which the database was created, and will fail if it is not.
133.PP
134Backward compatible interfaces to the routines described in
135.IR dbm (3),
134Backward compatible interfaces to the older
135.I dbm
136and
136and
137.IR ndbm (3)
138are provided, however these interfaces are not compatible with
137.I ndbm
138routines are provided, however these interfaces are not compatible with
139previous file formats.
140.SH ERRORS
141The
142.I hash
143access method routines may fail and set
144.I errno
145for any of the errors specified for the library routine
146.IR dbopen (3).

--- 13 unchanged lines hidden ---
139previous file formats.
140.SH ERRORS
141The
142.I hash
143access method routines may fail and set
144.I errno
145for any of the errors specified for the library routine
146.IR dbopen (3).

--- 13 unchanged lines hidden ---