Blame SOURCES/openldap-manpages.patch

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