]> git.sur5r.net Git - openldap/commitdiff
ITS#2822 fix typos
authorHoward Chu <hyc@openldap.org>
Sat, 15 Nov 2003 08:34:36 +0000 (08:34 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 15 Nov 2003 08:34:36 +0000 (08:34 +0000)
doc/man/man3/ldap_add.3

index e42cc279a5ca773ea9be6c8c830bead43b34a2d9..7605776702c4d099add0cc565a4df6b448bedee1 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