From 008b71a4d58ad33cf5a41e2aa55b9393e8420531 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 19 May 2018 22:59:10 +0300 Subject: Remove gdbm-1.8.3 compatibility layer * configure.ac: Remove gdbm-1.8.3 compatibility layer. Version 1.14.90 * Makefile.am (ACLOCAL_AMFLAGS): Remove deprecated variable. (MAYBE_EXPORT): Remove variable and conditional. * NEWS: Update. * NOTE-WARNING: Update. * README: Update. * doc/gdbm.texi: Update. * export/.gitignore: Remove. * export/Makefile.am: Remove. * export/export.c: Remove. --- doc/gdbm.texi | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'doc') diff --git a/doc/gdbm.texi b/doc/gdbm.texi index 1631a6a..2aac1c3 100644 --- a/doc/gdbm.texi +++ b/doc/gdbm.texi @@ -124,7 +124,6 @@ Programs * gdbmtool:: Examine and modify a GDBM database. * gdbm_dump:: Dump the database into a flat file. * gdbm_load:: Load the database from a flat file. -* gdbmexport:: Export a database into a portable format. * Exit codes:: Exit codes returned by GDBM utilities. Other topics: @@ -2324,8 +2323,6 @@ dump is created. The global variable @code{filemode} specifies the permissions to use for the created output file. - -See also @ref{gdbmexport}. @end deffn @deffn {command verb} fetch @var{key} @@ -2744,30 +2741,6 @@ Print a terse invocation syntax summary along with a list of available command line options. @end table -@node gdbmexport -@chapter Export a database into a portable format. -@prindex gdbmexport - -The @command{gdbmexport} utility converts the database of an older -GDBM version into a binary flat format. - -The utility takes two mandatory arguments: the name of the database -file to convert and the output file name, e.g.: - -@example -$ gdbmexport junk.gdbm junk.flat -@end example - -In addition the following two options are understood: - -@table @option -@item -h -Display short usage summary and exit. - -@item -v -Display program version and licensing information, and exit. -@end table - @node Exit codes @chapter Exit codes @cindex exit code -- cgit v1.2.1