]> git.sur5r.net Git - openldap/commitdiff
ITS#3935 tweak sessionlog description
authorHoward Chu <hyc@openldap.org>
Sun, 14 Aug 2005 08:35:31 +0000 (08:35 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 14 Aug 2005 08:35:31 +0000 (08:35 +0000)
doc/man/man5/slapo-syncprov.5
servers/slapd/overlays/syncprov.c

index 7948ba1d87d0d105e9812487a0b555cf98b9e17e..02cf2337401561edf7256bccbac8a744b5bc6ee6 100644 (file)
@@ -44,10 +44,10 @@ write operations or more than
 time have passed
 since the last checkpoint. Checkpointing is disabled by default.
 .TP
-.B syncprov-sessionlog <size>
+.B syncprov-sessionlog <ops>
 Specify a session log for recording information about write operations made
 on the database.  The
-.B <size>
+.B <ops>
 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
index bc8d940615cfcb35733da02a916231e028962615..8ff375453f9c2eb9c4412126ae9a09a11271cb52 100644 (file)
@@ -2000,7 +2000,7 @@ static ConfigTable spcfg[] = {
                sp_cf_gen, "( OLcfgOvAt:1.1 NAME 'olcSpCheckpoint' "
                        "DESC 'ContextCSN checkpoint interval in ops and minutes' "
                        "SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
-       { "syncprov-sessionlog", "size", 2, 2, 0, ARG_INT|ARG_MAGIC|SP_SESSL,
+       { "syncprov-sessionlog", "ops", 2, 2, 0, ARG_INT|ARG_MAGIC|SP_SESSL,
                sp_cf_gen, "( OLcfgOvAt:1.2 NAME 'olcSpSessionlog' "
                        "DESC 'Session log size in ops' "
                        "SYNTAX OMsInteger SINGLE-VALUE )", NULL, NULL },