]> git.sur5r.net Git - openldap/commitdiff
Fix typos in prev commit
authorHoward Chu <hyc@openldap.org>
Wed, 19 Jan 2005 22:50:57 +0000 (22:50 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 19 Jan 2005 22:50:57 +0000 (22:50 +0000)
doc/man/man5/slapd-bdb.5

index ae5dbd530fbdb4964a6a2ffa8b06d8fad87bd933..aa16be2a5f811808a533a845f7d0bc8bada3a16a 100644 (file)
@@ -41,14 +41,14 @@ The default is 1000 entries.
 .TP
 .B checkpoint <kbyte> <min>
 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 <kbyte>
 data has been written or <min> 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