]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#2822 LDAPMOD
authorHoward Chu <hyc@openldap.org>
Tue, 2 Dec 2003 03:20:03 +0000 (03:20 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 2 Dec 2003 03:20:03 +0000 (03:20 +0000)
doc/man/man3/ldap_add.3

index f65bd5e8a21454c086d91daa4699a258a774fca4..7391001091640e093550d96ed40d004195416c95 100644 (file)
@@ -10,16 +10,16 @@ OpenLDAP LDAP (libldap, -lldap)
 .nf
 .B #include <ldap.h>
 .sp
-.BI "int ldap_add(LDAP *" ld ", const char *" dn ", LDAPMOD *" attrs "[]);"
+.BI "int ldap_add(LDAP *" ld ", const char *" dn ", LDAPMod *" attrs "[]);"
 .sp
 .BI "int ldap_add_s(LDAP *" ld ", const char *" dn ", LDAPMod *" attrs "[]);"
 .sp
-.BI "int ldap_add_ext(LDAP *" ld ", const char *" dn ", LDAPMOD *" attrs "[],"
+.BI "int ldap_add_ext(LDAP *" ld ", const char *" dn ", LDAPMod *" attrs "[],"
 .RS
 .BI "LDAPControl *" sctrls "[], LDAPControl *" cctrls "[], int *" msgidp ");"
 .RE
 .sp
-.BI "int ldap_add_ext_s(LDAP *" ld ", const char *" dn ", LDAPMOD *" attrs "[],"
+.BI "int ldap_add_ext_s(LDAP *" ld ", const char *" dn ", LDAPMod *" attrs "[],"
 .RS
 .BI "LDAPControl *" sctrls "[], LDAPControl *" cctrls "[]);"
 .RE