Blame SOURCES/openldap-manpages.patch

d0db73
Various manual pages changes:
d0db73
* removes LIBEXECDIR from slapd.8
d0db73
* removes references to non-existing manpages (bz 624616)
d0db73
d0db73
diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1
b11fe1
index 353b075..cf37856 100644
d0db73
--- a/doc/man/man1/ldapmodify.1
d0db73
+++ b/doc/man/man1/ldapmodify.1
b11fe1
@@ -382,8 +382,7 @@ exit status and a diagnostic message being written to standard error.
d0db73
 .BR ldap_add_ext (3),
d0db73
 .BR ldap_delete_ext (3),
d0db73
 .BR ldap_modify_ext (3),
d0db73
-.BR ldap_modrdn_ext (3),
d0db73
-.BR ldif (5).
d0db73
+.BR ldif (5)
d0db73
 .SH AUTHOR
d0db73
 The OpenLDAP Project <http://www.openldap.org/>
d0db73
 .SH ACKNOWLEDGEMENTS
d0db73
diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5
b11fe1
index 17b7154..6084298 100644
d0db73
--- a/doc/man/man5/ldap.conf.5
d0db73
+++ b/doc/man/man5/ldap.conf.5
b11fe1
@@ -338,6 +338,7 @@ certificates in separate individual files. The
d0db73
 .B TLS_CACERT
d0db73
 is always used before
d0db73
 .B TLS_CACERTDIR.
d0db73
+The specified directory must be managed with the OpenSSL c_rehash utility.
b11fe1
 .TP
b11fe1
 .B TLS_CERT <filename>
b11fe1
 Specifies the file that contains the client certificate.
d0db73
diff --git a/doc/man/man8/slapd.8 b/doc/man/man8/slapd.8
b11fe1
index 8504b37..f02f1fa 100644
d0db73
--- a/doc/man/man8/slapd.8
d0db73
+++ b/doc/man/man8/slapd.8
d0db73
@@ -5,7 +5,7 @@
d0db73
 .SH NAME
d0db73
 slapd \- Stand-alone LDAP Daemon
d0db73
 .SH SYNOPSIS
d0db73
-.B LIBEXECDIR/slapd 
d0db73
+.B slapd
d0db73
 [\c
b11fe1
 .BR \-V [ V [ V ]]
d0db73
 [\c
b11fe1
@@ -332,7 +332,7 @@ the LDAP databases defined in the default config file, just type:
d0db73
 .LP
d0db73
 .nf
d0db73
 .ft tt
d0db73
-	LIBEXECDIR/slapd
d0db73
+	slapd
d0db73
 .ft
d0db73
 .fi
d0db73
 .LP
b11fe1
@@ -343,7 +343,7 @@ on voluminous debugging which will be printed on standard error, type:
d0db73
 .LP
d0db73
 .nf
d0db73
 .ft tt
d0db73
-	LIBEXECDIR/slapd \-f /var/tmp/slapd.conf \-d 255
d0db73
+	slapd -f /var/tmp/slapd.conf -d 255
d0db73
 .ft
d0db73
 .fi
d0db73
 .LP
b11fe1
@@ -351,7 +351,7 @@ To test whether the configuration file is correct or not, type:
d0db73
 .LP
d0db73
 .nf
d0db73
 .ft tt
d0db73
-	LIBEXECDIR/slapd \-Tt
d0db73
+	slapd -Tt
d0db73
 .ft
d0db73
 .fi
d0db73
 .LP