Bug #5730
Typos in rpc_clnt_create(3nsl) man page
Start date:
2015-03-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
timetout should be changed to timeout here in rpc_clnt_create(3nsl) man page:
CLIENT *clnt_create_timed(const char *host, const rpcprog_t prognum, const rpcvers_t versnum, const nettype, const struct timeval *timetout);
In addition, the nettype parameter have no type specified. It should be char *.
Updated by Marcel Telka almost 6 years ago
- Subject changed from Typo in rpc_clnt_create(3nsl): timetout to Typos in rpc_clnt_create(3nsl) man page
- Assignee set to Marcel Telka
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 20110e4e4d2d67b7e7c7309d1733ee00a499c491
commit 20110e4e4d2d67b7e7c7309d1733ee00a499c491 Author: Adam Stevko <adam.stevko@gmail.com> Date: 2015-09-29T21:35:39.000Z 5730 Typos in rpc_clnt_create(3nsl) man page Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>