From 0b9c2e7ac58caac0413aa36749e4c212514d142d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= 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() {