Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Should we document the -1 and -2 flags for i386/amd64 boot(8)?
I've noticed that the -1 and -2 flags aren't documented for boot(8).
The following patch addresses this. Any reason it should not be
committed?
Index: Makefile
===================================================================
RCS file: /cvsroot/src/share/man/man8/Makefile,v
retrieving revision 1.93
diff -u -p -r1.93 Makefile
--- Makefile 18 Feb 2008 10:37:19 -0000 1.93
+++ Makefile 6 Oct 2008 16:34:16 -0000
@@ -21,7 +21,7 @@ MLINKS+=nis.8 yp.8
MLINKS+=rc.8 rc.d.8
MLINKS+=rc.8 rc.shutdown.8
-SUBDIR= man8.acorn26 man8.acorn32 man8.alpha man8.amiga man8.atari \
+SUBDIR= man8.acorn26 man8.acorn32 man8.alpha man8.amd64 man8.amiga man8.atari \
man8.cobalt man8.dreamcast man8.hp300 man8.hp700 man8.hpcarm \
man8.hpcmips man8.hpcsh man8.i386 man8.mac68k man8.macppc \
man8.mvme68k man8.next68k man8.pmax man8.prep \
Index: man8.amd64/Makefile
===================================================================
RCS file: man8.amd64/Makefile
diff -N man8.amd64/Makefile
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ man8.amd64/Makefile 6 Oct 2008 16:34:16 -0000
@@ -0,0 +1,10 @@
+# $NetBSD$
+# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
+
+MAN= boot.8
+MANSUBDIR=/amd64
+
+.include <bsd.man.mk>
+
+.PATH: ${.CURDIR}/../man8.i386
Index: man8.i386/boot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.i386/boot.8,v
retrieving revision 1.41
diff -u -p -r1.41 boot.8
--- man8.i386/boot.8 31 Jul 2008 17:08:23 -0000 1.41
+++ man8.i386/boot.8 6 Oct 2008 16:34:16 -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
@@ -240,6 +240,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
----------------------------------------------------------------------
| Paul Goyette | PGP DSS Key fingerprint: | E-mail addresses: |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette%juniper.net@localhost |
----------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index