Correctly document the change made in r275359.

This commit is contained in:
Dag-Erling Smørgrav 2015-10-26 15:14:55 +00:00
parent 46bd754d23
commit 0b9c2e7ac5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290007

View File

@ -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()
{