Index: appendix-recommended-versions.sdf
===================================================================
RCS file: /repo/OpenLDAP/pkg/openldap-guide/admin/appendix-recommended-versions.sdf,v
retrieving revision 1.4
diff -u -p -u -r1.4 appendix-recommended-versions.sdf
--- appendix-recommended-versions.sdf	13 Feb 2008 06:35:24 -0000	1.4
+++ appendix-recommended-versions.sdf	16 Jul 2008 16:23:36 -0000
@@ -26,7 +26,7 @@ Database Software|{{PRD:Berkeley DB}}:|
 ||4.4
 ||4.5
 ||4.6
-||Note: It is highly recommended to apply the patches from for a given release.
+||Note: It is highly recommended to apply the patches from Oracle for a given release.
 Threads:
 |POSIX {{pthreads}}|Version
 |Mach {{CThreads}}|Version
Index: install.sdf
===================================================================
RCS file: /repo/OpenLDAP/pkg/openldap-guide/admin/install.sdf,v
retrieving revision 1.47
diff -u -p -u -r1.47 install.sdf
--- install.sdf	13 Feb 2008 06:35:24 -0000	1.47
+++ install.sdf	16 Jul 2008 16:23:36 -0000
@@ -115,7 +115,7 @@ H3: Database Software
 
 OpenLDAP's {{slapd}}(8) {{TERM:BDB}} and {{TERM:HDB}} primary database backends
 require {{ORG[expand]Oracle}} {{PRD:Berkeley DB}}.
-If not available at configure time, you will not be able build
+If not available at configure time, you will not be able to build
 {{slapd}}(8) with these primary database backends.
 
 Your operating system may provide a supported version of
Index: maintenance.sdf
===================================================================
RCS file: /repo/OpenLDAP/pkg/openldap-guide/admin/maintenance.sdf,v
retrieving revision 1.11
diff -u -p -u -r1.11 maintenance.sdf
--- maintenance.sdf	11 Apr 2008 19:48:35 -0000	1.11
+++ maintenance.sdf	16 Jul 2008 16:23:36 -0000
@@ -112,7 +112,7 @@ The advantages of {{F:DB_CONFIG}} usage 
 To figure out the best-practice BDB backup scenario, the reader is highly 
 recommended to read the whole Chapter 9: Berkeley DB Transactional Data Store Applications. 
 This chapter is a set of small pages with examples in C language. Non-programming 
-people can skip this examples without loss of knowledge.
+people can skip these examples without loss of knowledge.
 
 
 H2: Checkpointing
Index: quickstart.sdf
===================================================================
RCS file: /repo/OpenLDAP/pkg/openldap-guide/admin/quickstart.sdf,v
retrieving revision 1.51
diff -u -p -u -r1.51 quickstart.sdf
--- quickstart.sdf	13 Feb 2008 06:35:24 -0000	1.51
+++ quickstart.sdf	16 Jul 2008 16:23:36 -0000
@@ -271,8 +271,7 @@ Note that by default, the {{slapd}}(8) d
 to everybody}} excepting the {{super-user}} (as specified by the
 {{EX:rootdn}} configuration directive).  It is highly recommended
 that you establish controls to restrict access to authorized users.
-Access controls are discussed in the {{SECT:The access Configuration
-Directive}} section of {{SECT:The slapd Configuration File}} chapter.
+Access controls are discussed in the {{SECT:Access Control}} chapter.
 You are also encouraged to read the {{SECT:Security Considerations}},
 {{SECT:Using SASL}} and {{SECT:Using TLS}} sections.
 
Index: runningslapd.sdf
===================================================================
RCS file: /repo/OpenLDAP/pkg/openldap-guide/admin/runningslapd.sdf,v
retrieving revision 1.23
diff -u -p -u -r1.23 runningslapd.sdf
--- runningslapd.sdf	13 Feb 2008 06:35:24 -0000	1.23
+++ runningslapd.sdf	16 Jul 2008 16:23:36 -0000
@@ -21,7 +21,7 @@ The default is normally {{F:/usr/local/e
 
 >	-F <slapd-config-directory>
 
-Specifies the slapd configuration directory. The default is {{F:/usr/local/etc/openldap/slapd.d}}
+Specifies the slapd configuration directory. The default is {{F:/usr/local/etc/openldap/slapd.d}}.
 
 If both {{EX:-f}} and {{EX:-F}} are specified, the config file will be read and converted 
 to config directory format and written to the specified directory.  
Index: schema.sdf
===================================================================
RCS file: /repo/OpenLDAP/pkg/openldap-guide/admin/schema.sdf,v
retrieving revision 1.50
diff -u -p -u -r1.50 schema.sdf
--- schema.sdf	13 Feb 2008 06:35:24 -0000	1.50
+++ schema.sdf	16 Jul 2008 16:23:36 -0000
@@ -123,7 +123,7 @@ authority (e.g., {{ORG:ANSI}}, {{ORG:BSI
 H3: Naming Elements
 
 In addition to assigning a unique object identifier to each schema
-element, you should provide a least one textual name for each
+element, you should provide at least one textual name for each
 element.  Names should be registered with the {{ORG:IANA}} or
 prefixed with "x-" to place in the "private use" name space.
 
@@ -223,7 +223,7 @@ The first attribute, {{EX:name}}, holds 
 specified by OID (1.3.6.1.4.1.1466.115.121.1.15 identifies the
 directoryString syntax).  A length recommendation of 32768 is
 specified.  Servers should support values of this length, but may
-support longer values The field does NOT specify a size constraint,
+support longer values. The field does NOT specify a size constraint,
 so is ignored on servers (such as slapd) which don't impose such
 size limits.  In addition, the equality and substring matching uses
 case ignore rules.  Below are tables listing commonly used syntax
Index: slapdconf2.sdf
===================================================================
RCS file: /repo/OpenLDAP/pkg/openldap-guide/admin/slapdconf2.sdf,v
retrieving revision 1.47
diff -u -p -u -r1.47 slapdconf2.sdf
--- slapdconf2.sdf	11 Apr 2008 19:48:35 -0000	1.47
+++ slapdconf2.sdf	16 Jul 2008 16:23:37 -0000
@@ -171,7 +171,7 @@ to work (except for the two statistics l
 enabled). Log levels may be specified as integers or by keyword.
 Multiple log levels may be used and the levels are additive.
 To display what levels
-correspond to what kind of debugging, invoke slapd with {{EX:-?}}
+correspond to what kind of debugging, invoke slapd with {{EX:-d?}}
 or consult the table below. The possible values for <level> are:
 
 !block table; colaligns="RL"; align=Center; \
Index: slapdconfig.sdf
===================================================================
RCS file: /repo/OpenLDAP/pkg/openldap-guide/admin/slapdconfig.sdf,v
retrieving revision 1.107
diff -u -p -u -r1.107 slapdconfig.sdf
--- slapdconfig.sdf	19 Mar 2008 21:30:08 -0000	1.107
+++ slapdconfig.sdf	16 Jul 2008 16:23:37 -0000
@@ -137,7 +137,7 @@ the {{syslogd}}(8) {{EX:LOG_LOCAL4}} fac
 configured OpenLDAP {{EX:--enable-debug}} (the default) for this
 to work (except for the two statistics levels, which are always
 enabled).  Log levels are additive. To display what numbers
-correspond to what kind of debugging, invoke slapd with {{EX:-?}}
+correspond to what kind of debugging, invoke slapd with {{EX:-d?}}
 or consult the table below. The possible values for <integer> are:
 
 !block table; colaligns="RL"; align=Center; \

