aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--doc/gdbm.34
-rw-r--r--doc/gdbmtool.13
3 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c16f69e..82732d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2015-12-05 Harald Hoyer <harald@redhat.com>
+
+ * doc/gdbmtool.1: Minor change.
+ * doc/gdbm.3: Fix typo.
+
2015-11-02 Sergey Poznyakoff <gray@gnu.org.ua>
Tiny fix
-
+
* var.c: Use ISO C99 initializers. Thanks to
Brad Forschinger <bnjf@bnjf.id.au>
@@ -35,6 +40,7 @@
* NEWS: Document COMPATINCLUDEDIR.
* README: Likewise.
+>>>>>>> 1.102
2014-02-12 Sergey Poznyakoff <gray@gnu.org.ua>
* src/gdbmimp.c (gdbm_import_from_file): Read record sizes as
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.