- <listitem><para>Defines the output of each config option. %t will be replaced with the tagname,
- %f with the complete tagname and %v with the value of the option.
- Use uppercase letters and the respective values will be quoted. Additionally
- %n will be replaced by a newline, %N by a tab. A % can be
+ <listitem><para>Defines the output of each config option. %t will be replaced with its individual name,
+ %f with its full hierarchical name and %v with its value.
+ Use uppercase letters and special characters in the value will be encoded to ensure that
+ it can e.g. be safely used in a quoted-string as defined by RFC822. Additionally
+ %n will be replaced by a newline, and %N by a tab. A % can be