Bug 192427 - [patch]clean the formate of sys/conf/NOTES such as '^L' and missing '#'
Summary: [patch]clean the formate of sys/conf/NOTES such as '^L' and missing '#'
Status: Closed Not Accepted
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-06 10:06 UTC by Jov
Modified: 2017-06-09 08:59 UTC (History)
0 users

See Also:


Attachments
path file (3.49 KB, patch)
2014-08-06 10:06 UTC, Jov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jov 2014-08-06 10:06:22 UTC
Created attachment 145416 [details]
path file

diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6959425..bfa1320 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -190,7 +190,6 @@ options 	GEOM_ZERO		# Performance testing helper.
 #
 options 	ROOTDEVNAME=\"ufs:da0s2e\"
 
-

 #####################################################################
 # Scheduler options:
 #
@@ -213,7 +212,7 @@ options 	ROOTDEVNAME=\"ufs:da0s2e\"
 options 	SCHED_4BSD
 options 	SCHED_STATS
 #options 	SCHED_ULE
-

+
 #####################################################################
 # SMP OPTIONS:
 #
@@ -290,7 +289,7 @@ options 	SX_NOINLINE
 # TURNSTILE_PROFILING enables rudimentary profiling of the hash table
 #	  used to hold active lock queues.
 # UMTX_PROFILING enables rudimentary profiling of the hash table used 
-	  to hold active lock queues.
+#	  to hold active lock queues.
 # WITNESS enables the witness code which detects deadlocks and cycles
 #         during locking operations.
 # WITNESS_KDB causes the witness code to drop into the kernel debugger if
@@ -319,7 +318,6 @@ options 	SLEEPQUEUE_PROFILING
 options 	TURNSTILE_PROFILING
 options 	UMTX_PROFILING
 
-
 #####################################################################
 # COMPATIBILITY OPTIONS
 
@@ -360,7 +358,6 @@ options 	SYSVSHM
 options 	SYSVSEM
 options 	SYSVMSG
 
-

 #####################################################################
 # DEBUGGING OPTIONS
 
@@ -556,7 +553,6 @@ options 	COMPILING_LINT
 #
 options 	STACK
 
-

 #####################################################################
 # PERFORMANCE MONITORING OPTIONS
 
@@ -572,7 +568,6 @@ options 	STACK
 device		hwpmc			# Driver (also a loadable module)
 options 	HWPMC_HOOKS		# Other necessary kernel hooks
 
-

 #####################################################################
 # NETWORKING OPTIONS
 
@@ -1126,7 +1121,6 @@ options 	CD9660_ICONV
 options 	MSDOSFS_ICONV
 options 	UDF_ICONV
 
-

 #####################################################################
 # POSIX P1003.1B
 
@@ -1140,7 +1134,7 @@ options 	P1003_1B_SEMAPHORES
 
 # POSIX message queue
 options 	P1003_1B_MQUEUE
-

+
 #####################################################################
 # SECURITY POLICY PARAMETERS
 
@@ -1165,7 +1159,6 @@ options 	MAC_TEST
 options 	CAPABILITIES	# fine-grained rights on file descriptors
 options 	CAPABILITY_MODE	# sandboxes with no global namespace access
 
-

 #####################################################################
 # CLOCK OPTIONS
 
@@ -1194,7 +1187,6 @@ options 	PPS_SYNC
 
 options 	FFCLOCK
 
-

 #####################################################################
 # SCSI DEVICES
 
@@ -1357,7 +1349,6 @@ options 	SCSI_PT_DEFAULT_TIMEOUT=60
 # a topology with the SES device that's on the box these drives are in....
 options 	SES_ENABLE_PASSTHROUGH
 
-

 #####################################################################
 # MISCELLANEOUS DEVICES AND OPTIONS
 
@@ -1374,7 +1365,6 @@ options 	LIBICONV
 # Size of the kernel message buffer.  Should be N * pagesize.
 options 	MSGBUF_SIZE=40960
 
-

 #####################################################################
 # HARDWARE DEVICE CONFIGURATION
 
@@ -2629,7 +2619,6 @@ options 	NSFBUFS=1024
 #
 options 	DEBUG_LOCKS
 
-

 #####################################################################
 # USB support
 # UHCI controller
@@ -2829,8 +2818,6 @@ options 	UBSEC_DEBUG	# enable debugging support: hw.ubsec.debug
 options 	UBSEC_RNDTEST	# enable rndtest support
 
 #####################################################################
-
-
 #
 # Embedded system options:
 #
Comment 1 Jov 2014-08-06 10:09:55 UTC
'^L' can't be displayed on web page,so please use the attach patch file.