Bug #11497
ddi_device_acc_attr(9S) has the wrong version number
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
The ddi_device_acc_attr(9S)
manual page lists the current struct version as DDI_DEVICE_ATTR_V0
, but it is actually DDI_DEVICE_ATTR_V1
!
Updated by Robert Mustacchi over 1 year ago
I tested the change by looking at the updated manual page with man(1M).
Updated by Electric Monk over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit a3bfe1dcd8a83b2661def9170b5005a830e8780d
commit a3bfe1dcd8a83b2661def9170b5005a830e8780d Author: Robert Mustacchi <rm@joyent.com> Date: 2019-08-20T18:38:20.000Z 11497 ddi_device_acc_attr(9S) has the wrong version number Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>