]> git.sur5r.net Git - openldap/commit
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)
commit7b23cea98cb2899eb53cfcc3ccd85fea08318964
tree12859678cf6c10a8f388bff6721a0fd41327a1ec
parent189ce991f6f19ef07d32df41c83aab3291f5a0ec
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>
doc/man/man3/ldap_modify.3