aboutsummaryrefslogtreecommitdiff
path: root/doc/gdbmtool.1
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-07-31 00:32:38 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-07-31 00:48:02 +0300
commit0e79aa787877cdbffc8900952115de9173f41732 (patch)
treedb92715d7ec3c5ca90866f68491933f8b069d69c /doc/gdbmtool.1
parent257bb9882aaf9ec7acc2401fd875a8d0b0a69c2e (diff)
downloadgdbm-0e79aa787877cdbffc8900952115de9173f41732.tar.gz
gdbm-0e79aa787877cdbffc8900952115de9173f41732.tar.bz2
Update the documentation
Diffstat (limited to 'doc/gdbmtool.1')
-rw-r--r--doc/gdbmtool.113
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/gdbmtool.1 b/doc/gdbmtool.1
index d15b7cd..20c7c27 100644
--- a/doc/gdbmtool.1
+++ b/doc/gdbmtool.1
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
-.TH GDBMTOOL 1 "June 27, 2018" "GDBM" "GDBM User Reference"
+.TH GDBMTOOL 1 "July 31, 2021" "GDBM" "GDBM User Reference"
.SH NAME
gdbmtool \- examine and modify a GDBM database
.SH SYNOPSIS
@@ -179,6 +179,10 @@ Delete record with the given \fIKEY\fR.
.BR dir
Print hash directory.
.TP
+.BR downgrade
+Downgrade the database from the extended \fInumsync\fR format to the
+standard format.
+.TP
\fBexport\fR \fIFILE\-NAME\fR [\fBtruncate\fR] [\fBbinary\fR|\fBascii\fR]
Export the database to the flat file \fIFILE\-NAME\fR. This is equivalent to
.BR gdbm_dump (1).
@@ -270,6 +274,13 @@ Print current program status.
Store the \fIDATA\fR with the given \fIKEY\fR in the database. If the
\fIKEY\fR already exists, its data will be replaced.
.TP
+.B sync
+Synchronize the database file with the disk storage.
+.TP
+.B upgrade
+Upgrade the database from the standard to the extended \fInumsync\fR
+format.
+.TP
\fBunset\fR \fIVARIABLE\fR...
Unsets listed variables.
.TP

Return to:

Send suggestions and report system problems to the System administrator.