From 485be31195f718517cbf4175adb432ce5d3b6651 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 5 Dec 2015 06:55:07 +0000 Subject: Minor fixes in the docs --- doc/gdbm.3 | 4 ++-- doc/gdbmtool.1 | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') 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 . */ -.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 . */ -.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 -- cgit v1.2.1