]> git.sur5r.net Git - openldap/commitdiff
ITS#7173 Fixing prototype of function in manpage to match prototype in C header.
authorDavid M. Syzdek <syzdek@bindlebinaries.com>
Sat, 18 Feb 2012 14:29:30 +0000 (05:29 -0900)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 21 Feb 2012 00:37:30 +0000 (16:37 -0800)
    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>
doc/man/man3/ldap_modify.3

index 08417b9a9c4e496f85a8222008f62367e8789d0e..721e26190e3705e0b459c05c877c27fd2ed2fae7 100644 (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