ITS#7173 Fixing prototype of function in manpage to match prototype in C header.

The prototype for ldap_modify_ext() in the C header file declares
    msgidp as "int *", however the current manpage declares msgidp as
    "int **". This patch updates the manpage to accurately reflect the
    C header.

Signed-off-by: David M. Syzdek <syzdek@bindlebinaries.com>
This commit is contained in:
David M. Syzdek 2012-02-18 05:29:30 -09:00 committed by Howard Chu
parent 465942e74d
commit 0df3b9222a

View file

@ -20,7 +20,7 @@ char *\fIdn\fB,
LDAPMod *\fImods[]\fB,
LDAPControl **\fIsctrls\fB,
LDAPControl **\fIcctrls\fB,
int **\fImsgidp\fB );
int *\fImsgidp\fB );
.RE
.LP
.nf