ITS#2823 delete extraneous argument

This commit is contained in:
Howard Chu 2003-11-15 08:40:51 +00:00
parent 470345e993
commit f23c5d9565

View file

@ -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 ");"