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
 
                                #
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to