From: Danil Korotenko Date: Thu, 6 May 2021 16:02:41 +0000 (+0300) Subject: Fixed attribute name in documentation. X-Git-Tag: v2.4b1~122^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F184%2Fhead;p=thirdparty%2Fcups.git Fixed attribute name in documentation. --- 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.