From 889b19fbe50de633ecc534862faf945d2eab160c Mon Sep 17 00:00:00 2001 From: Mike Shantz Date: Fri, 19 May 2023 10:41:48 -0400 Subject: [PATCH] Document default repeat interval --- doc/help/man-ipptoolfile.html | 1 + man/ipptoolfile.5 | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/help/man-ipptoolfile.html b/doc/help/man-ipptoolfile.html index e5b6b8d052..7c704bea2a 100644 --- a/doc/help/man-ipptoolfile.html +++ b/doc/help/man-ipptoolfile.html @@ -155,6 +155,7 @@ Multiple collection values can be supplied as needed, separated by commas.
DELAY seconds[,repeat-seconds]
Specifies a delay in seconds before this test will be run. If two values are specified, the second value is used as the delay between repeated tests. +A default repeat interval of 5 seconds is used if this directive is not provided.
DISPLAY attribute-name
Specifies that value of the named attribute should be output as part of the test report. diff --git a/man/ipptoolfile.5 b/man/ipptoolfile.5 index ed891965b5..9c0718cd6b 100644 --- a/man/ipptoolfile.5 +++ b/man/ipptoolfile.5 @@ -185,6 +185,7 @@ Uses the specified compression on the document data following the attributes in \fBDELAY \fIseconds\fR[\fI,repeat-seconds\fR] Specifies a delay in seconds before this test will be run. If two values are specified, the second value is used as the delay between repeated tests. +A default repeat interval of 5 seconds is used if this directive is not provided. .TP 5 \fBDISPLAY \fIattribute-name\fR Specifies that value of the named attribute should be output as part of the -- 2.47.2