Small clarification (#369908, Tapani Pälli)

2006-12-18  Matthias Clasen  <mclasen@redhat.com>

        * glib/tmpl/keyfile.sgml: Small clarification (#369908,
        Tapani Pälli)
This commit is contained in:
Matthias Clasen 2006-12-18 20:07:51 +00:00 committed by Matthias Clasen
parent de6c289a37
commit dae633b32f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-12-18 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/keyfile.sgml: Small clarification (#369908,
Tapani Pälli)
2006-12-14 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/keyfile.sgml: Clarify the behaviour

View File

@ -61,7 +61,7 @@ with the exception of localized strings, which have the form
<literal>key[locale]=value</literal>. Space before and after the
'=' character are ignored. Newline, tab, carriage return and backslash
characters are escaped as \n, \t, \r, and \\, respectively. To preserve
initial and final spaces, these can also be escaped as \s.
leading spaces in values, these can also be escaped as \s.
</para>
<para>