Update README.md

This commit is contained in:
Carsten Larsen
2015-04-16 09:37:20 +02:00
parent 6563678394
commit 2c0a02003d
+30 -27
View File
@@ -1,4 +1,5 @@
This is version 1.85 of the Berkeley DB code.
Version 1.85 of the Berkeley DB code
====================================
For information on compiling and installing this software, see the file PORT/README.
@@ -7,30 +8,31 @@ Newer versions of this software will periodically be made available by anonymous
Distribution contents
---------------------
* Makefile.inc
Ignore this, it's the 4.4BSD subsystem Makefile.
* PORT
The per OS/architecture directories to use to build libdb.a, if you're not running 4.4BSD. See the file PORT/README for more information.
* README
Original README file.
*btree
The B+tree routines.
* changelog
List of changes, per version.
* db
The dbopen(3) interface routine.
* docs
Various USENIX papers, and the formatted manual pages.
* hash
The extended linear hashing routines.
* man
The unformatted manual pages.
* mpool
The memory pool routines.
* recno
The fixed/variable length record routines.
* test
Test package.
Makefile.inc - Ignore this, it's the 4.4BSD subsystem Makefile.
PORT - The per OS/architecture directories to use to build libdb.a, if you're not running 4.4BSD. See the file
PORT/README for more information.
README - Original README file.
btree - The B+tree routines.
changelog - List of changes, per version.
db - The dbopen(3) interface routine.
docs - Various USENIX papers, and the formatted manual pages.
hash - The extended linear hashing routines.
man - The unformatted manual pages.
mpool - The memory pool routines.
recno - The fixed/variable length record routines.
test - Test package.
Debugging
---------
@@ -40,5 +42,6 @@ If you're running a memory checker (e.g. Purify) on DB, make sure that you recom
Version
-------
# $NetBSD: README,v 1.3 1996/05/03 21:17:07 cgd Exp $
# @(#)README 8.27 (Berkeley) 9/1/94
$NetBSD: README,v 1.3 1996/05/03 21:17:07 cgd Exp $
@(#)README 8.27 (Berkeley) 9/1/94