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