docs/185573: bhyve man page incorrect -s parameter

Allan Jude freebsd at allanjude.com
Wed Jan 8 05:20:01 UTC 2014


>Number:         185573
>Category:       docs
>Synopsis:       bhyve man page incorrect -s parameter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 08 05:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Allan Jude
>Release:        10.0-RC4
>Organization:
ScaleEngine Inc.
>Environment:
FreeBSD NL-RTM2-05.ScaleEngine.net 10.0-RC4 FreeBSD 10.0-RC4 #0 r260130: Tue Dec 31 17:10:01 UTC 2013     root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
in the bhyve.8 man page, under the -s flag, it mentions 'virtio-block', the correct parameter is 'virtio-blk' (as seen everywhere else in the man page). virtio-block is not recognized as a valid device type
>How-To-Repeat:

>Fix:
Index: usr.sbin/bhyve/bhyve.8
===================================================================
--- usr.sbin/bhyve/bhyve.8      (revision 260441)
+++ usr.sbin/bhyve/bhyve.8      (working copy)
@@ -120,7 +120,7 @@
 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.


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-doc mailing list