Blame SOURCES/openldap-manpages.patch

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