summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2015-10-26 15:14:55 +0000
committerdes <des@FreeBSD.org>2015-10-26 15:14:55 +0000
commit03bdd287ba6a73554bc45ca605cc0d9e773267fe (patch)
treecb173df27bb3441417357f53fd9ec5ca7051ab0d /etc/rc.subr
parent8962744e7914e12ad4913498e445bea2089e3a0e (diff)
downloadFreeBSD-src-03bdd287ba6a73554bc45ca605cc0d9e773267fe.zip
FreeBSD-src-03bdd287ba6a73554bc45ca605cc0d9e773267fe.tar.gz
Correctly document the change made in r275359.
Diffstat (limited to 'etc/rc.subr')
-rw-r--r--etc/rc.subr6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index cd933c6..904a5bd 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -1316,8 +1316,10 @@ run_rc_script()
}
#
-# load_rc_config name
-# Source in the configuration file for a given name.
+# load_rc_config [service]
+# Source in the configuration file(s) for a given service.
+# If no service is specified, only the global configuration
+# file(s) will be loaded.
#
load_rc_config()
{
OpenPOWER on IntegriCloud