From 383098db07f82e35d8e77e1eb4b3306966ab13fa Mon Sep 17 00:00:00 2001 From: Danil Korotenko Date: Thu, 6 May 2021 19:02:41 +0300 Subject: [PATCH] Fixed attribute name in documentation. --- doc/help/spec-ipp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/help/spec-ipp.html b/doc/help/spec-ipp.html index 8f0ad313d7..a0ff0eb678 100644 --- a/doc/help/spec-ipp.html +++ b/doc/help/spec-ipp.html @@ -1292,7 +1292,7 @@ CUPS-Get-PPDs Response:
"document-number" (integer(1:MAX)): -
The client MUST supply a document number to retrieve. The document-count attribute for the job defines the maximum document number that can be specified. In the case of jobs with banners (job-sheets is not "none"), document number 1 will typically contain the start banner and document number N will typically contain the end banner. +
The client MUST supply a document number to retrieve. The number-of-documents attribute for the job defines the maximum document number that can be specified. In the case of jobs with banners (job-sheets is not "none"), document number 1 will typically contain the start banner and document number N will typically contain the end banner. -- 2.47.2