Subject: bin/8733: man pages should be in machine-specific directory
To: None <gnats-bugs@gnats.netbsd.org>
From: None <D.Thomas@vthrc.uq.edu.au>
List: netbsd-bugs
Date: 11/02/1999 02:16:02
>Number: 8733
>Category: bin
>Synopsis: man pages should be in machine-specific directory
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people (Utility Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Nov 2 02:12:02 1999
>Last-Modified:
>Originator: Danny Thomas
>Organization:
CMCB, The Uni of Queensland
>Release: about 1.4K
>Environment:
>Description:
these three machine specific man page are inadvertently(?) placed in MI directory
>How-To-Repeat:
man grfconfig
wonder why an amiga-specific page shows up
more accurately, run a script which does thorough cross-checking of man page titles, sections, machine & filename/paths
>Fix:
--- /usr/src/usr.sbin/grfconfig/Makefile.orig Sat Oct 30 18:06:41 1999
+++ /usr/src/usr.sbin/grfconfig/Makefile Sat Oct 30 18:08:44 1999
@@ -6,5 +6,6 @@
.endif
MAN= grfconfig.8
+MANSUBDIR=/amiga
.include <bsd.prog.mk>
--- /usr/src/usr.sbin/dbsym/Makefile.orig Sat Oct 30 18:09:35 1999
+++ /usr/src/usr.sbin/dbsym/Makefile Sat Oct 30 18:09:54 1999
@@ -5,5 +5,6 @@
.endif
MAN=dbsym.8
+MANSUBDIR=/sun3
.include <bsd.prog.mk>
--- /usr/src/sbin/fdisk/mbr/Makefile.orig Sat Oct 30 18:22:30 1999
+++ /usr/src/sbin/fdisk/mbr/Makefile Sat Oct 30 18:23:12 1999
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.5 1999/05/02 04:42:48 ross Exp $
MAN= mbr.8
+MANSUBDIR=/i386
BINDIR= /usr/mdec
BINMODE=444
>Audit-Trail:
>Unformatted: