svn commit: r257792 - head/usr.sbin/bsdconfig/startup/share

Devin Teske dteske at FreeBSD.org
Thu Nov 7 10:48:00 UTC 2013


Author: dteske
Date: Thu Nov  7 10:48:00 2013
New Revision: 257792
URL: http://svnweb.freebsd.org/changeset/base/257792

Log:
  Comments.

Modified:
  head/usr.sbin/bsdconfig/startup/share/rcconf.subr

Modified: head/usr.sbin/bsdconfig/startup/share/rcconf.subr
==============================================================================
--- head/usr.sbin/bsdconfig/startup/share/rcconf.subr	Thu Nov  7 10:47:12 2013	(r257791)
+++ head/usr.sbin/bsdconfig/startup/share/rcconf.subr	Thu Nov  7 10:48:00 2013	(r257792)
@@ -119,7 +119,7 @@ f_startup_rcconf_map()
 	fi
 
 	#
-	# create the in-memory cache (potentially from validated on-disk cache)
+	# Create the in-memory cache (potentially from validated on-disk cache)
 	#
 
 	#
@@ -140,7 +140,7 @@ f_startup_rcconf_map()
 		# the current value and provide error exit status.
 		#
 		STARTUP_RCCONF_MAP=$(
-			(	# Get digest as the first word on the first line
+			(	# Get digest as the first word on first line
 				read digest rest_ignored
 
 				#


More information about the svn-src-head mailing list