From: Hallvard Furuseth Date: Fri, 17 Apr 2009 21:08:46 +0000 (+0000) Subject: ITS#5975: Fix pidfile/argsfile doc - they are independent of debug mode. X-Git-Tag: ACLCHECK_0~623 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5adf46879fae11f21de6ceb7e35fb82ab7d5b976;p=openldap ITS#5975: Fix pidfile/argsfile doc - they are independent of debug mode. --- diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index 2321196f8b..b05b7acf47 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. @@ -631,11 +630,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 495b446e75..da0356460a 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. @@ -765,11 +764,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