- use Bl -column instead of TS which allows us to use macros inside the table cells
- fix a lot of other issues reported by mandoc -Tlint
Details
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Patched manual page now renders.
Changes other than to tables affect markup only, not text. (I can't tell for changes to tables.)
Adding np@ as it's somewhat "external" man page, want to be sure it won't break the process for vendor.
Sorry I missed this previously. This man page has a dependency on groff and I'd like to get rid of it eventually (the dependency, not the man page). But my manpage-fu is weak and I'm not sure how to figure out exactly which parts need groff. Will these proposed changes make any difference as far as reliance on groff goes? Okay to check this in either way.
man cxgbetool
This manpage needs groff(1) to be rendered
First install groff(1):
pkg install groff
I believe it's those table tags:
_ ipv4 T{ .Cm type ipv4 T} T{ incoming packet is an IPv4 datagram. T}
Need to convert them to .Bl/.It+Ta/.El, but we'd better ask someone from the manpages to be sure.
Yes, these are the correct macros to use for lists.
If the submitter wants to fix it, I'll be happy to commit it.