]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/ldap_parse_vlv_control.3
Integer indexing - handle huge values
[openldap] / doc / man / man3 / ldap_parse_vlv_control.3
index 526814f1b4a798cabf632103ca6ce0f6610207e3..c4c5738d080eb5e392f12099ed1c7142d3bd84c4 100644 (file)
@@ -12,7 +12,7 @@ OpenLDAP LDAP (libldap, -lldap)
 #include <ldap.h>
 .LP
 .ft B
-int ldap_parse_vlv_control( ld, ctrlp, target_posp, list_countp, contextp, errcodep );  
+int ldap_parse_vlv_control( ld, ctrlp, target_posp, list_countp, contextp, errcodep )
 .ft
 LDAP *ld;
 LDAPControl **ctrlp;
@@ -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