From: Matthias Clasen Date: Mon, 18 Dec 2006 20:09:12 +0000 (+0000) Subject: Small clarification (#369908, Tapani Pälli) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e7715bdc4e69df6b689562a7598cfcfdef7bda4b;p=dana%2Fcg-glib.git Small clarification (#369908, Tapani Pälli) 2006-12-18 Matthias Clasen * glib/tmpl/keyfile.sgml: Small clarification (#369908, Tapani Pälli) --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index ace6f865..a4bbd692 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2006-12-18 Matthias Clasen + + * glib/tmpl/keyfile.sgml: Small clarification (#369908, + Tapani Pälli) + 2006-12-17 Matthias Clasen * glib/tmpl/spawn.sgml: Refer to g_child_watch_add() in addition diff --git a/docs/reference/glib/tmpl/keyfile.sgml b/docs/reference/glib/tmpl/keyfile.sgml index d8c5a447..efd16969 100644 --- a/docs/reference/glib/tmpl/keyfile.sgml +++ b/docs/reference/glib/tmpl/keyfile.sgml @@ -61,7 +61,7 @@ with the exception of localized strings, which have the form key[locale]=value. 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.