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

Warren Block wblock at FreeBSD.org
Tue Jul 2 14:53:52 UTC 2019


Author: wblock (doc committer)
Date: Tue Jul  2 14:53:51 2019
New Revision: 349600
URL: https://svnweb.freebsd.org/changeset/base/349600

Log:
  Correct name of vmm(4) pptdevs variable.
  
  Reported by:	nwolff at ixsystems.com

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

Modified: head/usr.sbin/bhyve/bhyve.8
==============================================================================
--- head/usr.sbin/bhyve/bhyve.8	Tue Jul  2 14:24:42 2019	(r349599)
+++ head/usr.sbin/bhyve/bhyve.8	Tue Jul  2 14:53:51 2019	(r349600)
@@ -347,7 +347,7 @@ Guest memory must be wired using the
 option when a pass-through device is configured.
 .Pp
 The host device must have been reserved at boot-time using the
-.Va pptdev
+.Va pptdevs
 loader variable as described in
 .Xr vmm 4 .
 .Pp


More information about the svn-src-all mailing list