From c521e21946069b0cd4dee72081c34736fce4d1e3 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 17 Jun 2004 23:23:15 +0000 Subject: [PATCH] Okay, fully revert commit before last. --- doc/man/man5/slapd-bdb.5 | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index 8ca2176a6c..861728f225 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -38,23 +38,22 @@ manual page. Specify the size in entries of the in-memory cache maintained by the BDB backend database instance. The default is 1000 entries. -.\" .TP -.\" Undocumented option, should use DB_CONFIG instead -.\" .B checkpoint -.\" Specify the frequency for checkpointing the database transaction log. -.\" A checkpoint operation flushes the database buffers to disk and writes -.\" a checkpoint record in the log. -.\" The checkpoint will occur if either data has been written or -.\" minutes have passed since the last checkpoint. -.\" Both arguments default to zero, in which case they are ignored. -.\" See the Berkeley DB reference guide for more details. -.\" .TP -.\" Undocumented option, should use DB_CONFIG instead -.\" .B dbnosync -.\" Specify that on-disk database contents should not be immediately -.\" synchronized with in memory changes. -.\" Enabling this option may improve performance at the expense of data -.\" security. +.TP +.B checkpoint +Specify the frequency for checkpointing the database transaction log. +A checkpoint operation flushes the database buffers to disk and writes +a checkpoint record in the log. +The checkpoint will occur if either data has been written or + minutes have passed since the last checkpoint. +Both arguments default to zero, in which case they are ignored. +See the Berkeley DB reference guide for more details. +.TP +.B dbnosync +Specify that on-disk database contents should not be immediately +synchronized with in memory changes. +Enabling this option may improve performance at the expense of data +security. +See the Berkeley DB reference guide for more details. .TP .B directory Specify the directory where the BDB files containing this database and -- 2.39.5