Actions
Bug #12752
closedgetipsecprotobyname(3NSL) synopsis is incomplete
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
As seen at https://illumos.org/man/3nsl/getipsecprotobyname the SYNOPSIS of getipsecprotobyname(3NSL) appears to be incomplete:
SYNOPSIS ... int getipsecprotobyname(const char *proto_name ... char *getipsecprotobynum(int proto_nump
Note the lack of closing parentheses. In addition, there's an extra word that appears in error further down:
PARAMETERS ... proto_num A pointer to a protocol number. conditions.
(conditions.)
Updated by Sergio Aguayo about 3 years ago
- Status changed from New to In Progress
- Assignee set to Sergio Aguayo
Updated by Electric Monk about 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 638bc9f013400030354ab6566ae2a5726f7580fa
commit 638bc9f013400030354ab6566ae2a5726f7580fa Author: Sergio Aguayo <sergioag@qmailhosting.net> Date: 2020-08-28T14:00:03.000Z 12752 getipsecprotobyname(3NSL) synopsis is incomplete Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions