diff options
author | des <des@FreeBSD.org> | 2015-10-26 15:14:55 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2015-10-26 15:14:55 +0000 |
commit | 03bdd287ba6a73554bc45ca605cc0d9e773267fe (patch) | |
tree | cb173df27bb3441417357f53fd9ec5ca7051ab0d /etc | |
parent | 8962744e7914e12ad4913498e445bea2089e3a0e (diff) | |
download | FreeBSD-src-03bdd287ba6a73554bc45ca605cc0d9e773267fe.zip FreeBSD-src-03bdd287ba6a73554bc45ca605cc0d9e773267fe.tar.gz |
Correctly document the change made in r275359.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.subr | 6 |
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() { |