aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-07-06 13:12:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2016-07-06 13:12:35 +0000
commit478e6eb666648a9e28f5e5706bf73a47599beeec (patch)
tree5d5c49e6766e1dce19702ef7b933523e13d00b8d
parent523855fdc76416de494d010cf7b45e656baa8417 (diff)
downloadgdbm-478e6eb666648a9e28f5e5706bf73a47599beeec.tar.gz
gdbm-478e6eb666648a9e28f5e5706bf73a47599beeec.tar.bz2
Minor changes
-rw-r--r--ChangeLog5
-rw-r--r--doc/gdbm.36
-rw-r--r--doc/gdbm.texinfo4
3 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 29fef34..e08148b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-07-06 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * doc/gdbm.texinfo: Normal installation prefix is /usr.
+ * doc/gdbm.3: Spell fixes.
+
2016-05-16 Sergey Poznyakoff <gray@gnu.org.ua>
Version 1.12
diff --git a/doc/gdbm.3 b/doc/gdbm.3
index d4f39dd..860829a 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 "December 5, 2015" "GDBM" "GDBM User Reference"
+.TH GDBM 3 "July 6, 2016" "GDBM" "GDBM User Reference"
.SH NAME
GDBM \- The GNU database manager. Includes \fBdbm\fR and \fBndbm\fR
compatibility.
@@ -74,7 +74,7 @@ compatibility.
.br
.BI "int dbmclose (void);"
.PP
-.SS NDBM Compatability routines:
+.SS NDBM Compatibility routines:
.PP
.B #include <ndbm.h>
.sp
@@ -233,7 +233,7 @@ To search for some data, without retrieving it:
the key data to search for.
If the \fIkey\fR is found within the database, the return value
-will be true. If nothing appropiate is found, false is returned.
+will be true. If nothing appropriate is found, false is returned.
This routine is useful for checking for the existence of a record,
without performing the memory allocation done by \fBgdbm_fetch\fR.
.PP
diff --git a/doc/gdbm.texinfo b/doc/gdbm.texinfo
index d1ff23d..6322a9b 100644
--- a/doc/gdbm.texinfo
+++ b/doc/gdbm.texinfo
@@ -233,7 +233,7 @@ int gdbm_count (GDBM_FILE dbf, gdbm_count_t *pcount);
int gdbm_version_cmp (int const a[], int const b[]);
@end example
-The @code{gdbm.h} include file is often in the @file{/usr/local/include}
+The @code{gdbm.h} include file is often in the @file{/usr/include}
directory. (The actual location of @code{gdbm.h} depends on your local
installation of @code{gdbm}.)
@@ -1419,7 +1419,7 @@ option may also be required, depending on where @code{gdbm} is
installed, e.g.:
@example
-cc ... -L/usr/local/lib -lgdbm -lgdbm_compat
+cc ... -lgdbm -lgdbm_compat
@end example
@cindex @samp{dir} file

Return to:

Send suggestions and report system problems to the System administrator.