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
@@ -310,7 +310,7 @@ physically written to the disk file.
310 310
311.BI "int gdbm_sync (GDBM_FILE " dbf ");" 311.BI "int gdbm_sync (GDBM_FILE " dbf ");"
312 312
313It will not return until the disk file state is syncronized with the 313It will not return until the disk file state is synchronized with the
314in-memory state of the database. 314in-memory state of the database.
315 315
316To convert a \fBgdbm\fR error code into English text, use this routine: 316To convert a \fBgdbm\fR error code into English text, use this routine:

Return to:

Send suggestions and report system problems to the System administrator.