From 806d919cb551163a00565b988915af6749ebd918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 5 Oct 2020 18:33:10 +0200 Subject: man: add note that %T/%V don't have the trailing slash --- man/standard-specifiers.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'man/standard-specifiers.xml') 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 @@ Operating system ID The operating system identifier of the running system, as read from the ID= field of /etc/os-release. See os-release5 for more information. + + %T + Directory for temporary files + This is either /tmp or the path $TMPDIR, $TEMP or $TMP are set to. (Note that the directory may be specified without a trailing slash.) + %v Kernel release Identical to uname -r output. + + %V + Directory for larger and persistent temporary files + This is either /var/tmp or the path $TMPDIR, $TEMP or $TMP are set to. (Note that the directory may be specified without a trailing slash.) + %w Operating system version ID -- cgit v1.2.1