diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-29 19:35:40 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-08 09:52:16 +0100 |
commit | 51c169c8d6a8da488c2a9cc7b4f0255a58bb0e01 (patch) | |
tree | e7a1129cb4fea8924f06f4137c14d04e094d057d /man | |
parent | TEST-22: extend test suite a bit (diff) | |
download | systemd-51c169c8d6a8da488c2a9cc7b4f0255a58bb0e01.tar.gz systemd-51c169c8d6a8da488c2a9cc7b4f0255a58bb0e01.tar.bz2 systemd-51c169c8d6a8da488c2a9cc7b4f0255a58bb0e01.zip |
man: stop mentioning /var/run in tmpfiles.d(5)
It's obsolete, stop mentioning it. Let's not confuse people suggests it
would be OK to use that, because it really isn't anymore, and it gives
us trouble with merging idenctical lines.
Diffstat (limited to 'man')
-rw-r--r-- | man/tmpfiles.d.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 49a5bdd16..7d7f97797 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -46,12 +46,9 @@ directories which usually reside in directories such as <filename>/run</filename> or <filename>/tmp</filename>.</para> - <para>Volatile and temporary files and directories are those - located in <filename>/run</filename> (and its alias - <filename>/var/run</filename>), <filename>/tmp</filename>, - <filename>/var/tmp</filename>, the API file systems such as - <filename>/sys</filename> or <filename>/proc</filename>, as well - as some other directories below <filename>/var</filename>.</para> + <para>Volatile and temporary files and directories are those located in <filename>/run</filename>, + <filename>/tmp</filename>, <filename>/var/tmp</filename>, the API file systems such as <filename>/sys</filename> or + <filename>/proc</filename>, as well as some other directories below <filename>/var</filename>.</para> <para>System daemons frequently require private runtime directories below <filename>/run</filename> to place communication |