Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <yann@leboulanger.org>2017-09-07 19:03:20 +0300
committerYann Leboulanger <yann@leboulanger.org>2017-09-07 19:03:20 +0300
commitf569084b2da324b928720ba40029e187adeacdb2 (patch)
tree8d06246afbdb84234a0a9058a966bd51dfa100b8 /data/gajim.1
parent995ade8a1145d53d7ce279cc46db517f0c12f577 (diff)
fix XDG path in man pages. Fixes #8507
Diffstat (limited to 'data/gajim.1')
-rw-r--r--data/gajim.112
1 files changed, 6 insertions, 6 deletions
diff --git a/data/gajim.1 b/data/gajim.1
index 06521f3d5..c5d4c5990 100644
--- a/data/gajim.1
+++ b/data/gajim.1
@@ -66,19 +66,19 @@ Where to look for configuration files
.El
.Sh FILES
.Bl -tag -width Ds
-.It $XDG_CACHE_DIR/gajim/cache.db
+.It $XDG_CACHE_HOME/gajim/cache.db
Cache database file of transports, caps, roster entry, and roster group.
-.It $XDG_CACHE_DIR/gajim/avatars/
+.It $XDG_CACHE_HOME/gajim/avatars/
Cache directory of avatars.
-.It $XDG_CACHE_DIR/gajim/vcards/
+.It $XDG_CACHE_HOME/gajim/vcards/
Cache directory of vCards (virtual cards).
-.It $XDG_CONFIG_DIR/gajim/
+.It $XDG_CONFIG_HOME/gajim/
The config-path used when
.Op Fl c
is not specified.
-.It $XDG_DATA_DIR/gajim/certs/
+.It $XDG_DATA_HOME/gajim/certs/
Directory where certificates are stored.
-.It $XDG_DATA_DIR/gajim/logs.db
+.It $XDG_DATA_HOME/gajim/logs.db
The history database log file.
For more information on database logs see
<https://dev.gajim.org/gajim/gajim/wikis/development/LogsDatabase>.