Bug #6270
netdir(3nsl): struct hostserv should be changed to struct nd_hostserv
Status:
New
Priority:
Low
Assignee:
-
Category:
manpage - manual pages
Start date:
2015-09-30
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The struct hostserv should be changed to struct nd_hostserv here in the netdir(3nsl) man page:
struct netbuf ND_ADDR struct nd_addrlist ND_ADDRLIST struct hostserv ND_HOSTSERV struct nd_hostservlist ND_HOSTSERVLIST
and here too:
struct nd_hostservlist { int *h_cnt; /* number of hostservs found */ struct hostserv *h_hostservs; }
In addition, the h_cnt is just a plain int, not a pointer to int.
No data to display