]> git.saurik.com Git - apple/libc.git/blobdiff - db/man/FreeBSD/dbm.3
Libc-763.13.tar.gz
[apple/libc.git] / db / man / FreeBSD / dbm.3
index 535c00ebc05e313ebc7ce922cd5bd5b78520675c..e04bc20701602e8f0a7143ff990e028f24ccaa48 100644 (file)
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/lib/libc/db/man/dbm.3,v 1.7 2002/12/19 09:40:21 ru Exp $
+.\" $FreeBSD: src/lib/libc/db/man/dbm.3,v 1.10 2009/01/30 15:28:35 gabor Exp $
 .\"
-.\" Note: The date here should be updated whenever a non-trivial
-.\" change is made to the manual page.
-.Dd July 7, 1999
+.Dd April 16, 2006
 .Dt DBM 3
 .Os
 .Sh NAME
@@ -65,7 +63,7 @@ database.
 .Pp
 .Vt datum
 is declared in
-.Aq Pa ndbm.h :
+.In ndbm.h :
 .Bd -literal
 typedef struct {
        char *dptr;
@@ -124,10 +122,6 @@ The
 .Fn dbm_close db
 function
 closes the database.
-The
-.Fn dbm_close
-function
-normally returns zero.
 .Pp
 The
 .Fn dbm_store db key data flags