From 5ca8773a8b20059b211828ae75d86492b49fc4aa Mon Sep 17 00:00:00 2001
From: Hallvard Furuseth <hallvard@openldap.org>
Date: Mon, 16 Dec 2002 07:31:13 +0000
Subject: [PATCH] Fix typos.

---
 doc/man/man3/ldap.3                 | 2 +-
 doc/man/man3/ldap_parse_reference.3 | 2 +-
 doc/man/man5/slapd-meta.5           | 7 ++++---
 doc/man/man5/slapd.conf.5           | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/doc/man/man3/ldap.3 b/doc/man/man3/ldap.3
index e9954b7ba4..48879e500c 100644
--- a/doc/man/man3/ldap.3
+++ b/doc/man/man3/ldap.3
@@ -159,7 +159,7 @@ synchronously unbind from the LDAP server and close the connection
 equivalent to
 .BR ldap_unbind (3)
 .TP
-.SM ldap_memfree (3)
+.SM ldap_memfree(3)
 dispose of memory allocated by LDAP routines.
 .TP
 .SM ldap_enable_cache(3)
diff --git a/doc/man/man3/ldap_parse_reference.3 b/doc/man/man3/ldap_parse_reference.3
index 61b83433ef..bba42e0d4d 100644
--- a/doc/man/man3/ldap_parse_reference.3
+++ b/doc/man/man3/ldap_parse_reference.3
@@ -37,7 +37,7 @@ If no referrals were returned, \fI*referralsp\fP is set to NULL.
 .LP
 The \fIserverctrlsp\fP parameter will be filled in with an allocated array of
 controls copied from the parsed message. The array should be freed by calling
-.BR ldap_controls_free (3) .
+.BR ldap_controls_free (3).
 If \fIserverctrlsp\fP is NULL, no controls are returned.
 If no controls were returned, \fI*serverctrlsp\fP is set to NULL.
 .LP
diff --git a/doc/man/man5/slapd-meta.5 b/doc/man/man5/slapd-meta.5
index d953d09dcd..2c5ced7cd1 100644
--- a/doc/man/man5/slapd-meta.5
+++ b/doc/man/man5/slapd-meta.5
@@ -99,9 +99,10 @@ Target specification starts with a "uri" directive:
 .B uri <protocol>://[<host>[:<port>]]/<naming context>
 The "server" directive that was allowed in the LDAP backend (although
 deprecated) has been discarded in the Meta backend.
-The <protocol> part can be anything ldap_initialize(3) accepts
-({ldap|ldaps|ldapi} and variants); <host> and <port> may be omitted,
-defaulting to whatever is set in /etc/ldap.conf.
+The <protocol> part can be anything
+.BR ldap_initialize (3)
+accepts ({ldap|ldaps|ldapi} and variants); <host> and <port> may be
+omitted, defaulting to whatever is set in /etc/ldap.conf.
 The <naming context> part is mandatory.
 It must end with one of the naming contexts defined for the backend,
 e.g.:
diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5
index 722cb179aa..e7e27f7bc3 100644
--- a/doc/man/man5/slapd.conf.5
+++ b/doc/man/man5/slapd.conf.5
@@ -1140,7 +1140,7 @@ default slapd configuration file
 .BR slapadd (8),
 .BR slapcat (8),
 .BR slapindex (8),
-.BR slappassword (8),
+.BR slappasswd (8),
 .BR slurpd (8),
 .LP
 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
-- 
GitLab