diff options
author | Jerome Leclanche <jerome@leclan.ch> | 2014-04-01 15:35:06 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2014-04-01 15:35:06 +0200 |
commit | f1efb7b2458bd6671d24f2036dc0a2668f3823eb (patch) | |
tree | e968c10f6c36f6ce101d7282846ab26cb08cecc5 /desktop-entry | |
parent | edf706600ef88010090134388bdb490039c48ac3 (diff) | |
download | xdg-specs-f1efb7b2458bd6671d24f2036dc0a2668f3823eb.tar.xz |
desktop-entry: Mention that trailing commas in lists are optional
https://bugs.freedesktop.org/show_bug.cgi?id=76902
Approved by David Faure and Ryan Lortie
Diffstat (limited to 'desktop-entry')
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index 94d661e..6e19c39 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -4,8 +4,8 @@ <article id="index"> <articleinfo> <title>Desktop Entry Specification</title> - <releaseinfo>Version 1.1-draft</releaseinfo> - <date>4 Mar 2008</date> + <releaseinfo>Version 1.2</releaseinfo> + <date>1 Apr 2014</date> <authorgroup> <author> <firstname>Preston</firstname> @@ -214,9 +214,10 @@ <para> Some keys can have multiple values. In such a case, the value of the key is specified as a plural: for example, <literal>string(s)</literal>. The - multiple values should be separated by a semicolon, and the value of the - key should have a semicolon as trailing character. Semicolons in these - values need to be escaped using <literal>\;</literal>. + multiple values should be separated by a semicolon and the value of the + key may be optionally terminated by a semicolon. Trailing empty strings + must always be terminated with a semicolon. Semicolons in these values + need to be escaped using <literal>\;</literal>. </para> </sect1> <sect1 id="localized-keys"> |