aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2017-04-28 05:09:51 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2017-04-28 05:09:51 +0000
commit60bfcbd60528ad541362710741a7248a39977fdc (patch)
tree289bf2af764ecd7bbd7553faf25478632bcc9b40 /usr.sbin
parent285d85ab044c3403b24b2fd7160bf5e103ab02f9 (diff)
downloadsrc-60bfcbd60528ad541362710741a7248a39977fdc.tar.gz
src-60bfcbd60528ad541362710741a7248a39977fdc.zip
Make comments match the code. No functional change.
Notes
Notes: svn path=/head/; revision=317542
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bhyve/pci_fbuf.c2
-rw-r--r--usr.sbin/bhyve/pci_xhci.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bhyve/pci_fbuf.c b/usr.sbin/bhyve/pci_fbuf.c
index c2de6221afbb..67279d2162b9 100644
--- a/usr.sbin/bhyve/pci_fbuf.c
+++ b/usr.sbin/bhyve/pci_fbuf.c
@@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
* BAR0 points to the current mode information.
* BAR1 is the 32-bit framebuffer address.
*
- * -s <b>,fbuf,wait,tcp=<ip>:port,w=width,h=height
+ * -s <b>,fbuf,wait,vga=on|io|off,rfb=<ip>:port,w=width,h=height
*/
static int fbuf_debug = 1;
diff --git a/usr.sbin/bhyve/pci_xhci.c b/usr.sbin/bhyve/pci_xhci.c
index d28a3e698c4c..f178468108d0 100644
--- a/usr.sbin/bhyve/pci_xhci.c
+++ b/usr.sbin/bhyve/pci_xhci.c
@@ -28,7 +28,7 @@
-s <n>,xhci,{devices}
devices:
- ums USB tablet mouse
+ tablet USB tablet mouse
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");