Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 10:48:00 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257792 - head/usr.sbin/bsdconfig/startup/share
Message-ID:  <201311071048.rA7Am0Pc036548@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 
 				#



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