[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#4677) Typo in ldap_extended_operation man page
Full_Name: Joseph Bruni
Version: 2.4.3alpha
OS: darwin 8.7.1
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (206.201.174.130)
Misspelling of "asynchronous" in man page. See patch:
--- doc/man/man3/ldap_extended_operation.3.orig 2006-09-20 13:39:23.000000000
-0700
+++ doc/man/man3/ldap_extended_operation.3 2006-09-20 13:40:38.000000000 -0700
@@ -62,7 +62,7 @@
.B ldap_extended_operation()
works just like
.BR ldap_extended_operation_s() ,
-but the operation is asynchornous. It provides the message id of
+but the operation is asynchronous. It provides the message id of
the request it initiated in the integer pointed to be \fImsgidp\fP.
The result of this operation can be obtained by calling
.BR ldap_result(3).