From fcf973ace934215a689fc73e9a87088a9880c838 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 11 Aug 2014 02:39:06 +0200 Subject: basedir: Reformat text, fix unconsistent hyphenation * Reformat and reindent the text and use spaces exclusively instead of mixed tabs and spaces. (Spaces choosen since the majority of lines were space indented.) * Make hyphenation of 'user-specific' more consistent. * Remove ending slashes of $XDG_DATA_DIRS paths. --- basedir/basedir-spec.xml | 69 ++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/basedir/basedir-spec.xml b/basedir/basedir-spec.xml index 8e6fff6..a8708e9 100644 --- a/basedir/basedir-spec.xml +++ b/basedir/basedir-spec.xml @@ -1,6 +1,6 @@ + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ + ]>
XDG Base Directory Specification @@ -8,31 +8,31 @@ 24th November 2010 - Waldo - Bastian - -
- bastian@kde.org -
-
+ Waldo + Bastian + +
+ bastian@kde.org +
+
- Ryan - Lortie - -
- desrt@desrt.ca -
-
+ Ryan + Lortie + +
+ desrt@desrt.ca +
+
- Lennart - Poettering - -
- lennart@poettering.net -
-
+ Lennart + Poettering + +
+ lennart@poettering.net +
+
@@ -100,24 +100,25 @@ - All paths set in these environment variables must be - absolute. If an implementation encounters a relative path in any - of these variables it should consider the path invalid and ignore - it. + + All paths set in these environment variables must be + absolute. If an implementation encounters a relative path in any + of these variables it should consider the path invalid and ignore + it. + - Environment variables $XDG_DATA_HOME defines the base directory relative to - which user specific data files should be stored. If + which user-specific data files should be stored. If $XDG_DATA_HOME is either not set or empty, a default equal to $HOME/.local/share should be used. $XDG_CONFIG_HOME defines the base directory relative to - which user specific configuration files should be stored. If + which user-specific configuration files should be stored. If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used. @@ -130,7 +131,7 @@ If $XDG_DATA_DIRS is either not set or empty, a value equal to - /usr/local/share/:/usr/share/ should be used. + /usr/local/share:/usr/share should be used. $XDG_CONFIG_DIRS defines the preference-ordered set of @@ -156,7 +157,7 @@ $XDG_CACHE_HOME defines the base directory relative to - which user specific non-essential data files should be stored. If + which user-specific non-essential data files should be stored. If $XDG_CACHE_HOME is either not set or empty, a default equal to $HOME/.cache should be used. @@ -219,7 +220,7 @@ - A user specific version of the data file may be created in + A user-specific version of the data file may be created in $XDG_DATA_HOME/subdir/filename, taking into account the default value for $XDG_DATA_HOME if $XDG_DATA_HOME is not set. @@ -249,7 +250,7 @@ - A user specific version of the configuration file may be created in + A user-specific version of the configuration file may be created in $XDG_CONFIG_HOME/subdir/filename, taking into account the default value for $XDG_CONFIG_HOME if $XDG_CONFIG_HOME is not set. -- cgit v1.2.3-54-g00ecf