From: Lennart Poettering Date: Mon, 11 Apr 2016 16:48:31 +0000 (+0200) Subject: man: shorten the list of unit file paths a bit X-Git-Tag: v230~185^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6e1bd2c520c57c9a9e00e3fed082063dfd424da;p=thirdparty%2Fsystemd.git man: shorten the list of unit file paths a bit Let's make this more digestable to read by making the list of documented unit file paths a bit shorter. Specifically, let's drop references to $XDG_CONFIG_HOME and $XDG_DATA_HOME, as their default values are listed too already. Given that the fact that the XDG basedir spec makes these paths configurable is probably not a strong point of the spec, let's drop the reference to the env vars, and keep only the literal, default paths for them in the list. Of course, we do support the full XDG basedir spec in this regard, but it's one thing to implement it and another one to recommend it by documenting it. Replace "$HOME" by "~", because UNIX. --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index f5022b03cc1..79933011679 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -66,18 +66,16 @@ /etc/systemd/system/* /run/systemd/system/* /usr/lib/systemd/system/* -... +… - $XDG_CONFIG_HOME/systemd/user/* -$HOME/.config/systemd/user/* + ~/.config/systemd/user/* /etc/systemd/user/* $XDG_RUNTIME_DIR/systemd/user/* /run/systemd/user/* -$XDG_DATA_HOME/systemd/user/* -$HOME/.local/share/systemd/user/* +~/.local/share/systemd/user/* /usr/lib/systemd/user/* -... +…