From 67ac3586b8b23d95e313405673dd23f8f1c90b6a Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Wed, 29 Apr 2009 03:58:09 +0000 Subject: [PATCH] ITS#5975 --- CHANGES | 2 ++ doc/man/man5/slapd-config.5 | 12 +++++------- doc/man/man5/slapd.conf.5 | 12 +++++------- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/CHANGES b/CHANGES index f3681dc672..e1116db6b8 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,8 @@ OpenLDAP 2.4.17 Engineering Added test057-memberof-refint (ITS#5395) Documentation admin24 fixed example regex (ITS#6052) + slapd.conf(5) pidfile/argsfile description fix (ITS#5975) + slapd-config(5) pidfile/argsfile description fix (ITS#5975) OpenLDAP 2.4.16 Release (2009/04/05) Fixed libldap GnuTLS with x509v1 CA certs (ITS#5992) diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index 1d73cab33b..bde39220f3 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -142,10 +142,9 @@ allows unauthenticated (anonymous) proxy authorization control to be processed (subject to access controls, authorization and other administrative limits). .TP .B olcArgsFile: -The ( absolute ) name of a file that will hold the +The (absolute) name of a file that will hold the .B slapd -server's command line options -if started without the debugging command line option. +server's command line (program name and options). .TP .B olcAttributeOptions: ... Define tagging attribute options or option tag/range prefixes. @@ -629,11 +628,10 @@ versions of crypt(3) to use an MD5 algorithm and provides provides 31 characters of salt. .TP .B olcPidFile: -The ( absolute ) name of a file that will hold the +The (absolute) name of a file that will hold the .B slapd -server's process ID ( see -.BR getpid (2) -) if started without the debugging command line option. +server's process ID (see +.BR getpid (2)). .TP .B olcPluginLogFile: The ( absolute ) name of a file that will contain log diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index e7d46774bd..4229c7a022 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -108,10 +108,9 @@ allows unauthenticated (anonymous) proxy authorization control to be processed (subject to access controls, authorization and other administrative limits). .TP .B argsfile -The ( absolute ) name of a file that will hold the +The (absolute) name of a file that will hold the .B slapd -server's command line options -if started without the debugging command line option. +server's command line (program name and options). .TP .B attributeoptions [option-name]... Define tagging attribute options or option tag/range prefixes. @@ -763,11 +762,10 @@ versions of crypt(3) to use an MD5 algorithm and provides provides 31 characters of salt. .TP .B pidfile -The ( absolute ) name of a file that will hold the +The (absolute) name of a file that will hold the .B slapd -server's process ID ( see -.BR getpid (2) -) if started without the debugging command line option. +server's process ID (see +.BR getpid (2)). .TP .B referral Specify the referral to pass back when -- 2.39.5