BSD 4_4 release
[unix-history] / usr / src / old / libndbm / dbm.3
index ef196fe..748f647 100644 (file)
@@ -1,10 +1,10 @@
-.\" Copyright (c) 1980 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" This module is believed to contain source code proprietary to AT&T.
+.\" Use and redistribution is subject to the Berkeley Software License
+.\" Agreement and your Software Agreement with AT&T (Western Electric).
 .\"
 .\"
-.\"    @(#)dbm.3       6.3 (Berkeley) %G%
+.\"    @(#)dbm.3       6.5 (Berkeley) 4/20/91
 .\"
 .\"
-.TH DBM 3X  ""
+.TH DBM 3X "April 20, 1991"
 .UC 4
 .SH NAME
 dbminit, fetch, store, delete, firstkey, nextkey \- data base subroutines
 .UC 4
 .SH NAME
 dbminit, fetch, store, delete, firstkey, nextkey \- data base subroutines
@@ -36,9 +36,10 @@ dbminit, fetch, store, delete, firstkey, nextkey \- data base subroutines
 .B datum key;
 .SH DESCRIPTION
 .ft B
 .B datum key;
 .SH DESCRIPTION
 .ft B
-Note: the dbm library has been superceded by ndbm(3),
+The dbm library has been obsoleted by ndbm(3),
 and is now implemented using ndbm.
 .ft R
 and is now implemented using ndbm.
 .ft R
+.PP
 These functions maintain key/content pairs in a data base.
 The functions will handle very large (a billion blocks)
 databases and will access a keyed item in one or two file system accesses.
 These functions maintain key/content pairs in a data base.
 The functions will handle very large (a billion blocks)
 databases and will access a keyed item in one or two file system accesses.