From b386c5338e2d86be1d1be6a6a4c54a348c017215 Mon Sep 17 00:00:00 2001 From: Gavin Henry Date: Mon, 6 Aug 2007 17:15:25 +0000 Subject: [PATCH] ITS#5076 --- doc/man/man3/Deprecated | 2 +- doc/man/man3/lber-types.3 | 2 +- doc/man/man3/ldap_bind.3 | 2 +- doc/man/man3/ldap_get_option.3 | 4 ++-- doc/man/man3/ldap_parse_vlv_control.3 | 2 +- doc/man/man3/ldap_rename.3 | 2 +- doc/man/man3/ldap_search.3 | 2 +- doc/man/man3/ldap_sync.3 | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/man/man3/Deprecated b/doc/man/man3/Deprecated index 6d850c0368..3b7f6960ab 100644 --- a/doc/man/man3/Deprecated +++ b/doc/man/man3/Deprecated @@ -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. diff --git a/doc/man/man3/lber-types.3 b/doc/man/man3/lber-types.3 index fa3e2fcdca..a58c4f3cfe 100644 --- a/doc/man/man3/lber-types.3 +++ b/doc/man/man3/lber-types.3 @@ -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. diff --git a/doc/man/man3/ldap_bind.3 b/doc/man/man3/ldap_bind.3 index 07c4129fbb..6b26f84311 100644 --- a/doc/man/man3/ldap_bind.3 +++ b/doc/man/man3/ldap_bind.3 @@ -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 diff --git a/doc/man/man3/ldap_get_option.3 b/doc/man/man3/ldap_get_option.3 index b98906d756..ab795520e5 100644 --- a/doc/man/man3/ldap_get_option.3 +++ b/doc/man/man3/ldap_get_option.3 @@ -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 diff --git a/doc/man/man3/ldap_parse_vlv_control.3 b/doc/man/man3/ldap_parse_vlv_control.3 index 526814f1b4..f0fa8d9969 100644 --- a/doc/man/man3/ldap_parse_vlv_control.3 +++ b/doc/man/man3/ldap_parse_vlv_control.3 @@ -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 diff --git a/doc/man/man3/ldap_rename.3 b/doc/man/man3/ldap_rename.3 index 26d4264b9b..3cd48cc32c 100644 --- a/doc/man/man3/ldap_rename.3 +++ b/doc/man/man3/ldap_rename.3 @@ -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 diff --git a/doc/man/man3/ldap_search.3 b/doc/man/man3/ldap_search.3 index f17b62f9e8..83374caeae 100644 --- a/doc/man/man3/ldap_search.3 +++ b/doc/man/man3/ldap_search.3 @@ -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. diff --git a/doc/man/man3/ldap_sync.3 b/doc/man/man3/ldap_sync.3 index 17b97536c4..cdb3358abf 100644 --- a/doc/man/man3/ldap_sync.3 +++ b/doc/man/man3/ldap_sync.3 @@ -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 -- 2.39.5