From a80ed2bf58efccc845d2e9c58584da8cf22c935b Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 19 Jan 2005 22:50:57 +0000 Subject: [PATCH] Fix typos in prev commit --- doc/man/man5/slapd-bdb.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index ae5dbd530f..aa16be2a5f 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -41,14 +41,14 @@ The default is 1000 entries. .TP .B checkpoint Specify the frequency for checkpointing the database transaction -log upon updating of the database. A checkpointing flushes the +log upon updating of the database. A checkpoint flushes the database buffers to disk and writes a checkpoint record in the log. Upon a database update, a 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. Note: checkpointing by this directive occurs only upon execution of -a database update. If one desires checkpoinging to occur otherwise, -db_checkpoint(1) or other external process should be used to cause +a database update. If one desires checkpointing to occur otherwise, +db_checkpoint(1) or some other external process should be used to cause a database checkpoint to be taken. See the Berkeley DB reference guide for more details. .TP -- 2.39.2