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 _______________________________________________ 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"