From aa96ef86a75bd424c47f6267a2bd20558615f6b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 19 Feb 2021 11:02:52 +0100 Subject: [PATCH] man: use ~/.config instead of XDG_CONFIG_HOME e3820eeaf11f3b4614cbdfbc85675bc16a486e21 did that replacement XDG_CONFIG_HOME, in one of two places. Let's use ~/.config everywhere. Quoting https://github.com/systemd/systemd/pull/18704#discussion_r579465254: > I'd really drop XDG_CONFIG_HOME from the docs. It's confusing enough as it > is. Where we don't need the indirections we should not confuse people with > it, in particular as people might then think it's actually a good idea to use > that env var and redirect things. I'd just show the literal path everywhere, > even if we internally use the env var. --- man/systemd.unit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index da350844bd7..f72e2032953 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -60,7 +60,7 @@ $XDG_RUNTIME_DIR/systemd/user.control/* $XDG_RUNTIME_DIR/systemd/transient/* $XDG_RUNTIME_DIR/systemd/generator.early/* -$XDG_CONFIG_HOME/systemd/user/* +~/.config/systemd/user/* $XDG_CONFIG_DIRS/systemd/user/* /etc/systemd/user/* $XDG_RUNTIME_DIR/systemd/user/* -- 2.47.3