Document boot -x
This commit is contained in:
parent
d84e0831f3
commit
ec441ebbd7
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: boot.8,v 1.4 2007/12/01 18:38:23 jmcneill Exp $
|
||||
.\" $NetBSD: boot.8,v 1.5 2007/12/04 01:00:54 jmcneill Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -32,7 +32,7 @@
|
|||
.\"
|
||||
.\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94
|
||||
.\"
|
||||
.Dd December 1, 2007
|
||||
.Dd December 3, 2007
|
||||
.Dt BOOT 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -52,7 +52,7 @@ input of these commands:
|
|||
.It Xo Ic boot
|
||||
.Op Va device : Ns
|
||||
.Op Va filename
|
||||
.Op Fl acdqsvz
|
||||
.Op Fl acdqsvxz
|
||||
.Xc
|
||||
The default
|
||||
.Va device
|
||||
|
@ -118,6 +118,8 @@ Boot the system in quiet mode.
|
|||
Bring the system up in single-user mode.
|
||||
.It Fl v
|
||||
Boot the system in verbose mode.
|
||||
.It Fl x
|
||||
Boot the system with debug messages enabled.
|
||||
.It Fl z
|
||||
Boot the system in silent mode.
|
||||
.El
|
||||
|
|
Loading…
Reference in New Issue