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: Sun, 1 Jun 2008 07:38:12 -0700 (PDT)

 The following patch documents the -1 and -2 Machine-dependent boot flags 
 for i386/amd64:
 
 Index: boot.8
 ===================================================================
 RCS file: /cvsroot/src/share/man/man8/man8.i386/boot.8,v
 retrieving revision 1.40
 diff -u -p -r1.40 boot.8
 --- boot.8      14 Dec 2007 12:03:53 -0000      1.40
 +++ boot.8      1 Jun 2008 14:37:02 -0000
 @@ -159,7 +159,7 @@ input of these commands:
   .It Xo Ic boot
   .Op Va device : Ns
   .Op Va filename
 -.Op Fl acdqsvxz
 +.Op Fl acdqsvxz12
   .Xc
   The default
   .Va device
 @@ -232,6 +232,10 @@ Boot the system in verbose mode.
   Boot the system with debug messages enabled.
   .It Fl z
   Boot the system in silent mode.
 +.It Fl 1
 +Boot the system with multiprocessor support disabled.
 +.It Fl 2
 +Boot the system with ACPI disabled.
   .El
   .It Ic consdev Va dev
   Immediately switch the console to the specified device
 


Home | Main Index | Thread Index | Old Index