diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-15 05:11:26 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-15 05:11:26 +0000 |
commit | 3941e90b879e925d0fef8f0733e1d9c2e1861db5 (patch) | |
tree | 82b3c2fe01e0932c532b9e2a3f038a110315707d /lib/libc/db/mpool/README | |
parent | 0584840a66631455c4c44387526ce706056faee0 (diff) |
o Minor changes from db.1.86 (sleepycat). Does not include the new hash
routines since they cannot read a hashed .db file from the old code.
Most of these files just have their RCS/SCCS tags standardized.
Note that mpool.3 has not been updated to reflect the new mpool interface.
o Add a real dbm(3) manpage
Diffstat (limited to 'lib/libc/db/mpool/README')
-rw-r--r-- | lib/libc/db/mpool/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/db/mpool/README b/lib/libc/db/mpool/README index 916ea935ef6..b8b2eaf4ec9 100644 --- a/lib/libc/db/mpool/README +++ b/lib/libc/db/mpool/README @@ -1,4 +1,5 @@ -# $OpenBSD: README,v 1.2 1996/08/19 08:20:51 tholo Exp $ +# $OpenBSD: README,v 1.3 1999/02/15 05:11:25 millert Exp $ +# @(#)README 8.1 (Berkeley) 6/4/93 These are the current memory pool routines. They aren't ready for prime time, yet, and |