Bug 185573

Summary: bhyve man page incorrect -s parameter
Product: Documentation Reporter: Allan Jude <freebsd>
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Allan Jude 2014-01-08 05:20:00 UTC
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
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2014-01-08 08:12:21 UTC
Responsible Changed
From-To: freebsd-doc->remko

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-08 08:37:43 UTC
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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-11 23:11:06 UTC
Author: remko
Date: Sat Jan 11 23:10:59 2014
New Revision: 260558
URL: http://svnweb.freebsd.org/changeset/base/260558

Log:
  MFC r260446
  
    virtio-block does not exist, the correct name is virtio-blk.
  
    PR:	    185573
    Submitted by:    Allan Jude
    Facilitated by: Snow B.V.

Modified:
  stable/10/usr.sbin/bhyve/bhyve.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bhyve/bhyve.8
==============================================================================
--- stable/10/usr.sbin/bhyve/bhyve.8	Sat Jan 11 22:41:10 2014	(r260557)
+++ stable/10/usr.sbin/bhyve/bhyve.8	Sat Jan 11 23:10:59 2014	(r260558)
@@ -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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 4 Remko Lodder freebsd_committer freebsd_triage 2014-01-11 23:27:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!