Actions
Bug #8231
closedxdr_admin(3nsl): Invalid return types in the man page
Start date:
2017-05-15
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The return types for several functions in the xdr_admin(3nsl)
man page are wrong. Namely:
xdr_inline()
returns rpc_inline_t *, not long *,xdrrec_readbytes()
returns uint_t, not int,xdr_sizeof()
returns uint_t, not unsigned long.
Updated by Marcel Telka almost 6 years ago
Updated by Marcel Telka almost 6 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk almost 6 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit f4a8ddfca5b163fcce5c470e59c5be2dad358d70
commit f4a8ddfca5b163fcce5c470e59c5be2dad358d70 Author: Marcel Telka <marcel@telka.sk> Date: 2017-05-16T15:11:19.000Z 8231 xdr_admin(3nsl): Invalid return types in the man page Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions