Actions
Feature #7924
closedusb_*_request(9S) manual pages should match structure names
Start date:
2017-03-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The various manual pages for the usb_*_request(9S)
manual pages do not match the structure names that folks actually use, which is usb_*_req_t@or @usb_*_req
. We should add aliases for these names so that folks using it can actually find the manual pages.
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
git commit 993e3faf6a142ae3efdd24388883264c2b56bede
commit 993e3faf6a142ae3efdd24388883264c2b56bede Author: Robert Mustacchi <rm@joyent.com> Date: 2017-03-10T18:21:18.000Z 1979 USB 3.0 support 7918 want usb_pipe_xopen(9F) 7919 usbai burst macros for endpoint descriptor are wrong 7920 usba_hcdi_register() should fail if driver is using private data 7921 failing to load the usba root hub module destroys driver parent private data 7922 want ::hubd walker 7923 ::prtusb should include version 7924 usb_*_request(9S) manual pages should match structure names Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Dale Ghent <daleg@omniti.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions