]> 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)
committerHoward Chu <hyc@openldap.org>
Sat, 18 Feb 2012 23:41:37 +0000 (15:41 -0800)
commit0df3b9222a7c7ca49a37c70be557b935246b5df8
tree39d0bc12f05290984fef0a9f9c0174ab9986d7fa
parent465942e74ddbd8c5b91b9452ee36ec08e335b45f
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