Author: kevans
Date: Tue Feb 20 05:12:39 2018
New Revision: 329631
URL: https://svnweb.freebsd.org/changeset/base/329631

Log:
  stand/lua: Insert helpful comment for drawer.branddefs

Modified:
  head/stand/lua/drawer.lua

Modified: head/stand/lua/drawer.lua
==============================================================================
--- head/stand/lua/drawer.lua   Tue Feb 20 05:11:17 2018        (r329630)
+++ head/stand/lua/drawer.lua   Tue Feb 20 05:12:39 2018        (r329631)
@@ -173,6 +173,8 @@ orb = {
 none = {""};
 
 drawer.branddefs = {
+       -- Indexed by valid values for loader_brand in loader.conf(5). Valid
+       -- keys are: graphic (table depicting graphic)
        ["fbsd"] = {
                graphic = fbsd_logo,
        },
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to