Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2015 15:14:56 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290007 - head/etc
Message-ID:  <201510261514.t9QFEuWu008414@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Mon Oct 26 15:14:55 2015
New Revision: 290007
URL: https://svnweb.freebsd.org/changeset/base/290007

Log:
  Correctly document the change made in r275359.

Modified:
  head/etc/rc.subr

Modified: head/etc/rc.subr
==============================================================================
--- head/etc/rc.subr	Mon Oct 26 15:14:16 2015	(r290006)
+++ head/etc/rc.subr	Mon Oct 26 15:14:55 2015	(r290007)
@@ -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()
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510261514.t9QFEuWu008414>