summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-05-13 17:10:48 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-05-13 17:10:48 -0400
commitc8d7d4bf5555898ad53dd69694dba20a9a1aa493 (patch)
tree8c41c80c400fe674599433958c0cf9e8ac8468a8 /man
parentbd5165714864567d6626b0fabacdd4ac56498307 (diff)
downloadcups-c8d7d4bf5555898ad53dd69694dba20a9a1aa493.tar.gz
Add support for $date-current, $date-start, and ISO-8601 time period values for
relative date/time values.
Diffstat (limited to 'man')
-rw-r--r--man/ipptoolfile.58
1 files changed, 7 insertions, 1 deletions
diff --git a/man/ipptoolfile.5 b/man/ipptoolfile.5
index fd2aec332..5ef621979 100644
--- a/man/ipptoolfile.5
+++ b/man/ipptoolfile.5
@@ -6,7 +6,7 @@
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
.\" information.
.\"
-.TH ipptoolfile 5 "CUPS" "26 April 2019" "Apple Inc."
+.TH ipptoolfile 5 "CUPS" "13 May 2019" "Apple Inc."
.SH NAME
ipptoolfile \- ipptool file format
.SH DESCRIPTION
@@ -594,6 +594,12 @@ Inserts a single "$" character.
\fB$ENV[\fIname\fB]\fR
Inserts the value of the named environment variable, or an empty string if the environment variable is not defined.
.TP 5
+\fB$date-current\fR
+Inserts the current date and time using the ISO-8601 format ("yyyy-mm-ddThh:mm:ssZ").
+.TP 5
+\fB$date-start\fR
+Inserts the starting date and time using the ISO-8601 format ("yyyy-mm-ddThh:mm:ssZ").
+.TP 5
\fB$filename\fR
Inserts the filename provided to
.BR ipptool (8)