]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/ldap_extended_operation.3
Merge branch 'mdb.master' of /home/hyc/OD/mdb
[openldap] / doc / man / man3 / ldap_extended_operation.3
index 2723bfb8a33bc9c7617f3d6e70161a9d9644ebcf..0cf5fa40a1d824857b68a45ce3150abc6d717f7f 100644 (file)
@@ -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).