Actions
Bug #4239
closedrpc_svc_calls(3nsl): Typo "service service"
Start date:
2013-10-19
Due date:
% Done:
80%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
There is double "service" here in the rpc_svc_calls(3nsl) man page:
The svc_pollfd global variable points to an array of pollfd_t structures that reflect the RPC server's read file descriptor array. This is only of interest if service ser- vice implementors do not call svc_run() but rather do their own asynchronous event processing. This variable is read-
Updated by Bart Coddens almost 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
Easy fix, I will take this one
Updated by Bart Coddens almost 9 years ago
Webrev can be found here:
Updated by Bart Coddens almost 9 years ago
- Status changed from In Progress to Pending RTI
RTI is in progress
Updated by Marcel Telka almost 9 years ago
- Status changed from Pending RTI to Resolved
commit ad17c019951cba3a3dcfcb81207a844fea04f536 Author: Bart Coddens <bart.coddens@gmail.com> Date: Wed Oct 30 20:03:21 2013 +0100 4239 rpc_svc_calls(3nsl): Typo "service service" Reviewed by: Josef Sipek <jeffpc@josefsipek.net> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@nexenta.com>
Actions