Page MenuHomeFreeBSD

wpi.4: move hardware to HARDWARE + minor cleanup
ClosedPublic

Authored by concussious.bugzilla_runbox.com on Thu, Oct 17, 6:16 PM.

Details

Summary
wpi.4: move hardware to HARDWARE + minor cleanup

Add devices supported by this driver to a HARDWARE section
for generation in the Hardware Compatibility Notes. While here:

+ describe more consistently with product doc and rest of manual
+ consolidate basics in first paragraph of description
+ mention boot time configuration
+ link networking(7) quick start guide
+ zap deprecated Tn, macro in list width, and "Dq Li" => "Ql"
+ markup some unmarked elements + tag spdx

MFC after:      3 days

The Dl is an "indented literal display", it is a much cleaner way to write a single line, and requires less LOC.
The "Dq Li" is deprecated according to style.mdoc(5) and prefers "Ql" instead, since Li renders differently in different contexts.

This also needs a pending commit to the doc tree. Should I write a few of these and do them all at once?

If this is acceptable, please git commit --author ="Alexander Ziaee <concussious@runbox.com>" so I can demonstrate my activity. Thanks!

Test Plan

Read rendered manual page

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable