Blame SPECS/openldap-manpages.patch

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