Closed jzacsh closed 2 years ago
I’ve pushed your fix to the Debian-specific assets, too: https://salsa.debian.org/manpages-team/debian-assets/-/commit/9d7bae59c19070076032f7b8bce58c7d9e3e4a81
I have also started a full re-render so that manpages.debian.org picks up the changes. It’ll probably be a day or two until all pages are rendered and synchronized to all web servers.
tl;dr synonymous flags become unreadable because they're accidentally rendered ontop of eacother's pixels.
It appears that whenever there's an empty
dd
it causes the multiple synonymousdt
s (eg:-k
and--DOS-names
synonyms orzip(1)
) then the first n-1 synonyms have a necessarily empty<dd>
that cause all the synomyms to get rendered on top of eachother and become illegible. Interestingly there's a seemingly relevantclear: right
but it doesn't appear to do anything, at least not now-a-days, so I'll send a fix to simply replace it.bug (before fix)
Here's a bunch of examples of the buggy behavior:
after fix
After fixing - by replacing this particular
clear: right
withclear: both
- here's what things look like: