From: David M. Syzdek Date: Sat, 18 Feb 2012 14:29:30 +0000 (-0900) Subject: ITS#7173 Fixing prototype of function in manpage to match prototype in C header. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0df3b9222a7c7ca49a37c70be557b935246b5df8;p=openldap 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 --- diff --git a/doc/man/man3/ldap_modify.3 b/doc/man/man3/ldap_modify.3 index 08417b9a9c..721e26190e 100644 --- a/doc/man/man3/ldap_modify.3 +++ b/doc/man/man3/ldap_modify.3 @@ -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