From 6e81b5b9dc10dd0b47102afe42457e4a314cb01f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 1 Jul 2014 00:28:54 +0200 Subject: [PATCH] man: reference $TMPDIR, not $TMP in file-hierarchy(7) This what environ(7) and POSIX define, so that's what we should reference. --- man/file-hierarchy.xml | 14 +++++++------- 1 file 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 - $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). -- 2.30.2