Re: Remove i386 specific mention for pcvtfonts in hier.7

2018-07-11 Thread Jason McIntyre
On Wed, Jul 11, 2018 at 10:34:39AM +0200, Frederic Cambus wrote: > Hi tech@, > > Remove the i386 specific mention for pcvtfonts, they are also installed > on alpha and amd64. > > From share/misc/Makefile: > > .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ > (${MACHINE} ==

Re: Remove i386 specific mention for pcvtfonts in hier.7

2018-07-11 Thread Matthieu Herrb
On Wed, Jul 11, 2018 at 10:34:39AM +0200, Frederic Cambus wrote: > Hi tech@, > > Remove the i386 specific mention for pcvtfonts, they are also installed > on alpha and amd64. I guess they could be installed on all archirectures. load_font is supported on many of them and the risk of forgetting

Remove i386 specific mention for pcvtfonts in hier.7

2018-07-11 Thread Frederic Cambus
Hi tech@, Remove the i386 specific mention for pcvtfonts, they are also installed on alpha and amd64. >From share/misc/Makefile: .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") SUBDIR= pcvtfonts .endif Comments? OK? Index: share/man/man7/hier.7