Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2012 18:47:43 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232561 - in head/sys: amd64/conf i386/conf
Message-ID:  <201203051847.q25IlhrW099367@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203051847.q25IlhrW099367>