NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/58074: .Lk mishandles missing anchor-text
The following reply was made to PR bin/58074; it has been noted by GNATS.
From: Valery Ushakov <uwe%stderr.spb.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/58074: .Lk mishandles missing anchor-text
Date: Mon, 25 Mar 2024 02:24:23 +0300
We have such .Lk instances in several man pages, e.g. mq_open(3) or
iwctl(8). mandoc(1) formats them as expected, but groff's mdoc adds
the bogus ".:"
Surprisingly, savecore(8) has an instance of this as well but groff
formats it correctly, probably doc-width (a global variable) just
happens to have the right value by luck in that specific point in the
document (that same .Lk does get formatted incorrectly if put in
another location).
-uwe
Home |
Main Index |
Thread Index |
Old Index