From 0a69f3721d9ee149c16058e91565ac97aad5666a Mon Sep 17 00:00:00 2001
From: Howard Chu <hyc@openldap.org>
Date: Thu, 16 Nov 2006 12:05:25 +0000
Subject: [PATCH] Fix typos

---
 doc/man/man5/slapd-config.5 | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5
index 60a13b6eef..70a1c0275b 100644
--- a/doc/man/man5/slapd-config.5
+++ b/doc/man/man5/slapd-config.5
@@ -1056,9 +1056,8 @@ by <who>).
 If no access controls are present, the default policy
 allows anyone and everyone to read anything but restricts
 updates to rootdn.  (e.g., "olcAccess: to * by * read"). Access
-controls set in the frontend are inherited by all other databases.
-Access controls set in specific databases do not override these
-global settings; they are appended to the global settings.
+controls set in the frontend are appended to any access
+controls set on the specific databases.
 The rootdn of a database can always read and write EVERYTHING
 in that database!
 See
@@ -1076,7 +1075,7 @@ This option puts the database into "read-only" mode.  Any attempts to
 modify the database will return an "unwilling to perform" error.  By
 default, olcReadOnly is FALSE. Note that when this option is set
 TRUE on the frontend, it cannot be reset without restarting the
-server, since further writes to tne config database will be rejected.
+server, since further writes to the config database will be rejected.
 .TP
 .B olcRequires: <conditions>
 Specify a set of conditions to require (default none).
-- 
GitLab