Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 08:07:39 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Andrew Turner <andrew@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r275961 - head/sys/arm/conf
Message-ID:  <20141221080739.GB27290@FreeBSD.org>
In-Reply-To: <201412201815.sBKIFOSq060122@svn.freebsd.org>
References:  <201412201815.sBKIFOSq060122@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 20, 2014 at 06:15:24PM +0000, Andrew Turner wrote:
> Author: andrew
> Date: Sat Dec 20 18:15:23 2014
> New Revision: 275961
> URL: https://svnweb.freebsd.org/changeset/base/275961
> 
> Log:
>   Clean up to use the standard style of "options \t" and "device\t\t"
> 
>  options  	HZ=500			# Scheduling quantum is 2 milliseconds.
> [...]
> -options  	KDB			# Enable kernel debugger support.
> +options 	KDB			# Enable kernel debugger support.
>  # For minimum debugger support use KDB_TRACE, for interactive use DDB.
> -#options  	KDB_TRACE		# Print a stack trace for a panic.
> -options  	DDB			# Support DDB.
> +#options 	KDB_TRACE		# Print a stack trace for a panic.
> +options 	DDB			# Support DDB.
>  # For full debugger support use this instead:
> -#options  	GDB			# Support remote GDB.
> +#options 	GDB			# Support remote GDB.
> [...]

It also would be nice if we removed trailing dots in comments one day,
preferreably across all config files we have in the tree.

./danfe



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