summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-08-14 04:23:17 +0000
committermav <mav@FreeBSD.org>2015-08-14 04:23:17 +0000
commit700151794ad414f9e3432e63714d8b0b0a98038d (patch)
tree20c05d9db4cc8d2f8258a5c61c95d9ff5b12f6fb
parent2df02110ddf595cccfd0b423ec5a29edba11b3c9 (diff)
downloadFreeBSD-src-700151794ad414f9e3432e63714d8b0b0a98038d.zip
FreeBSD-src-700151794ad414f9e3432e63714d8b0b0a98038d.tar.gz
MFC r286621, r286622: Fix couple minor typos.
-rw-r--r--usr.sbin/bhyve/bhyve.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 6294e67..553ab09 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -294,7 +294,7 @@ port connected to an
.Xr nmdm 4
null-model device.
.Bd -literal -offset indent
-bhyve -c 4 \e\
+bhyve -c 4 \\
-s 0,amd_hostbridge -s 1,lpc \\
-s 1:0,ahci-hd,/images/disk.1 \\
-s 1:1,ahci-hd,/images/disk.2 \\
@@ -304,7 +304,7 @@ bhyve -c 4 \e\
-s 1:5,ahci-hd,/images/disk.6 \\
-s 1:6,ahci-hd,/images/disk.7 \\
-s 1:7,ahci-hd,/images/disk.8 \\
- -s 2,ahci-cd,/images.install.iso \\
+ -s 2,ahci-cd,/images/install.iso \\
-s 3,virtio-net,tap0 \\
-l com1,/dev/nmdm0A \\
-A -H -P -m 8G
OpenPOWER on IntegriCloud