svn commit: r308616 - head/usr.sbin/bhyvectl

Michael Tuexen tuexen at FreeBSD.org
Sun Nov 13 17:55:28 UTC 2016


Author: tuexen
Date: Sun Nov 13 17:55:27 2016
New Revision: 308616
URL: https://svnweb.freebsd.org/changeset/base/308616

Log:
  Fix typo.
  
  MFC after: 1 month
  Sponsored by: Netflix

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

Modified: head/usr.sbin/bhyvectl/bhyvectl.8
==============================================================================
--- head/usr.sbin/bhyvectl/bhyvectl.8	Sun Nov 13 17:28:32 2016	(r308615)
+++ head/usr.sbin/bhyvectl/bhyvectl.8	Sun Nov 13 17:55:27 2016	(r308616)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 12, 2016
+.Dd November 13, 2016
 .Dt BHYVECTL 8
 .Os
 .Sh NAME
@@ -64,7 +64,7 @@ Operate on the virtual machine
 Create the specified VM.
 .It Fl -destroy
 Destroy the specified VM.
-.It Fl -get-state
+.It Fl -get-stats
 Retrieve statistics for the specified VM.
 .It Fl -inject-nmi
 Inject a non-maskable interrupt (NMI) into the VM.


More information about the svn-src-all mailing list