mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
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:
parent
465942e74d
commit
0df3b9222a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue