]> git.sur5r.net Git - openldap/commitdiff
ITS#5076
authorGavin Henry <ghenry@openldap.org>
Mon, 6 Aug 2007 17:15:25 +0000 (17:15 +0000)
committerGavin Henry <ghenry@openldap.org>
Mon, 6 Aug 2007 17:15:25 +0000 (17:15 +0000)
doc/man/man3/Deprecated
doc/man/man3/lber-types.3
doc/man/man3/ldap_bind.3
doc/man/man3/ldap_get_option.3
doc/man/man3/ldap_parse_vlv_control.3
doc/man/man3/ldap_rename.3
doc/man/man3/ldap_search.3
doc/man/man3/ldap_sync.3

index 6d850c0368d0350230778e2a3357a954c88c18c6..3b7f6960abc62cdc299168de4820c0a8daa9126a 100644 (file)
@@ -1,7 +1,7 @@
 Deprecated interfaces generally remain in the library.  The macro
 LDAP_DEPRECATED can be defined to a non-zero value
 (e.g., -DLDAP_DEPRECATED=1) when compiling program designed to use
-deprecated interaces.  It is recommended that developers writing new
+deprecated interfaces.  It is recommended that developers writing new
 programs, or updating old programs, avoid use of deprecated interfaces.
 Over time, it is expected that documentation (and, eventually, support) for
 deprecated interfaces to be eliminated.
index fa3e2fcdcab524813feba5df6b3955ef4b458f7f..a58c4f3cfe241589909f4494a9fc5ac0ac868cad 100644 (file)
@@ -90,7 +90,7 @@ points to
 .B bv_len
 octets.
 .B bv_val
-is not necessarily terminated by a NUL (zero) octet.
+is not necessarily terminated by a NULL (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 07c4129fbbc8f79d9c56f5cd1c348103f5c2468b..6b26f843118347a82a13bd433a566b65e3822154 100644 (file)
@@ -265,7 +265,7 @@ The
 .B ldap_unbind_ext()
 and
 .B ldap_unbind_ext_s()
-allows the operations to sepicify  controls.
+allows the operations to specify  controls.
 .SH ERRORS
 Asynchronous routines will return -1 in case of error, setting the
 \fIld_errno\fP parameter of the \fIld\fP structure.  Synchronous
index b98906d7562158ede61a95f14b6359d72bdee5ee..ab795520e5ced78ba2d5ec920f289c5b52db4cb5 100644 (file)
@@ -80,7 +80,7 @@ and they cannot be NULL. Using a struct with seconds set to -1 results
 in an infinite timeout, which is the default.
 .TP
 .B LDAP_OPT_DEREF
-Sets/gets the value that defines when alias deferencing must occur.
+Sets/gets the value that defines when alias dereferencing must occur.
 .BR outvalue 
 and 
 .BR invalue
@@ -187,7 +187,7 @@ the library duplicates the controls passed via
 .B LDAP_OPT_HOST_NAME
 Sets/gets a space-separated list of hosts to be contacted by the library 
 when trying to establish a connection.
-This is now deprecated in favour of
+This is now deprecated in favor of
 .BR LDAP_OPT_URI .
 .BR outvalue
 must be a 
index 526814f1b4a798cabf632103ca6ce0f6610207e3..f0fa8d996906a03b15409e9e719f840fdbbb3a4e 100644 (file)
@@ -38,7 +38,7 @@ in this parameter. If this parameter is set to NULL, the context identifier is
 not returned. You should use this returned context in the next call to
 create a VLV control. When the berval structure is no longer needed, you should
 free the memory by calling the \fIber_bvfree function.e\fP
-\fIerrcodep\fP is an output paremeter, which points to the result code returned
+\fIerrcodep\fP is an output parameter, which points to the result code returned
 by the server. If this parameter is NULL, the result code is not returned.
 .LP 
 See
index 26d4264b9bf4e16670cbf5bd483fbcba8e211b3a..3cd48cc32c1fa804d25354abd1d0d8c405eb52a3 100644 (file)
@@ -49,7 +49,7 @@ structures that list the client controls to use with the search.
 .B ldap_rename
 works just like
 .B ldap_rename_s,
-but the operation is asynchornous. It returns the message id of the request
+but the operation is asynchronous. It returns the message id of the request
 it initiated. The result of this operation can be obtained by calling
 .BR ldap_result(3).
 .SH ERRORS
index f17b62f9e8e439f57f6f58310ad53d78b50368e2..83374caeaea4b0ec98dd7b9883a45fbc3d174adb 100644 (file)
@@ -83,7 +83,7 @@ The description "*" (LDAP_ALL_USER_ATTRIBUTES) may be used to request
 all user attributes to be returned.
 The description "+"(LDAP_ALL_OPERATIONAL_ATTRIBUTES) may be used to
 request all operational attributes to be returned.  Note that this
-requires the server to suppor the LDAP All Operational Attribute
+requires the server to support the LDAP All Operational Attribute
 extension.
 To request no attributes, the description "1.1" (LDAP_NO_ATTRS)
 should be listed by itself.
index 17b97536c4875c40139f75954bfb77d89f710ce6..cdb3358abf07851af5f8203fabf08d0c160c9ffa 100644 (file)
@@ -239,7 +239,7 @@ structure, and sets appropriate values for some members.
 After that, the caller is responsible for setting up the
 connection (member
 .BR ls_ld ),
-evetually setting up transport security (TLS),
+eventually setting up transport security (TLS),
 for binding and any other initialization.
 The caller must also fill all the documented search-related fields
 of the