| Summary: | cxgbetool(8) wanting groff on 12.x and other rendering issues | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Pau Amma <pauamma> | ||||
| Component: | Manual Pages | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Open --- | ||||||
| Severity: | Affects Some People | CC: | doc, freebsd, grahamperrin, yuri | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| URL: | https://cgit.freebsd.org/src/tree/usr.sbin/cxgbetool/cxgbetool.8 | ||||||
| See Also: | https://reviews.freebsd.org/D37881 | ||||||
| Bug Depends on: | 268568 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Pau Amma
2022-04-16 02:14:39 UTC
<https://github.com/freebsd/freebsd-src/blob/main/usr.sbin/cxgbetool/cxgbetool.8#L208-L211> are lines 208–211 significant? .TS center expand; cb cb cbw(40m) cb l l. Also, it will help to have an empty line (when rendered) between the table heading and the paragraph that precedes the heading. Created attachment 239031 [details] Screenshot: two Konsole windows (In reply to Pau Amma from comment #0) > … rendering issues … Maybe the gaps pictured in the window to the right? The environment in the window to the left has MANWIDTH set. % echo $MANWIDTH tty % (In reply to Graham Perrin from comment #2) I don't remember what they said the rendering issues were (or whether). But I just tried now that I have a 13.1 handy, and that manual page wants groff here as well. (In reply to Graham Perrin from comment #1) It's a table (tbl(7)) previously processed by tbl(8) and now processed by mandoc that does not seem to have macros inside the table cells implemented hence the UNSUPP warnings and the need for groff. review D37881 tries to implement the table using Bl -column (and fixes other issues reported by lint). |