aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
307wait for writes to be flushed to the disk before continuing. 307wait for writes to be flushed to the disk before continuing.
308The following routine can be used to guarantee that the database is 308The following routine can be used to guarantee that the database is
309physically written to the disk file. 309physically 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:
317 317
318.BI "const char *gdbm_strerror (gdbm_error " errno ); 318.BI "const char *gdbm_strerror (gdbm_error " errno );
319 319

Return to:

Send suggestions and report system problems to the System administrator.