From: Howard Chu Date: Sat, 15 Nov 2003 08:40:51 +0000 (+0000) Subject: ITS#2823 delete extraneous argument X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~442 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f23c5d95655d636fedd4c4283cbe887483ea1b15;p=openldap ITS#2823 delete extraneous argument --- diff --git a/doc/man/man3/ldap_bind.3 b/doc/man/man3/ldap_bind.3 index 86dc518822..940b2727ec 100644 --- a/doc/man/man3/ldap_bind.3 +++ b/doc/man/man3/ldap_bind.3 @@ -53,7 +53,7 @@ OpenLDAP LDAP (libldap, -lldap) .LP .BI "int ldap_sasl_interactive_bind_s(LDAP *" ld ", const char *" dn "," .RS -.BI "const char *" mechs ", struct berval *" cred "," +.BI "const char *" mechs "," .BI "LDAPControl *" sctrls "[], LDAPControl *" cctrls "[]," .BI "unsigned " flags ", LDAP_SASL_INTERACT_PROC *" interact "," .BI "void *" defaults ");"