Blame SOURCES/openldap-manpages.patch

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