aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-07-01 00:28:54 +0200
committerLennart Poettering <lennart@poettering.net>2014-07-01 00:29:38 +0200
commit6e81b5b9dc10dd0b47102afe42457e4a314cb01f (patch)
treededdfde0efa62aa2e47c2bb28b9d2a2b9222424b
parentupdate TODO (diff)
downloadsystemd-6e81b5b9dc10dd0b47102afe42457e4a314cb01f.tar.gz
systemd-6e81b5b9dc10dd0b47102afe42457e4a314cb01f.tar.bz2
systemd-6e81b5b9dc10dd0b47102afe42457e4a314cb01f.zip
man: reference $TMPDIR, not $TMP in file-hierarchy(7)
This what environ(7) and POSIX define, so that's what we should reference.
-rw-r--r--man/file-hierarchy.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml
index a096359c8..fb72693c0 100644
--- a/man/file-hierarchy.xml
+++ b/man/file-hierarchy.xml
@@ -181,11 +181,11 @@
certain time are usually automatically
deleted. If applications find the
environment variable
- <varname>$TMP</varname> set they
+ <varname>$TMPDIR</varname> set they
should prefer using the directory
specified in it over directly
referencing
- <filename>/tmp</filename>.</para></listitem>
+ <filename>/tmp</filename> (see <citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry> for details).</para></listitem>
</varlistentry>
</variablelist>
@@ -451,11 +451,11 @@
or similar calls should be used to
make use of this directory. If
applications find the environment
- variable <varname>$TMP</varname> set
- they should prefer using the directory
- specified in it over directly
- referencing
- <filename>/var/tmp</filename>.
+ variable <varname>$TMPDIR</varname>
+ set they should prefer using the
+ directory specified in it over
+ directly referencing
+ <filename>/var/tmp</filename> (see <citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry> for details).
</para></listitem>
</varlistentry>