From: Howard Chu Date: Wed, 19 Jan 2005 22:50:57 +0000 (+0000) Subject: Fix typos in prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_2_21~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a80ed2bf58efccc845d2e9c58584da8cf22c935b;p=openldap Fix typos in prev commit --- 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