aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/gdbm.34
-rw-r--r--doc/gdbmtool.13
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/gdbm.3 b/doc/gdbm.3
index 67d3bdd..d4f39dd 100644
--- a/doc/gdbm.3
+++ b/doc/gdbm.3
@@ -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 GDBM 3 "May 8, 2013" "GDBM" "GDBM User Reference"
+.TH GDBM 3 "December 5, 2015" "GDBM" "GDBM User Reference"
.SH NAME
GDBM \- The GNU database manager. Includes \fBdbm\fR and \fBndbm\fR
compatibility.
@@ -159,7 +159,7 @@ added to \fIread_write\fR by bitwise or:
Causes all database operations to be synchronized to the disk,
.TP
.B GDBM_NOLOCK
-Pevents the library from performing any locking on the database file.
+Prevents the library from performing any locking on the database file.
.PP
The option
.B GDBM_FAST
diff --git a/doc/gdbmtool.1 b/doc/gdbmtool.1
index a04fbef..0ada4ba 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 GDBM_DUMP 1 "May 17, 2013" "GDBM" "GDBM User Reference"
+.TH GDBM_DUMP 1 "December 5, 2015" "GDBM" "GDBM User Reference"
.SH NAME
gdbmtool \- examine and modify a GDBM database
.SH SYNOPSIS
@@ -222,6 +222,7 @@ Close the database and quit the utility.
.TP
.BR reorganize
Reorganize the database.
+.TP
\fBset\fR [\fIVAR\fR=\fIVALUE\fR...]
Without arguments, lists variables and their values. If arguments are
specified, sets variables. Boolean variables can be set by specifying

Return to:

Send suggestions and report system problems to the System administrator.