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: Sat, 10 Jul 2021 05:22:48 +0000
On Wed, Jan 23, 2019 at 04:20:00PM +0000, David Holland wrote:
> % 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
Stick ^ in the initial awk pattern or it looks for commented out ones.
Also as previously noted these are false positives:
ctty filedesc log ptc pts swap
(though klog(4) for "log" should exist and doesn't)
That leaves these:
ct.4
esh.4
mt.4
pc.4
ppi.4
rd.4
vcoda.4
xencons.4
xenevt.4
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index