summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2010-11-07 12:01:07 +0000
committerwiz <wiz@NetBSD.org>2010-11-07 12:01:07 +0000
commita8dc2425163bc5bf958f0cd47fccf2394b0b8eee (patch)
tree03429cdff83157e6acb2c91bc38ec0f8a08a0fd3
parented577e9f26c41b30c432e03c00a1ae663c6bb075 (diff)
Minor cleanup.
-rw-r--r--share/man/man8/man8.i386/boot.819
1 files changed, 10 insertions, 9 deletions
diff --git a/share/man/man8/man8.i386/boot.8 b/share/man/man8/man8.i386/boot.8
index ec5f23ff26d..d6f14d56fb6 100644
--- a/share/man/man8/man8.i386/boot.8
+++ b/share/man/man8/man8.i386/boot.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot.8,v 1.53 2010/11/06 23:28:42 jym Exp $
+.\" $NetBSD: boot.8,v 1.54 2010/11/07 12:01:07 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -393,7 +393,8 @@ or loading a
.Tn Xen
DOM0 kernel before booting the
.Tn Xen
-hypervisor. See
+hypervisor.
+See
.Xr boot.cfg 5
for examples.
.Pp
@@ -402,24 +403,24 @@ In addition to the
options specified above, the DOM0 kernel accepts
.Po Ar arguments
being separated with spaces
-.Pc Ns :
+.Pc :
.Bl -tag -width xxx
.It Ic bootdev Ns = Ns Ar dev Po or Ic root Ns = Ns Ar dev Pc
Override the default boot device.
.Ar dev
can be a unit name
.Po Dq wd0
-.Pc Ns ,
+.Pc ,
or an interface name
.Po Dq bge0 ,
.Dq wm0 ,
.Ns ...
-.Pc Ns ,
+.Pc ,
for cases where the root file system has to be loaded
from network (see the
.Sx BUGS
section in
-.Xr pxeboot 8 Ns ).
+.Xr pxeboot 8 ) .
.It Ic console Ns = Ns Ar dev
Console used by DOM0 kernel during boot.
.Ar dev
@@ -450,7 +451,7 @@ network mask
address of the host
.It Va iface
interface
-.Po eg. Dq xennet0
+.Po e.g. Dq xennet0
or
.Dq eth0
.Pc
@@ -465,8 +466,8 @@ is the remote mount point for the root file system.
Pass a list of PCI IDs for use with the PCI backend driver.
.Ar pcidevs
is formed of multiple IDs (in bus:device:function notation),
-each ID being surrounded with brackets. PCI domain IDs
-are currently ignored.
+each ID being surrounded with brackets.
+PCI domain IDs are currently ignored.
You can obtains PCI IDs through
.Xr pcictl 8 .
.El