diff options
Diffstat (limited to 'lib/libc/db/hash/README')
-rw-r--r-- | lib/libc/db/hash/README | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/db/hash/README b/lib/libc/db/hash/README index f29ccf7e1ba60..80d674396c0a1 100644 --- a/lib/libc/db/hash/README +++ b/lib/libc/db/hash/README @@ -1,4 +1,5 @@ # @(#)README 8.1 (Berkeley) 6/4/93 +# $FreeBSD$ This package implements a superset of the hsearch and dbm/ndbm libraries. @@ -44,10 +45,6 @@ Test Programs: NOTES: -The file search.h is provided for using the hsearch compatible interface -on BSD systems. On System V derived systems, search.h should appear in -/usr/include. - The man page ../man/db.3 explains the interface to the hashing system. The file hash.ps is a postscript copy of a paper explaining the history, implementation, and performance of the hash package. |