Actions
Bug #13182
closedCMSG_ macros should have man pages
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
socket.h.3head
documents the following macros. It would be nice if these were linked pages to make finding this easier.
- CMSG_DATA(cmsg)
- CMSG_NXTHDR(mhdr, cmsg)
- CMSG_FIRSTHDR(mhdr)
- CMSG_SPACE(len)
- CMSG_LEN(len)
Updated by Electric Monk about 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 221e47fb90c5fcfe7add9a33f6c915ee5253ece9
commit 221e47fb90c5fcfe7add9a33f6c915ee5253ece9 Author: Andy Fiddaman <omnios@citrus-it.co.uk> Date: 2020-10-01T21:28:00.000Z 13175 Add support for IP_RECVTOS 13182 CMSG_ macros should have man pages Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions