Author: jkim
Date: Mon Mar  5 18:47:42 2012
New Revision: 232561
URL: http://svn.freebsd.org/changeset/base/232561

Log:
  Fix few style nits.

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/i386/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Mon Mar  5 18:40:53 2012        (r232560)
+++ head/sys/amd64/conf/GENERIC Mon Mar  5 18:47:42 2012        (r232561)
@@ -168,7 +168,7 @@ device              psm             # PS/2 mouse
 device         kbdmux          # keyboard multiplexer
 
 device         vga             # VGA video card driver
-options                VESA            # add support for VESA BIOS Extensions
+options        VESA            # Add support for VESA BIOS Extensions (VBE)
 
 device         splash          # Splash screen and screen saver support
 

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC  Mon Mar  5 18:40:53 2012        (r232560)
+++ head/sys/i386/conf/GENERIC  Mon Mar  5 18:47:42 2012        (r232561)
@@ -173,7 +173,7 @@ device              psm             # PS/2 mouse
 device         kbdmux          # keyboard multiplexer
 
 device         vga             # VGA video card driver
-options                VESA            # add support for VESA BIOS Extensions
+options        VESA            # Add support for VESA BIOS Extensions (VBE)
 
 device         splash          # Splash screen and screen saver support
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to