From: Howard Chu Date: Tue, 2 Dec 2003 03:20:03 +0000 (+0000) Subject: ITS#2822 LDAPMOD X-Git-Tag: OPENLDAP_REL_ENG_2_1_24~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32b58e5a19445d54043047578a4762dba602fc61;p=thirdparty%2Fopenldap.git ITS#2822 LDAPMOD --- diff --git a/doc/man/man3/ldap_add.3 b/doc/man/man3/ldap_add.3 index f65bd5e8a2..7391001091 100644 --- a/doc/man/man3/ldap_add.3 +++ b/doc/man/man3/ldap_add.3 @@ -10,16 +10,16 @@ OpenLDAP LDAP (libldap, -lldap) .nf .B #include .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