From: Zbigniew Jędrzejewski-Szmek Date: Fri, 19 Feb 2021 10:02:52 +0000 (+0100) Subject: man: use ~/.config instead of XDG_CONFIG_HOME X-Git-Tag: v248-rc1~8^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa96ef86a75bd424c47f6267a2bd20558615f6b4;p=thirdparty%2Fsystemd.git 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. --- 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/*