Blame SOURCES/openldap-manpages.patch

adf540
Various manual pages changes:
adf540
* removes LIBEXECDIR from slapd.8
adf540
* removes references to non-existing manpages (bz 624616)
adf540
adf540
diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1
adf540
index 3def6da..466c772 100644
adf540
--- a/doc/man/man1/ldapmodify.1
adf540
+++ b/doc/man/man1/ldapmodify.1
adf540
@@ -397,8 +397,7 @@ exit status and a diagnostic message being written to standard error.
adf540
 .BR ldap_add_ext (3),
adf540
 .BR ldap_delete_ext (3),
adf540
 .BR ldap_modify_ext (3),
adf540
-.BR ldap_modrdn_ext (3),
adf540
-.BR ldif (5).
adf540
+.BR ldif (5)
adf540
 .SH AUTHOR
adf540
 The OpenLDAP Project <http://www.openldap.org/>
adf540
 .SH ACKNOWLEDGEMENTS
adf540
diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5
adf540
index cfde143..63592cb 100644
adf540
--- a/doc/man/man5/ldap.conf.5
adf540
+++ b/doc/man/man5/ldap.conf.5
adf540
@@ -317,6 +317,7 @@ certificates in separate individual files. The
adf540
 .B TLS_CACERT
adf540
 is always used before
adf540
 .B TLS_CACERTDIR.
adf540
+The specified directory must be managed with the OpenSSL c_rehash utility.
adf540
 This parameter is ignored with GnuTLS.
adf540
 
adf540
 When using Mozilla NSS, <path> may contain a Mozilla NSS cert/key
adf540
diff --git a/doc/man/man8/slapd.8 b/doc/man/man8/slapd.8
adf540
index b739f4d..e2a1a00 100644
adf540
--- a/doc/man/man8/slapd.8
adf540
+++ b/doc/man/man8/slapd.8
adf540
@@ -5,7 +5,7 @@
adf540
 .SH NAME
adf540
 slapd \- Stand-alone LDAP Daemon
adf540
 .SH SYNOPSIS
adf540
-.B LIBEXECDIR/slapd 
adf540
+.B slapd
adf540
 [\c
adf540
 .BR \-4 | \-6 ]
adf540
 [\c
adf540
@@ -317,7 +317,7 @@ the LDAP databases defined in the default config file, just type:
adf540
 .LP
adf540
 .nf
adf540
 .ft tt
adf540
-	LIBEXECDIR/slapd
adf540
+	slapd
adf540
 .ft
adf540
 .fi
adf540
 .LP
adf540
@@ -328,7 +328,7 @@ on voluminous debugging which will be printed on standard error, type:
adf540
 .LP
adf540
 .nf
adf540
 .ft tt
adf540
-	LIBEXECDIR/slapd \-f /var/tmp/slapd.conf \-d 255
adf540
+	slapd -f /var/tmp/slapd.conf -d 255
adf540
 .ft
adf540
 .fi
adf540
 .LP
adf540
@@ -336,7 +336,7 @@ To test whether the configuration file is correct or not, type:
adf540
 .LP
adf540
 .nf
adf540
 .ft tt
adf540
-	LIBEXECDIR/slapd \-Tt
adf540
+	slapd -Tt
adf540
 .ft
adf540
 .fi
adf540
 .LP
adf540
-- 
adf540
1.8.1.4
adf540