Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 05:18:01 GMT
From:      Allan Jude <freebsd@allanjude.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/185573: bhyve man page incorrect -s parameter
Message-ID:  <201401080518.s085I1JQ048278@oldred.freebsd.org>
Resent-Message-ID: <201401080520.s085K0bP055549@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401080518.s085I1JQ048278>