aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/gdbm.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gdbm.texi b/doc/gdbm.texi
index 866a672..7f93046 100644
--- a/doc/gdbm.texi
+++ b/doc/gdbm.texi
@@ -1135,6 +1135,13 @@ The caller is responsible for freeing that memory when no longer needed.
@end deftypecv
@end deftypefn
+@kwindex GDBM_RCVR_FORCE
+By default, @code{gdbm_recovery} first checks the database fo
+inconsistencies and attempts recovery only if some were found.
+The special flag bit @code{GDBM_RCVR_FORCE} instructs
+@code{gdbm_recovery} to omit this check and to force recovery
+unconditionally.
+
@node Options
@chapter Setting options
@cindex database options

Return to:

Send suggestions and report system problems to the System administrator.