NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/38816: Man page for boot(8) does not document -1 and -2



The following reply was made to PR bin/38816; it has been noted by GNATS.

From: Paul Goyette <paul%whooppee.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/38816: Man page for boot(8) does not document -1 and -2
Date: Mon, 2 Jun 2008 03:46:14 -0700 (PDT)

 In addition to adding documentation of the -1 and -2 machine-dependant 
 boot options, the man8.i386/boot.8 man page should also be installed for 
 port-amd64.  Add the following Makefile, add 'man8.amd64' to the SUBDIR 
 list in the parent directory's Makefile, and new entries for 
 man8.amd64.boot.{0,8} to src/distrib/sets/lists/man/mi
 
 (I'm not sure if the mtree specification also needs to be updated for 
 the new destination directory usr/share/man/man8/man8.amd64 )
 
 New file: src/share/man/man8/man8.amd64/Makefile
 
 #       $NetBSD$
 #       from: @(#)Makefile      8.1 (Berkeley) 6/5/93
 
 MAN=    boot.8 # dosboot.8 boot_console.8 multiboot.8 w95boot.8 pxeboot.8 mbr.8
 #MLINKS=        mbr.8 bootselect.8
 MANSUBDIR=/amd64
 
 .include <bsd.man.mk>
 
 .PATH:  ${.CURDIR}/../man8.i386
 


Home | Main Index | Thread Index | Old Index