]> git.sur5r.net Git - openldap/commitdiff
Manpage typos
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 4 Jul 2005 06:57:10 +0000 (06:57 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 4 Jul 2005 06:57:10 +0000 (06:57 +0000)
29 files changed:
doc/man/man1/ldapsearch.1
doc/man/man3/lber-types.3
doc/man/man3/ldap.3
doc/man/man3/ldap_get_dn.3
doc/man/man3/ldap_result.3
doc/man/man3/ldap_schema.3
doc/man/man3/ldap_search.3
doc/man/man5/ldap.conf.5
doc/man/man5/ldif.5
doc/man/man5/slapd-ldap.5
doc/man/man5/slapd-ldbm.5
doc/man/man5/slapd-ldif.5
doc/man/man5/slapd-meta.5
doc/man/man5/slapd-perl.5
doc/man/man5/slapd-sql.5
doc/man/man5/slapd.access.5
doc/man/man5/slapd.conf.5
doc/man/man5/slapd.plugin.5
doc/man/man5/slapo-accesslog.5
doc/man/man5/slapo-chain.5
doc/man/man5/slapo-dynlist.5
doc/man/man5/slapo-glue.5
doc/man/man5/slapo-lastmod.5
doc/man/man5/slapo-ppolicy.5
doc/man/man5/slapo-retcode.5
doc/man/man5/slapo-rwm.5
doc/man/man5/slapo-syncprov.5
doc/man/man8/slaptest.8
doc/man/man8/slurpd.8

index df4cf7227d83015b04be3f5337de4ba515d7ce55..628712b01eee12a8db15d9bccd48d216fe4f092a 100644 (file)
@@ -128,7 +128,7 @@ makes control critical.
 .BI \-S \ attribute
 Sort the entries returned based on \fIattribute\fP. The default is not
 to sort entries returned.  If \fIattribute\fP is a zero-length string (""),
-the entries are sorted by the components of their Distingished Name.  See
+the entries are sorted by the components of their Distinguished Name.  See
 .BR ldap_sort (3)
 for more details. Note that
 .B ldapsearch
index 7ea74dd9c7ee574d33c8cbad3ebb8895cfea544e..be43c963b52baa5f02cd93e1cd355d1583dc182e 100644 (file)
@@ -88,7 +88,7 @@ points to
 .B bv_len
 octets.
 .B bv_val
-is not necessarly terminated by a NUL (zero) octet.
+is not necessarily terminated by a NUL (zero) octet.
 .BR ber_bvfree ()
 frees a BerValue, pointed to by \fIbv\fP, returned from this API.  If \fIbv\fP
 is NULL, the routine does nothing.
index fae4ee2bf7daa372a20cfa8991a8e88bcb5441c3..f75c3b991209b22f07ab7c3c887a7b227be2f6f0 100644 (file)
@@ -60,9 +60,9 @@ Errors can be interpreted by calling
 .BR ldap_err2string (3).
 .SH LDAP versions
 This library supports version 3 of the Lightweight Directory Access
-Protocol (LDAPv3) as defined in RFC 3377.  It also supports a varient
+Protocol (LDAPv3) as defined in RFC 3377.  It also supports a variant
 of version 2 of LDAP as defined by U-Mich LDAP and, to some degree,
-RFC 1777.  Version 2 (all varients) should be viewed as obsolete.
+RFC 1777.  Version 2 (all variants) should be viewed as obsolete.
 Version 3 should be used instead.
 .LP
 For backwards compatibility reasons, the library defaults to version 2.
index c1757770decd0299b9ad51529a8f6487647bcb66..59d8b4c4691b87e1bc8a99a1443c9f406e1ee227 100644 (file)
@@ -184,7 +184,7 @@ is used to turn a DN as returned by
 .BR ldap_get_dn (3)
 into a more user-friendly form, stripping off all type names.  See
 "Using the Directory to Achieve User Friendly Naming" (RFC 1781)
-for more details on the UFN format.  Due to the ambigious nature
+for more details on the UFN format.  Due to the ambiguous nature
 of the format, it is generally only used for display purposes.
 The space for the UFN returned is obtained dynamically and the user
 is responsible for freeing it via a call to
index 64552a55afc3b3991ccd7231a5b257ed9bcdf68b..34756156d317ea309a8e86e01675e750f8f1c06b 100644 (file)
@@ -62,13 +62,13 @@ the responses of a search operation.
 .LP
 A search response is made up of zero or
 more search entries, zero or more search references, and zero or
-more extended parital responses followed by a search result.  If
+more extended partial responses followed by a search result.  If
 \fIall\fP is set to 0, search entries will be returned one at a
 time as they come in, via separate calls to
 .BR ldap_result() .
 If it's set to 1, the search
 response will only be returned in its entirety, i.e., after all entries,
-all references, all extended parital responses, and the final search
+all references, all extended partial responses, and the final search
 result have been received.
 .LP
 Upon success, the type of the result received is returned and the
index d72e308928ecfccbcadd2b5393de06f45039d26e..93b007a01c9c7748cfe7748c20fb10f23c3efe69 100644 (file)
@@ -119,7 +119,7 @@ int code;
 These routines are used to parse schema definitions in the syntax
 defined in RFC 2252 into structs and handle these structs.  These
 routines handle four kinds of definitions: syntaxes, matching rules,
-attribute types and objectclasses.  For each definition kind, four
+attribute types and object classes.  For each definition kind, four
 routines are provided.
 .LP
 .B ldap_str2xxx()
index 18d678c368ff6c31410df78a450d5dc1f39cf78a..5beb48636b6d77adf11e26f36b4b8c501bb1680e 100644 (file)
@@ -56,7 +56,7 @@ the message id of the operation it initiated.
 \fIScope\fP is the scope of the search and should be one of LDAP_SCOPE_BASE,
 to search the object itself,
 LDAP_SCOPE_ONELEVEL, to search the object's immediate children,
-or LDAP_SCOPE_SUBTREE, to search the object and all its descendents.
+or LDAP_SCOPE_SUBTREE, to search the object and all its descendants.
 .LP
 \fIFilter\fP is a string
 representation of the filter to apply in the search.  Simple filters
index a2a3141494dbc78b0fd2d749e16fe5d8a1a062e8..8361cb5a1fda42a4d7959d02853f74f5e1a59163 100644 (file)
@@ -55,7 +55,8 @@ The different configuration options are:
 Specifies the URI(s) of an LDAP server(s) to which the
 .I LDAP 
 library should connect.  The URI scheme may be either
-.BR ldap or
+.B ldap
+or
 .B ldaps 
 which refer to LDAP over TCP and LDAP over SSL (TLS) respectively.
 Each server's name can be specified as a
@@ -260,7 +261,7 @@ is immediately terminated. This is the default setting.
 .TP
 .B TLS_CRLCHECK <level>
 Specifies if the Certificate Revocation List (CRL) of the CA should be 
-used to verify if the server certicates have not been revoked. This
+used to verify if the server certificates have not been revoked. This
 requires
 .B TLS_CACERTDIR
 parameter to be set.
index d5abe38c83f4d193503a719c3ffbbfaa5571baa2..5d2e17376ac1fd25bdfa1da1c217ce8a01faef2f 100644 (file)
@@ -38,7 +38,7 @@ or tab, e.g.,
 .ft
 .fi
 .LP
-Lines beginning with a sharpe sign ('#') are ignored.
+Lines beginning with a sharp sign ('#') are ignored.
 .LP
 Multiple attribute values are specified on separate lines, e.g.,
 .LP
index f36edf25a58415409a32a8976546c62565601867..80e408ffb68520970bc9419e7ec9d40704fd075c 100644 (file)
@@ -294,7 +294,7 @@ in conjunction with Proxy Authorization.
 .B rebind-as-user {NO|yes}
 If this option is given, the client's bind credentials are remembered
 for rebinds when chasing referrals.  Useful when
-\fBchase-referrals\fP is set to \fByes\P, useless otherwise.
+\fBchase-referrals\fP is set to \fByes\fP, useless otherwise.
 
 .TP
 .B chase-referrals {YES|no}
@@ -317,7 +317,7 @@ enable if the remote server supports absolute filters
 (see \fIdraft-zeilenga-ldap-t-f\fP for details).
 If set to
 .BR discover ,
-support is detected by reading the remote server's rootDSE.
+support is detected by reading the remote server's root DSE.
 
 .SH BACKWARD COMPATIBILITY
 The LDAP backend has been heavily reworked between releases 2.2 and 2.3;
@@ -360,7 +360,7 @@ and may be dismissed in the future.
 .B idassert-authcDN "<administrative DN for proxyAuthz purposes>"
 DN which is used to propagate the client's identity to the target
 by means of the proxyAuthz control when the client does not
-belong to the DIT fragment that is being proxyied by back-ldap.
+belong to the DIT fragment that is being proxied by back-ldap.
 This directive is obsoleted by
 .BR idassert-bind ,
 and may be dismissed in the future.
index 3bff2270e26fb872ce62cb11c036bcd0d20eba03..3aea63bb6cc87e987c88158c35a002724222a337 100644 (file)
@@ -53,7 +53,7 @@ Flush dirty database buffers to disk every
 seconds.
 Implies
 .B dbnosync
-(ie. indvidual updates are no longer written to disk).
+(ie. individual updates are no longer written to disk).
 It attempts to avoid syncs during periods of peak activity by waiting
 .B <delayinterval>
 seconds if the server is busy, repeating this delay up to
index 8360fd9861be72cb9bc4e8693e45b3d4b4a03f9c..4f28cefc04022b93ae23e8db2656810c258ce92a 100644 (file)
@@ -48,6 +48,6 @@ default slapd configuration file
 .SH SEE ALSO
 .BR slapd.conf (5),
 .BR slapd (8),
-.BR LDIF (5).
+.BR ldif (5).
 .SH AUTHOR
 Eric Stokes
index 83b0817e38ad4b761731cadd30472100ddb2d2c0..e686aaf9a71ac767a3cef45f7efd78dcef235526 100644 (file)
@@ -135,7 +135,7 @@ Multiple URIs may be defined in a single argument.  The URIs must
 be separated by TABs (e.g. '\\t'; commas or spaces, unlike back-ldap,
 will not work,
 because they are legal in the <naming context>, and we don't want to use
-URL-encoded <namimg context>s), and the additional URIs must have
+URL-encoded <naming context>s), and the additional URIs must have
 no <naming context> part.  This causes the underlying library
 to contact the first server of the list that responds.
 .RE
@@ -191,12 +191,12 @@ enable if the remote server supports absolute filters
 (see \fIdraft-zeilenga-ldap-t-f\fP for details).
 If set to
 .BR discover ,
-support is detected by reading the remote server's rootDSE.
+support is detected by reading the remote server's root DSE.
 
 .TP
 .B onerr {CONTINUE|stop}
 This directive allows to select the behavior in case an error is returned
-by one targe during a search. 
+by one target during a search.
 The default, \fBcontinue\fP, consists in continuing the operation, 
 trying to return as much data as possible.
 If this statement is set to \fBstop\fP, the search is terminated as soon 
@@ -405,7 +405,7 @@ of flags.
 The underlying concept is to build a lightweight rewrite module
 for the slapd server (initially dedicated to the LDAP backend).
 .SH Passes
-An incoming string is matched agains a set of rules.
+An incoming string is matched against a set of rules.
 Rules are made of a regex match pattern, a substitution pattern
 and a set of actions, described by a set of flags.
 In case of match a string rewriting is performed according to the
@@ -415,7 +415,7 @@ The actions, if any, are finally performed.
 The substitution pattern allows map resolution of substrings.
 A map is a generic object that maps a substitution pattern to a value.
 The flags are divided in "Pattern matching Flags" and "Action Flags";
