aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-11-27 09:28:31 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-11-27 09:28:31 +0200
commitc2bab35c2f4c936c1a3b1f760ea861d95896669f (patch)
treea215fc242cb97ca6e359607d721120e7d0d6c013
parent0edfeba8d05fd0265aa59781e354be5abbf5ad07 (diff)
downloadgdbm-c2bab35c2f4c936c1a3b1f760ea861d95896669f.tar.gz
gdbm-c2bab35c2f4c936c1a3b1f760ea861d95896669f.tar.bz2
Fix typo in the manpage.
-rw-r--r--doc/gdbm.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gdbm.3 b/doc/gdbm.3
index d803748..d36a852 100644
--- a/doc/gdbm.3
+++ b/doc/gdbm.3
@@ -307,13 +307,13 @@ Unless your database was opened with the \fBGDBM_SYNC\fR flag, \fBgdbm\fR does n
wait for writes to be flushed to the disk before continuing.
The following routine can be used to guarantee that the database is
physically written to the disk file.
.BI "int gdbm_sync (GDBM_FILE " dbf ");"
-It will not return until the disk file state is syncronized with the
+It will not return until the disk file state is synchronized with the
in-memory state of the database.
To convert a \fBgdbm\fR error code into English text, use this routine:
.BI "const char *gdbm_strerror (gdbm_error " errno );

Return to:

Send suggestions and report system problems to the System administrator.