]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Correctly document the change made in r275359.
authordes <des@FreeBSD.org>
Mon, 26 Oct 2015 15:14:55 +0000 (15:14 +0000)
committerdes <des@FreeBSD.org>
Mon, 26 Oct 2015 15:14:55 +0000 (15:14 +0000)
etc/rc.subr

index cd933c685b4dcd32765cca0de5ea0d28eb018106..904a5bdb4b9044c34e3cc403565b0ee4e0c2421e 100644 (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()
 {