aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/gdbm.36
-rw-r--r--doc/gdbm.texinfo4
2 files changed, 5 insertions, 5 deletions
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.