From f23c5d95655d636fedd4c4283cbe887483ea1b15 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 15 Nov 2003 08:40:51 +0000 Subject: [PATCH] ITS#2823 delete extraneous argument --- doc/man/man3/ldap_bind.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ");" -- 2.39.5