-the former alter the regex match pattern behaviorm while the latter
+the former alter the regex match pattern behavior while the latter
 alter the action that is taken after substitution.
 .SH "Pattern Matching Flags"
 .TP
@@ -527,7 +527,7 @@ operation structure which can be dereferenced later; operator
 assigns a variable in the rewrite context scope; operator
 .B &&
 assigns a variable that scopes the entire session, e.g. its value
-can be derefenced later by other rewrite contexts
+can be dereferenced later by other rewrite contexts
 .TP
 .B *
 variable dereferencing; <name> must refer to a variable that is
@@ -619,7 +619,7 @@ altering too much the configuration file).
 <Context name> is the name that identifies the context, i.e. the name
 used by the application to refer to the set of rules it contains.
 It is used also to reference sub contexts in string rewriting.
-A context may aliase another one.
+A context may alias another one.
 In this case the alias context contains no rule, and any reference to
 it will result in accessing the aliased one.
 .TP
index 91d00776ef17d7e7c225040bcd5d2af056ac6d59..0e3afc1f1a6ea495356003658476151df8e68e4e 100644 (file)
@@ -58,7 +58,7 @@ It arguments are as follows:
   * object reference
   * base DN
   * scope
-  * alias deferencing policy
+  * alias dereferencing policy
   * size limit
   * time limit
   * filter string
