From 470345e993dbb51401d6d1e681810104180463f8 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 15 Nov 2003 08:34:36 +0000 Subject: [PATCH] ITS#2822 fix typos --- doc/man/man3/ldap_add.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/man3/ldap_add.3 b/doc/man/man3/ldap_add.3 index e42cc279a5..7605776702 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 -- 2.39.5