Page MenuHomeFreeBSD

cxgbetool.8: Fix Minor mechanical issues
ClosedPublic

Authored by ziaee on May 13 2025, 12:44 AM.
Tags
None
Referenced Files
F120584998: D50320.diff
Thu, Jun 19, 8:57 AM
Unknown Object (File)
Wed, Jun 18, 5:46 PM
Unknown Object (File)
Wed, Jun 18, 4:42 PM
Unknown Object (File)
Tue, Jun 17, 1:55 AM
Unknown Object (File)
Mon, Jun 9, 5:00 AM
Unknown Object (File)
Thu, Jun 5, 10:34 AM
Unknown Object (File)
Wed, May 28, 11:50 AM
Unknown Object (File)
Tue, May 27, 9:37 PM
Subscribers

Details

Summary

+ Tag SPDX
+ Macros should not appear in titles, write a hopefully better title
+ Nm needs to be on it's own line in SYNOPSIS, fold it so this page

does not appear in unrelated search results (test case `apropos fw`)

+ Remove Ns's that do nothing and generate linter errors
+ Move list initializers to where they render, correcting linter errors

Unresolved:
This page produces an error when rendered due to the table. I don't know
how to fix that yet, but I'm interested in learning!

Diff Detail

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

Event Timeline

ziaee retitled this revision from cxgbetool.8: Fix some mechanical issues to cxgbetool.8: Fix Minor mechanical issues.May 13 2025, 1:23 AM
mhorne added inline comments.
usr.sbin/cxgbetool/cxgbetool.8
40

Right?

706–708

Or the correct/appropriate wrapping.

This revision is now accepted and ready to land.May 13 2025, 2:03 PM
This revision was automatically updated to reflect the committed changes.

Thanks so much for being thorough and looking into these for me. I think we're improving the quality.