@@ -161,7 +161,7 @@ filter in the search request), rather than search results to be
 returned directly to the client.
 .SH EXAMPLE
 There is an example Perl module `SampleLDAP' in the slapd/back-perl/
-direcetory in the OpenLDAP source tree.
+directory in the OpenLDAP source tree.
 .SH ACCESS CONTROL
 The
 .B passwd
index 924acae12ab14ea5de2e6c87617d14c03325a73b..fd2c9f6003294d31af60048bb53c15668681f7e8 100644 (file)
@@ -105,7 +105,7 @@ Do not use the subtree condition when the searchBase is the database
 suffix, and the scope is subtree; rather collect all entries.
 
 .RE
-.SH STAMEMENT CONFIGURATION
+.SH STATEMENT CONFIGURATION
 These options specify SQL query templates for loading schema mapping
 metainformation, adding and deleting entries to ldap_entries, etc.
 All these and subtree_cond should have the given default values.
@@ -250,7 +250,7 @@ or double quotes.
 .B has_ldapinfo_dn_ru { NO | yes }
 Explicitly inform the backend whether the dn_ru column
 (DN in reverse uppercased form) is present in table \fIldap_entries\fP.
-Overrides automatic check (this is required, ofr instance,
+Overrides automatic check (this is required, for instance,
 by PostgreSQL/unixODBC).
 This is \fIexperimental\fP and may change in future releases.
 
@@ -642,7 +642,7 @@ to existing RDBMS storages that need to be published in LDAP form.
 .LP
 The \fBhasSubordintes\fP operational attribute is honored by back-sql
 in search results and in compare operations; it is partially honored
-also in filtering.  Owing to design limitations, a (braindead?) filter
+also in filtering.  Owing to design limitations, a (brain-dead?) filter
 of the form
 \fB(!(hasSubordinates=TRUE))\fP
 will give no results instead of returning all the leaf entries, because
index c4189526b5182f2d5095bdfaaad1abca468c1f56..15df671a0ee62f6d2d542cb16b5a15edb60ac6ee 100644 (file)
@@ -853,7 +853,7 @@ The
 .B modify
 operation requires 
 .B write (=w)
-privileges on the attibutes being modified.
+privileges on the attributes being modified.
 .LP
 The
 .B modrdn
@@ -950,7 +950,7 @@ in
 and
 .B <who>
 clauses, to avoid possible incorrect specifications of the access rules 
-as well as for performance (avoid unrequired regex matching when an exact
+as well as for performance (avoid unnecessary regex matching when an exact
 match suffices) reasons.
 .LP
 An administrator might create a rule of the form:
index f19dd7018daff6cebe123e40d10ae06e1390ca9b..fcd80166e3b2b6db1d1729940fe1e51999e77777 100644 (file)
@@ -944,7 +944,7 @@ setting must be chosen to enable SASL EXTERNAL authentication.
 .TP
 .B TLSCRLCheck <level>
 Specifies if the Certificate Revocation List (CRL) of the CA should be 
-used to verify if the client certicates have not been revoked. This
+used to verify if the client certificates have not been revoked. This
 requires
 .B TLSCACertificatePath
 parameter to be set.
@@ -1155,13 +1155,13 @@ The
 .BR unchecked
 specifier sets a limit on the number of candidates a search request is allowed
 to examine.
-The rationale behind it is that searches for non-properly indicized
+The rationale behind it is that searches for non-properly indexed
 attributes may result in large sets of candidates, which must be 
 examined by
 .BR slapd (8)
 to determine whether they match the search filter or not.
 The
-.B unckeched
+.B unchecked
 limit provides a means to drop such operations before they are even 
 started.
 If the selected candidates exceed the 
index 85f12d4519da4e34224d4173d91c37b0962e6c02..bc7cdc9f676001ad2e3fb0f26f10381f06cf3dae 100644 (file)
@@ -106,7 +106,7 @@ its value also affects the plugin search path.
 In general the search path is made of colon-separated paths; usually
 the user-defined path is searched first; then the value of the
 \fILTDL_LIBRARY_PATH\fP environment variable, if defined, is used;
-finally, the systemi-specific dynamic load path is attempted (e.g. on
+finally, the system-specific dynamic load path is attempted (e.g. on
 Linux the value of the environment variable \fILD_LIBRARY_PATH\fP).
 Please carefully read the documentation of ltdl because its behavior 
 is very platform dependent.
index 4d195152a8536a7676697634f307aa8bc5778f37..0b1cf78c284b0c9ddac86b718dc9562145590d48 100644 (file)
@@ -120,7 +120,7 @@ class is as follows:
 .RE
 .P
 Note that all of the OIDs used in the logging schema currently reside
-under the OpenLDAP Experimental branch. It is anticipated that thay
+under the OpenLDAP Experimental branch. It is anticipated that they
 will migrate to a Standard branch in the future.
 
 An overview of the attributes follows:
@@ -164,7 +164,8 @@ session by a Bind request (if any) but may be altered in various
 circumstances.
 
 The
-.BR reqControls and
+.B reqControls
+and
 .B reqRespControls
 attributes carry any controls sent by the client on the request and returned
 by the server in the response, respectively. The attribute values are just
index f3ab4c4718ff9a8c0f934d71198b7859f928d190..27f9b5a2ba8f30d3ed431a2dedf899e09c1ca2a1 100644 (file)
@@ -34,7 +34,7 @@ database or to other stacked overlays.
 .LP
 There are no chain overlay specific directives; however, directives 
 related to the \fIldap\fP database that is implicitly instantiated 
-by the overlay may assume a special meaning when used in conjuction 
+by the overlay may assume a special meaning when used in conjunction
 with this overlay.  They are described in
 .BR slapd-ldap (5).
 .TP
index f967d9617d5a66a521bac43a91a1b02980bfab0f..c5eb9f0e38b7de56596f9adc13e54a6bc3cb8ab0 100644 (file)
@@ -3,7 +3,7 @@
 .\" Copying restrictions apply.  See the COPYRIGHT file.
 .\" $OpenLDAP$
 .SH NAME
-slapo-dynlist \- dynnamic list overlay
+slapo-dynlist \- Dynamic List overlay
 .SH SYNOPSIS
 ETCDIR/slapd.conf
 .SH DESCRIPTION
@@ -56,7 +56,7 @@ occurs for that specific URI.  This statement is required.
 .B dynlist-member-ad <attributeName>
 The name of the attributeDescription that will list the DN of the entries
 resulting from the internal search.  This statement is optional and, if
-present, changes the behvior of the overlay into that of a dynamic group.
+present, changes the behavior of the overlay into that of a dynamic group.
 The <attrs> portion of the URI is ignored, and the DNs of all the entries 
 resulting from the expansion of the URI are listed as values of this 
 attribute.
index 6591acf11d9f263606ba6c9565037bc59f521586..f9195bffcff39445a0a165091691d644f0c27312 100644 (file)
@@ -36,7 +36,7 @@ database. The specified database must have already been configured. If the
 optional \fBasync\fP keyword is supplied, searches against this database may
 be spawned in a separate thread to run concurrently with other operations
 (currently not implemented).  If the optional \fBadvertise\fP flag 
-is supplied, the naming context is advertised in the rootDSE.
+is supplied, the naming context is advertised in the root DSE.
 .SH FILES
 .TP
 ETCDIR/slapd.conf
index ea9e7462ea0df317827f868bff77f7d830fc5567..99537163eedbe8eac4089c348516532881a6fb33 100644 (file)
@@ -9,7 +9,7 @@ ETCDIR/slapd.conf
 .LP
 The 
 .B lastmod
-overlay creates aa service entry rooted at the suffix of the database
+overlay creates a service entry rooted at the suffix of the database
 it's stacked onto, which holds the DN, the modification type,
 the modifiersName and the modifyTimestamp of the last write operation
 performed on that database.
@@ -80,7 +80,7 @@ of the overlay.
 .B lastmodEnabled
 .P
 This attribute contains a boolean flag that determines the status
-of the overlay.  It can be latered via protocol by issuing a modify
+of the overlay.  It can be altered via protocol by issuing a modify
 operation that replaces the value of the attribute.
 .LP
 .RS 4
@@ -104,7 +104,7 @@ operational, since they can logically be altered only by the DSA.
 
 .B lastmodDN
 .P
-This attribute contains the distingyished name of the entry 
+This attribute contains the distinguished name of the entry
 that was last modified within the naming context of a database.
 .LP
 .RS 4
@@ -172,7 +172,7 @@ So far, the OIDs for the schema haven't been assigned yet.
 
 .SH ACKNOWLEDGEMENTS
 .P
-This module was written in 2004 by Pierangelo Masarati in fulfilment
+This module was written in 2004 by Pierangelo Masarati in fulfillment
 of requirements from SysNet s.n.c.; this man page has been copied
 from 
 .BR slapo-ppolicy (5),
index 929a6e4ce20b224efa184450c7fd404ce00e8f6f..cc95469adb33c5ff3c1053ca7989a5ebb9402c15 100644 (file)
@@ -41,7 +41,7 @@ and no default is given, then no policies will be enforced.
 Specify that cleartext passwords present in Add and Modify requests should
 be hashed before being stored in the database. This violates the X.500
 information model, but may be needed to compensate for LDAP clients that
-don't use the PasswordModify exop to manage passwords.
+don't use the Password Modify exop to manage passwords.
 .TP
 .B ppolicy_use_lockout
 A client will always receive an LDAP
@@ -507,7 +507,7 @@ object.  If it does not exist, the
 module will enforce the default password policy rules on the
 user associated with this authenticating DN. If there is no
 default, or the referenced subentry does not exist, then no
-policy rules wil be enforced.
+policy rules will be enforced.
 .LP
 .RS 4
 (  1.3.6.1.4.1.42.2.27.8.1.23
index 5fae8b170e5e1d7f390da94a1f823f759fa2ff15..13c006ad6ff5b0da440f274de7a9b5f1edef9989 100644 (file)
@@ -2,9 +2,9 @@
 .\" Copyright 1998-2004 The OpenLDAP Foundation, All Rights Reserved.
 .\" Copying restrictions apply.  See the COPYRIGHT file.
 .\" Copyright 2001, Pierangelo Masarati, All rights reserved. <ando@sys-net.it>
-.\" $Header$
+.\" $OpenLDAP$
 .SH NAME
-slapo-retcode \- dynamic listing overlay
+slapo-retcode \- return code overlay
 .SH SYNOPSIS
 ETCDIR/slapd.conf
 .SH DESCRIPTION
@@ -12,7 +12,7 @@ The
 .B retcode
 overlay to
 .BR slapd (8)
-is usefult to test the behavior of clients when server-generated erroneous
+is useful to test the behavior of clients when server-generated erroneous
 and/or unusual responses occur, e.g. error codes, referrals, 
 excessive response times and so on.
 
index a2a19fde55052308fab53a9c4fe8f359488a98e5..a95e9276d453aa361849e6a33dc7fc6ee26cdb04 100644 (file)
@@ -39,7 +39,7 @@ slapd's schema, some attribute names might be different but serve the
 same purpose, etc.
 If local or foreign name is `*', the name is preserved.
 If local name is omitted, the foreign name is removed.
