From da2c46fe2245627ab75aee06922d4a23af7bf2d1 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 14 Aug 2005 08:20:54 +0000 Subject: [PATCH] ITS#3935 fix sessionlog description --- doc/man/man5/slapo-syncprov.5 | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/doc/man/man5/slapo-syncprov.5 b/doc/man/man5/slapo-syncprov.5 index 6b12b4e7ea..7948ba1d87 100644 --- a/doc/man/man5/slapo-syncprov.5 +++ b/doc/man/man5/slapo-syncprov.5 @@ -37,22 +37,19 @@ directive. .TP .B syncprov-checkpoint After a write operation has succeeded, write the contextCSN to the underlying -database if write operations or more than time have passed +database if +.B +write operations or more than +.B +time have passed since the last checkpoint. Checkpointing is disabled by default. .TP -.B syncprov-sessionlog -Specify a session log for recording information about entries that have been -scoped out of the content identified by -.BR . -The number of entries in the log is limited by -.BR . -Both -.B -and +.B syncprov-sessionlog +Specify a session log for recording information about write operations made +on the database. The .B -must be non-negative integers, and -.B -can have no more than three decimal digits. +specifies the number of operations that are recorded in the log. All write +operations (except Adds) are recorded in the log. When using the session log, it is helpful to set an eq index on the entryUUID attribute in the underlying database. .SH FILES -- 2.39.5