[BACK]Return to hash.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / db / man

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/db/man/hash.3 between version 1.5 and 1.6

version 1.5, 1995/02/27 13:23:31 version 1.6, 1996/05/03 21:26:50
Line 31 
Line 31 
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.  .\" 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  .UC 7
 .SH NAME  .SH NAME
 hash \- hash database access method  hash \- hash database access method
Line 139  and
Line 139  and
 .IR ndbm (3)  .IR ndbm (3)
 are provided, however these interfaces are not compatible with  are provided, however these interfaces are not compatible with
 previous file formats.  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"  .SH "SEE ALSO"
 .IR btree (3),  .IR btree (3),
 .IR dbopen (3),  .IR dbopen (3),

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>