summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ec195fcf5e..edb07b8330 100644
--- a/NEWS
+++ b/NEWS
@@ -205,7 +205,8 @@ Version 2.0
* We have incorporated the 4.4 BSD `db' library (version 1.85). New header
files <db.h> and <mpool.h> provide a rich set of functions for several
types of simple databases stored in memory and in files, and <ndbm.h> is
- an old `ndbm'-compatbile interface using the `db' functions.
+ an old `ndbm'-compatbile interface using the `db' functions. Link with
+ `-ldb' to get these functions.
* New macro `strdupa' copies a string like `strdup', but uses local stack
space from `alloca' instead of dynamic heap space from `malloc'.