From 2c0a02003d3278582380eae8d9905e0f301e4489 Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Thu, 16 Apr 2015 09:37:20 +0200 Subject: [PATCH] Update README.md --- db/README.md | 57 +++++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/db/README.md b/db/README.md index 2583751..996abd1 100644 --- a/db/README.md +++ b/db/README.md @@ -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