svn commit: r286621 - head/usr.sbin/bhyve

Alexander Motin mav at FreeBSD.org
Tue Aug 11 08:58:02 UTC 2015


Author: mav
Date: Tue Aug 11 08:58:00 2015
New Revision: 286621
URL: https://svnweb.freebsd.org/changeset/base/286621

Log:
  Fix minor typo.
  
  MFC after:	3 days

Modified:
  head/usr.sbin/bhyve/bhyve.8

Modified: head/usr.sbin/bhyve/bhyve.8
==============================================================================
--- head/usr.sbin/bhyve/bhyve.8	Tue Aug 11 08:57:04 2015	(r286620)
+++ head/usr.sbin/bhyve/bhyve.8	Tue Aug 11 08:58:00 2015	(r286621)
@@ -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


More information about the svn-src-head mailing list