*: *tags* - Comma separated (NO SPACES) list of tags to identify the setting. If the setting is only relevant for a particular program or daemon, list that daemon here, minus any condor_ prefix (ex. schedd, submit).
 
 *: *customization* - How often is it changed by users?  const, normal, seldom, expert, devel.  default is SELDOM.
-**: const - things which should never be changed (HOUR, MINUTE).
-**: normal - customization is likely, (LOCAL_DIR)
-**: seldom - customization is unlikely, and default value should be shown to non-expert users (MASTER_LOG)
-**: expert - customization is unlikely, and default value should be hidden from non-expert users.
-**: devel  - customization at developer request only, all evidence of this param is burn-before-reading.
+*:: const - things which should never be changed (HOUR, MINUTE).
+*:: normal - customization is likely, (LOCAL_DIR)
+*:: seldom - customization is unlikely, and default value should be shown to non-expert users (MASTER_LOG)
+*:: expert - customization is unlikely, and default value should be hidden from non-expert users.
+*:: devel  - customization at developer request only, all evidence of this param is burn-before-reading.
 
 *: *reconfig* - true or false. If true, the value can be changed with condor_reconfig; otherwise it will only be respected on daemon restart. (TODO: check). default is TRUE