aboutsummaryrefslogtreecommitdiff
path: root/doc/gdbm.3
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 /doc/gdbm.3
parent523855fdc76416de494d010cf7b45e656baa8417 (diff)
downloadgdbm-478e6eb666648a9e28f5e5706bf73a47599beeec.tar.gz
gdbm-478e6eb666648a9e28f5e5706bf73a47599beeec.tar.bz2
Minor changes
Diffstat (limited to 'doc/gdbm.3')
-rw-r--r--doc/gdbm.36
1 files changed, 3 insertions, 3 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

Return to:

Send suggestions and report system problems to the System administrator.