summaryrefslogtreecommitdiff
path: root/man/standard-specifiers.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-05 18:33:10 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-05 18:44:05 +0200
commit806d919cb551163a00565b988915af6749ebd918 (patch)
treed9ae99921b86d0def0ffc54fe851b05059dce937 /man/standard-specifiers.xml
parent3b1211574b0feeccb0d507b6f5db353d3a1a72c4 (diff)
downloadsystemd-806d919cb551163a00565b988915af6749ebd918.tar.gz
man: add note that %T/%V don't have the trailing slash
Diffstat (limited to 'man/standard-specifiers.xml')
-rw-r--r--man/standard-specifiers.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/man/standard-specifiers.xml b/man/standard-specifiers.xml
index 3efbb6db00..5b73043ce2 100644
--- a/man/standard-specifiers.xml
+++ b/man/standard-specifiers.xml
@@ -39,11 +39,21 @@
<entry>Operating system ID</entry>
<entry>The operating system identifier of the running system, as read from the <varname>ID=</varname> field of <filename>/etc/os-release</filename>. See <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry> for more information.</entry>
</row>
+ <row id='T'>
+ <entry><literal>%T</literal></entry>
+ <entry>Directory for temporary files</entry>
+ <entry>This is either <filename>/tmp<!-- no / --></filename> or the path <literal>$TMPDIR</literal>, <literal>$TEMP</literal> or <literal>$TMP</literal> are set to. (Note that the directory may be specified without a trailing slash.)</entry>
+ </row>
<row id='v'>
<entry><literal>%v</literal></entry>
<entry>Kernel release</entry>
<entry>Identical to <command>uname -r</command> output.</entry>
</row>
+ <row id='V'>
+ <entry><literal>%V</literal></entry>
+ <entry>Directory for larger and persistent temporary files</entry>
+ <entry>This is either <filename>/var/tmp<!-- no / --></filename> or the path <literal>$TMPDIR</literal>, <literal>$TEMP</literal> or <literal>$TMP</literal> are set to. (Note that the directory may be specified without a trailing slash.)</entry>
+ </row>
<row id='w'>
<entry><literal>%w</literal></entry>
<entry>Operating system version ID</entry>