Clearify that only comments can precede groups in Key-files. (#466768)

2007-08-15  Mikael Hallendal  <micke@imendio.com>

	* glib/tmpl/keyfile.sgml: Clearify that only comments can precede
	groups in Key-files. (#466768)


svn path=/trunk/; revision=5706
This commit is contained in:
Mikael Hallendal 2007-08-15 19:49:07 +00:00 committed by Mikael Hallendal
parent ef84d3cdb1
commit 1fdd81374a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-08-15 Mikael Hallendal <micke@imendio.com>
* glib/tmpl/keyfile.sgml: Clearify that only comments can precede
groups in Key-files. (#466768)
2007-08-03 Matthias Clasen <mclasen@redhat.com> 2007-08-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.14.0 === * === Released 2.14.0 ===

View File

@ -80,7 +80,7 @@ files commonly met on Windows, but there are some important differences:
key files use the '#' character. key files use the '#' character.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Key files allow only comments before the first group. Key files do not allow for ungrouped keys meaning only comments can precede the first group.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Key files are always encoded in UTF-8. Key files are always encoded in UTF-8.