From a7f9086ade0e1e4d8ae32d96b4b5c216d1a39902 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 22 Nov 2009 00:14:44 +0000 Subject: [PATCH] ITS#6394 rid is decimal not hex --- doc/man/man5/slapd-config.5 | 2 +- doc/man/man5/slapd.conf.5 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index 8ec7a52744..24d00bb490 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -1676,7 +1676,7 @@ replication engine. identifies the current .B syncrepl directive within the replication consumer site. -It is a non-negative integer having no more than three digits. +It is a non-negative integer having no more than three decimal digits. .B provider specifies the replication provider site containing the master content diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 8d0e3c88cc..ff4242e19d 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1663,8 +1663,8 @@ replication engine. identifies the current .B syncrepl directive within the replication consumer site. -It is a non-negative integer not greater than 4095 (limited -to three hexadecimal digits). +It is a non-negative integer not greater than 999 (limited +to three decimal digits). .B provider specifies the replication provider site containing the master content -- 2.39.5