]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/ldap_parse_vlv_control.3
Merge remote branch 'origin/mdb.master'
[openldap] / doc / man / man3 / ldap_parse_vlv_control.3
index a33cc7418361af17e5ecb64b7cdb7c8c75aca147..4d8dd54b910291d6d41cd291fab5618864fc35b4 100644 (file)
@@ -1,19 +1,18 @@
 .TH LDAP_PARSE_VLV_CONTROL 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_parse_vlv_control \- Decodes the information returned from a search operation that
-used a VLV (virtual list view) control.
+ldap_parse_vlv_control \- Decode the information returned from a search operation that used a VLV (virtual list view) control
 .SH LIBRARY
-OpenLDAP LDAP (libldap, -lldap)
+OpenLDAP LDAP (libldap, \-lldap)
 .SH SYNOPSIS
 .nf
 .ft B
 #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;
@@ -39,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
@@ -47,7 +46,4 @@ ldap.h for a list of possible return codes.
 .SH SEE ALSO
 .BR ldap_search (3)
 .SH ACKNOWLEDGEMENTS
-.B OpenLDAP
-is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
-.B OpenLDAP
-is derived from University of Michigan LDAP 3.3 Release.  
+.so ../Project