X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman3%2Fldap_extended_operation.3;h=0cf5fa40a1d824857b68a45ce3150abc6d717f7f;hb=473e2c997f6b1f226d35da186db8033c922001f3;hp=2723bfb8a33bc9c7617f3d6e70161a9d9644ebcf;hpb=82a24764570a2e594064e3fc087d6ce87f36458e;p=openldap diff --git a/doc/man/man3/ldap_extended_operation.3 b/doc/man/man3/ldap_extended_operation.3 index 2723bfb8a3..0cf5fa40a1 100644 --- a/doc/man/man3/ldap_extended_operation.3 +++ b/doc/man/man3/ldap_extended_operation.3 @@ -1,11 +1,11 @@ .TH LDAP_EXTENDED_OPERATION 3 "RELEASEDATE" "OpenLDAP LDVERSION" .\" $OpenLDAP$ -.\" Copyright 1998-2006 The OpenLDAP Foundation All Rights Reserved. +.\" Copyright 1998-2011 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME ldap_extended_operation, ldap_extended_operation_s \- Extends the LDAP operations to the LDAP server. .SH LIBRARY -OpenLDAP LDAP (libldap, -lldap) +OpenLDAP LDAP (libldap, \-lldap) .SH SYNOPSIS .nf .ft B @@ -32,7 +32,7 @@ const char *\fIrequestoid\fB, const struct berval *\fIrequestdata\fB, LDAPControl **\fIsctrls\fB, LDAPControl **\fIcctrls\fB, -char **\fIretoidp\fB; +char **\fIretoidp\fB, struct berval **\fIretdatap\fB ); .RE .SH DESCRIPTION @@ -62,7 +62,7 @@ The .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).