NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: xsrc/55422: xorg.conf(5) man page missed substitution
The following reply was made to PR xsrc/55422; it has been noted by GNATS.
From: "David H. Gutteridge" <david%gutteridge.ca@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: mrg%netbsd.org@localhost
Subject: Re: xsrc/55422: xorg.conf(5) man page missed substitution
Date: Sat, 27 Jun 2020 15:01:08 -0400
From what I see, there's already handling for this in bsd.x11.mk, it's
just that xorg-server changed the section 1 and 5 man page substitution
strings from __foo__ to @foo@ some time between 1.18.4 and 1.20.3.
(While the section 4 man pages in our tree still use __foo__.) So it
looks like a mechanical process of finding all the @foo@ values, and
adding them to the _X11MANTRANSFORM definition in bsd.x11.mk. In which
case, I can handle this, if no one else is already working on it, or
prefers to work on it themselves. (I'd already been looking at it, as
co-incidentally I noticed the same issue in xorg.conf[5] a few days ago
while I was testing SNA vs. UXA.)
Dave
Home |
Main Index |
Thread Index |
Old Index