From: Lennart Poettering Date: Mon, 30 Jun 2014 22:28:54 +0000 (+0200) Subject: man: reference $TMPDIR, not $TMP in file-hierarchy(7) X-Git-Tag: v215~90 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=6e81b5b9dc10dd0b47102afe42457e4a314cb01f man: reference $TMPDIR, not $TMP in file-hierarchy(7) This what environ(7) and POSIX define, so that's what we should reference. --- 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 - $TMP set they + $TMPDIR set they should prefer using the directory specified in it over directly referencing - /tmp. + /tmp (see environ7 for details). @@ -451,11 +451,11 @@ or similar calls should be used to make use of this directory. If applications find the environment - variable $TMP set - they should prefer using the directory - specified in it over directly - referencing - /var/tmp. + variable $TMPDIR + set they should prefer using the + directory specified in it over + directly referencing + /var/tmp (see environ7 for details).