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