From 03bdd287ba6a73554bc45ca605cc0d9e773267fe Mon Sep 17 00:00:00 2001 From: des Date: Mon, 26 Oct 2015 15:14:55 +0000 Subject: [PATCH] Correctly document the change made in r275359. --- etc/rc.subr | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/rc.subr b/etc/rc.subr index cd933c685b4d..904a5bdb4b90 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() {