Blame SOURCES/openldap-manpages.patch

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