Author: glebius Date: Fri Apr 28 05:09:51 2017 New Revision: 317542 URL: https://svnweb.freebsd.org/changeset/base/317542
Log: Make comments match the code. No functional change. Modified: head/usr.sbin/bhyve/pci_fbuf.c head/usr.sbin/bhyve/pci_xhci.c Modified: head/usr.sbin/bhyve/pci_fbuf.c ============================================================================== --- head/usr.sbin/bhyve/pci_fbuf.c Fri Apr 28 02:11:29 2017 (r317541) +++ head/usr.sbin/bhyve/pci_fbuf.c Fri Apr 28 05:09:51 2017 (r317542) @@ -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; Modified: head/usr.sbin/bhyve/pci_xhci.c ============================================================================== --- head/usr.sbin/bhyve/pci_xhci.c Fri Apr 28 02:11:29 2017 (r317541) +++ head/usr.sbin/bhyve/pci_xhci.c Fri Apr 28 05:09:51 2017 (r317542) @@ -28,7 +28,7 @@ -s <n>,xhci,{devices} devices: - ums USB tablet mouse + tablet USB tablet mouse */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"