diff options
author | Vincent Untz <vuntz@gnome.org> | 2007-04-28 13:49:31 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2007-04-28 13:49:31 +0000 |
commit | cab65e9ade1e0a9c549a8f1ab4781e9585410803 (patch) | |
tree | 0c68b4d015eb3f9b14e8d85a8de6274de3fda533 | |
parent | d7db0482a3f85d6b06e23f57ad7e0162976adb76 (diff) | |
download | xdg-specs-cab65e9ade1e0a9c549a8f1ab4781e9585410803.tar.xz |
change "the $PATH" to "the $PATH environment variable".
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: change "the $PATH" to "the $PATH environment
variable".
http://lists.freedesktop.org/archives/xdg/2007-March/009552.html
-rw-r--r-- | desktop-entry/ChangeLog | 6 | ||||
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog index 3295e61..b38d940 100644 --- a/desktop-entry/ChangeLog +++ b/desktop-entry/ChangeLog @@ -1,5 +1,11 @@ 2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: change "the $PATH" to "the $PATH environment + variable". + http://lists.freedesktop.org/archives/xdg/2007-March/009552.html + +2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: improve the description of the Comment key. http://lists.freedesktop.org/archives/xdg/2007-March/009440.html diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index f79016d..756419e 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -571,7 +571,8 @@ by one or more arguments. The executable program can either be specified with its full path or with the name of the executable only. If no full path is provided the - executable is looked up in the $PATH used by the desktop environment. + executable is looked up in the $PATH environment variable used by the + desktop environment. The name or path of the executable program may not contain the equal sign ("="). Arguments are separated by a space. </para> |