aboutsummaryrefslogtreecommitdiff
path: root/NOTE-WARNING
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-11 20:46:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-11 20:46:59 +0000
commitdf9486fa82cd13fd22ef2d2152afd0a690ed481b (patch)
tree8b51b94001a1f48703d852897be03a4aea33646f /NOTE-WARNING
parent580c5e7d1e0ced62182bd936c7c2698b6611e000 (diff)
downloadgdbm-df9486fa82cd13fd22ef2d2152afd0a690ed481b.tar.gz
gdbm-df9486fa82cd13fd22ef2d2152afd0a690ed481b.tar.bz2
Minor changes in the documentation.
Diffstat (limited to 'NOTE-WARNING')
-rw-r--r--NOTE-WARNING16
1 files changed, 13 insertions, 3 deletions
diff --git a/NOTE-WARNING b/NOTE-WARNING
index 9600df8..6b1c197 100644
--- a/NOTE-WARNING
+++ b/NOTE-WARNING
@@ -9,3 +9,3 @@ gdbm files non-portable.
-Gdbm version 1.9.0 includes `large file' support, enabling it on operating
+Gdbm version 1.9 includes `large file' support, enabling it on operating
systems where it is not the default. `Large file' support is essentially
@@ -15,3 +15,3 @@ files' on systems where it was the default for a very long time.
On some systems, such as Solaris, this functionality is not enabled by
-default. Gdbm will now enable it. THIS MEANS THAT GDBM 1.9.0 MAY NOT BE
+default. Gdbm will now enable it. THIS MEANS THAT GDBM 1.9 MAY NOT BE
ABLE TO ACCESS DATABASES CREATED BY PREVIOUS VERIONS ON THE SAME SYSTEM.
@@ -22,3 +22,13 @@ compatibility, and increased functionality, you may want to have your
application produce a portable copy of your database with the 1.8.3 version
-of the library, and then load it back into version 1.9.0.
+of the library, and then load it back into version 1.9.
+
+Gdbm 1.9 contains a utility designed to help you produce such a portable
+copy: gdbmexport. To build it, configure the package with the
+--enable-gdbm-export option. For the information on how to use this
+utility, refer to the documentation, chapter 17 "Export a database into
+a portable format." (run `info gdbm gdbmexport' to access it, once
+gdbm 1.9 has been installed, or `info -f doc/gdbm.info gdbmexport' to
+access the shipped info file).
+
+

Return to:

Send suggestions and report system problems to the System administrator.