diff options
author | mav <mav@FreeBSD.org> | 2015-08-11 08:58:00 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2015-08-11 08:58:00 +0000 |
commit | f292c986813a03156b232ae3a22fb5a9b0cc2c48 (patch) | |
tree | 294865ada7e2e3a749ed87d512fa443d2f0a3ff3 /usr.sbin/bhyve | |
parent | 2db7c3d938e9856af3e173e6924dc09e634d43ee (diff) | |
download | FreeBSD-src-f292c986813a03156b232ae3a22fb5a9b0cc2c48.zip FreeBSD-src-f292c986813a03156b232ae3a22fb5a9b0cc2c48.tar.gz |
Fix minor typo.
MFC after: 3 days
Diffstat (limited to 'usr.sbin/bhyve')
-rw-r--r-- | usr.sbin/bhyve/bhyve.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8 index 4f0115f..eb3367f 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -331,7 +331,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 |