Make all the comments '# ' and align to same column. This fixes the

rampently incosnsitent usage which made cut and paste from one file
to another look ugly.
This commit is contained in:
Warner Losh
2014-03-16 15:22:46 +00:00
parent cf599562fa
commit 2299abfac5
46 changed files with 1734 additions and 1735 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ makeoptions WITHOUT_MODULES="ahc"
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions WERROR="-Werror"
options HZ=100 ##
options HZ=100
options SCHED_4BSD # 4BSD scheduler
options INET # InterNETworking
options INET6 # IPv6 communications protocols
+1 -1
View File
@@ -48,7 +48,7 @@ options DDB #Enable the kernel debugger
#options COMPAT_FREEBSD5
#options COMPAT_FREEBSD6
#options COMPAT_FREEBSD7
#options COMPAT_FREEBSD7n
options SCHED_ULE # ULE scheduler
-1
View File
@@ -176,5 +176,4 @@ device kbdmux
options SC_DFLT_FONT # compile font in
makeoptions SC_DFLT_FONT=cp437
device ukbd # Allow keyboard like HIDs to control console
device ums
+1 -1
View File
@@ -25,7 +25,7 @@ makeoptions WITHOUT_MODULES="ahc"
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions WERROR="-Werror"
options HZ=100 ##
options HZ=100
options SCHED_4BSD # 4BSD scheduler
options INET # InterNETworking
options INET6 # IPv6 communications protocols