summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-11-07 10:48:00 +0000
committerdteske <dteske@FreeBSD.org>2013-11-07 10:48:00 +0000
commit452ab4534d6b0de83bf3f8b487897d66d9998f54 (patch)
treea6b96cf0918f3b8985b4047086f35dd2a7d19f89
parent8207da2a55ee5a6b96d9f19671b54118379a78e5 (diff)
downloadFreeBSD-src-452ab4534d6b0de83bf3f8b487897d66d9998f54.zip
FreeBSD-src-452ab4534d6b0de83bf3f8b487897d66d9998f54.tar.gz
Comments.
-rw-r--r--usr.sbin/bsdconfig/startup/share/rcconf.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdconfig/startup/share/rcconf.subr b/usr.sbin/bsdconfig/startup/share/rcconf.subr
index f8f9a66..1ff57fd 100644
--- a/usr.sbin/bsdconfig/startup/share/rcconf.subr
+++ b/usr.sbin/bsdconfig/startup/share/rcconf.subr
@@ -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
#
OpenPOWER on IntegriCloud