NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/21345 (Many i386 device man pages are missing)
The following reply was made to PR kern/21345; it has been noted by GNATS.
From: David Holland <dholland-bugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/21345 (Many i386 device man pages are missing)
Date: Wed, 23 Jan 2019 16:16:45 +0000
On Tue, Jan 22, 2019 at 06:35:01PM +0000, Martin Husemann wrote:
> On Tue, Jan 22, 2019 at 05:35:00PM +0000, David Holland wrote:
> >
> > apm(4) probably got removed. Dunno about cmos...
>
> Still there: env MACHINE=i386 man cmos
> (as well as apm(4)).
Erm, I made the list wrong...
% awk '/device-major/ { print $2 ".4" }' < majors.i386 | sort | awk '{ printf "[ -f /usr/share/man/man4/%s ] || [ -f /usr/share/man/man4/i386/%s ] || [ -f /usr/share/man/man4/x86/%s ] || echo %s\n", $1, $1, $1, $1; }' | sh
ct.4
ctty.4
filedesc.4
log.4
mt.4
olms.4
omms.4
opms.4
pc.4
ppi.4
ptc.4
pts.4
rd.4
satlink.4
scd.4
svr4_net.4
swap.4
vcoda.4
xencons.4
xenevt.4
but of those at least ctty, filedesc, ptc, pts, and swap are bogus
hits, and log should appear in section 4 as klog (though it doesn't...)
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index