summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/docs/CommandGuide/lit.rst
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/docs/CommandGuide/lit.rst')
-rw-r--r--gnu/llvm/docs/CommandGuide/lit.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/docs/CommandGuide/lit.rst b/gnu/llvm/docs/CommandGuide/lit.rst
index 0d39311152d..e0d09ae977d 100644
--- a/gnu/llvm/docs/CommandGuide/lit.rst
+++ b/gnu/llvm/docs/CommandGuide/lit.rst
@@ -407,7 +407,7 @@ These are defined in TestRunner.py. The base set of substitutions are:
%p same as %S
%{pathsep} path separator
%t temporary file name unique to the test
- %T temporary directory unique to the test
+ %T parent directory of %t (not unique, deprecated, do not use)
%% %
========== ==============