-Unmapped names are preseved if both local and foreign name are `*',
+Unmapped names are preserved if both local and foreign name are `*',
 and removed if local name is omitted and foreign name is `*'.
 .LP
 The local 
@@ -120,7 +120,7 @@ The underlying concept is to build a lightweight rewrite module
 for the slapd server (initially dedicated to the LDAP backend):
 .LP
 .SH Passes
-An incoming string is matched agains a set of 
+An incoming string is matched against a set of
 .IR rewriteRules .
 Rules are made of a 
 .IR "regex match pattern" , 
@@ -256,7 +256,7 @@ operation structure which can be dereferenced later; operator
 assigns a variable in the rewrite context scope; operator
 .B &&
 assigns a variable that scopes the entire session, e.g. its value
-can be derefenced later by other rewrite contexts
+can be dereferenced later by other rewrite contexts
 .TP
 .B *
 variable dereferencing; <name> must refer to a variable that is
@@ -363,7 +363,7 @@ altering too much the configuration file).
 <Context name> is the name that identifies the context, i.e. the name
 used by the application to refer to the set of rules it contains.
 It is used also to reference sub contexts in string rewriting.
-A context may aliase another one.
+A context may alias another one.
 In this case the alias context contains no rule, and any reference to
 it will result in accessing the aliased one.
 .TP
index c0b611d834d365af0678dcdbcebc513927e5bd7d..6b12b4e7eaa20d7b162c2346653963f12b66a8ac 100644 (file)
@@ -15,7 +15,7 @@ the root entry of the database.
 
 The contextCSN is updated for every write operation performed against the
 database. To reduce database contention, the contextCSN is only updated in
-memory. The value is written to the detabase on server shutdown and read into
+memory. The value is written to the database on server shutdown and read into
 memory on startup, and maintained in memory thereafter. Checkpoints may be
 configured to write the contextCSN into the underlying database to minimize
 recovery time after an unclean shutdown.
index 2ba6a75be041151a8dd3a8b13744ac1fb437787a..cdedb9479c41dfecfd0ded14630c479b5b3512b5 100644 (file)
@@ -16,7 +16,7 @@ slaptest \- Check the suitability of the slapd.conf file.
 .B Slaptest
 is used to check the conformance of the
 .BR slapd.conf (5)
-configurtion file.
+configuration file.
 It opens the
 .BR slapd.conf (5)
 configuration file, and parses it according to the general 
index 1c2fe8af26a2cce67ec1b6b3fc140ae52bd9d715..22cb35c2b5b66d4310529dc41dbe08365b74b17c 100644 (file)
@@ -37,7 +37,7 @@ command-line option).
 If the replication log file does not exist or is empty,
 .B slurpd
 goes to sleep.  It periodically wakes up and checks to see if there
-are any changes to be propoagated.
+are any changes to be propagated.
 .LP
 When
 .B slurpd