Skip to content
Snippets Groups Projects
Commit e2f13bc5 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup

parent 0cd4dd55
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,9 @@ OpenLDAP LDAP (libldap, -lldap)
.nf
.B #include <ldap.h>
.LP
.BI "int ldap_get_option(LDAP *" ld ", int" option ", void *" outvalue ");"
.BI "int ldap_get_option(LDAP *" ld ", int " option ", void *" outvalue ");"
.LP
.BI "int ldap_set_option(LDAP *" ld ", int" option ", const void *" invalue ");"
.BI "int ldap_set_option(LDAP *" ld ", int " option ", const void *" invalue ");"
.SH DESCRIPTION
.LP
These routines provide access to options stored either in a LDAP handle
......@@ -22,7 +22,8 @@ either retrieved by
.BR ldap_get_option (3)
or set by
.BR ldap_set_option (3)
is cast to (void *).
is cast to
.BR "void *" .
The actual type is determined based on the value of the
.B option
argument.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment