X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fconfig_settings.xml;h=760c3fefc0dc27e4f38094a7faebe292886e037e;hb=f5259295cf4ae642fc3c90151e5aab218aedf85b;hp=97c9c1be5e65859336227b0e0d34cf88ded3c130;hpb=ce5eb880e75e2a65c4a3e55f8a14718fe09521f1;p=monky diff --git a/doc/config_settings.xml b/doc/config_settings.xml index 97c9c1b..760c3fe 100644 --- a/doc/config_settings.xml +++ b/doc/config_settings.xml @@ -358,9 +358,26 @@ + + + Desired output unit of all objects displaying a temperature. + Parameters are either "fahrenheit" or "celsius". The default + unit is degree Celsius. + + + + - Define a template for later use inside TEXT segments. Substitute N by a digit between 0 and 9, inclusively. The value of the variable is being inserted into the stuff below TEXT at the corresponding position, but before some substitutions are applied: any occuring '\N' (where N is a positive integer) will be substituted by the Nth param specified, any occuring '\n' will be translated into a real newline and '\\' is being substituted by a single backslash ('\'). + Define a template for later use inside TEXT segments. Substitute N by a digit between 0 and 9, inclusively. + The value of the variable is being inserted into the stuff below TEXT at the corresponding position, + but before some substitutions are applied: + + '\n' -> newline + '\\' -> backslash + '\ ' -> space + '\N' -> template argument N +