svn commit: r260446 - head/usr.sbin/bhyve
Remko Lodder
remko at FreeBSD.org
Wed Jan 8 08:37:31 UTC 2014
Author: remko
Date: Wed Jan 8 08:37:30 2014
New Revision: 260446
URL: http://svnweb.freebsd.org/changeset/base/260446
Log:
virtio-block does not exist, the correct name is virtio-blk.
PR: 185573
Submitted by: Allan Jude
Facilitated by: Snow B.V.
MFC after: 3 days
Modified:
head/usr.sbin/bhyve/bhyve.8
Modified: head/usr.sbin/bhyve/bhyve.8
==============================================================================
--- head/usr.sbin/bhyve/bhyve.8 Wed Jan 8 08:08:22 2014 (r260445)
+++ head/usr.sbin/bhyve/bhyve.8 Wed Jan 8 08:37:30 2014 (r260446)
@@ -120,7 +120,7 @@ emulation is identical but uses a PCI ve
PCI pass-through device.
.It Li virtio-net
Virtio network interface.
-.It Li virtio-block
+.It Li virtio-blk
Virtio block storage interface.
.It Li ahci-cd
AHCI controller attached to an ATAPI CD/DVD.
More information about the svn-src-head
mailing list