Actions
Bug #13744
closedscsi_hba_attach_setup(9F) missing a period
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Just noticed that scsi_hba_attach_setup(9F) has the following:
If SCSI_HBA_TRAN_CLONE is requested in hba_flags, the Fa hba_tran structure is cloned once for each target that is attached to the HBA. The use of this flag is deprecated, drivers should instead use SCSI_HBA_ADDR_COMPLEX for per-target data.
The Fa
is obviously a macro that's missing a leading period.
Updated by Jason King about 2 years ago
Testing was a visual inspection of the man page before and after. With the change, the Fa
macro is now being interpreted and hba_tran
is formatted as expected.
Updated by Electric Monk about 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 779e7536581132768ca7b59a0d19bdb89035ef2c
commit 779e7536581132768ca7b59a0d19bdb89035ef2c Author: Jason King <jason.brian.king@gmail.com> Date: 2021-04-24T21:21:22.000Z 13744 scsi_hba_attach_setup(9F) missing a period Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Yuri Pankov <yuripv@yuripv.dev> Approved by: Dan McDonald <danmcd@joyent.com>
Actions