[Bug 267908] audio/sox: man page broken badly.
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 267908] audio/sox man page broken badly."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Nov 2022 00:54:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267908 --- Comment #5 from Dan Nelson <dnelson@allantgroup.com> --- Created attachment 238323 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238323&action=edit work around manpage formatting issues I'm falling deeper into the roff rabbit hole. Putting manual blanks in every place that EE/EX is used feels like a hack... I tried putting the blanks inside the definitions of the two blocks at the top of the manpage, but it seems that those two macro definitions are completely unused. It's as if the default EE/EX macros are overriding the ones defined in the manpage. Globally renaming the macros to something else makes them work, and they include blank lines already. As for the warnings, I'm running 13.1-STABLE from October, and the man wrapper decides to call groff because it runs "mandoc -Tlint -Wunsupp" as a test, and if that fails it calls groff. The test fails with these messages: mandoc: <stdin>:3535:2: UNSUPP: ignoring macro in table: B dcshift mandoc: <stdin>:3549:2: UNSUPP: ignoring macro in table: B vol mandoc: <stdin>:3552:2: UNSUPP: ignoring macro in table: B Clipping Replacing the B markup macros with \fB..\fR font-selection escapes lets mandoc run without warnings. The attached patches address both problems. -- You are receiving this mail because: You are the assignee for the bug.