Skip to content

Commit

Permalink
Update ipptoolfile man page to include hex string example.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Nov 17, 2023
1 parent 5489476 commit f1cf461
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 6 additions & 2 deletions doc/ipptoolfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,11 @@ <h3 id="ipptoolfile-5.description.test-directives">Test Directives</h3>
</p>
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>ATTR </strong><em>out-of-band-tag attribute-name</em><br>
</p>
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>ATTR </strong><em>tag attribute-name value(s)</em><br>
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>ATTR </strong><em>tag attribute-name value[,...,value]</em><br>
</p>
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>ATTR </strong><em>tag attribute-name &quot;value&quot;[,...,&quot;value&quot;]</em><br>
</p>
<p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>ATTR </strong><em>tag attribute-name &lt;hex-value>[,...,&lt;hex-value>]</em><br>
Adds an attribute to the test request.
Out-of-band tags (admin-define, delete-attribute, no-value, not-settable, unknown, unsupported) have no value.
Values for other tags are delimited by the comma (&quot;,&quot;) character - escape commas using the &quot;\&quot; character.
Expand Down Expand Up @@ -968,7 +972,7 @@ <h2 id="ipptoolfile-5.see-also">See Also</h2>
</p>
<p>PWG Internet Printing Protocol Workgroup (<a href="https://www.pwg.org/ipp">https://www.pwg.org/ipp</a>)
</p>
<p>PWG 5101.1-2013: PWG Media Standardized Names v2.0 (<a href="https://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn20-20130328-5101.1.pdf">https://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn20-20130328-5101.1.pdf</a>)
<p>PWG 5101.1-2023: PWG Media Standardized Names v2.1 (<a href="https://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn21-20230915-5101.1.pdf">https://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn21-20230915-5101.1.pdf</a>)
</p>
<p>RFC 8011 (<a href="https://datatracker.ietf.org/doc/html/rfc8011">https://datatracker.ietf.org/doc/html/rfc8011</a>)
</p>
Expand Down
10 changes: 7 additions & 3 deletions man/ipptoolfile.5
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
.\" information.
.\"
.TH ipptoolfile 5 "CUPS" "2023-01-28" "OpenPrinting"
.TH ipptoolfile 5 "CUPS" "2023-11-17" "OpenPrinting"
.SH NAME
ipptoolfile \- ipptool file format
.SH DESCRIPTION
Expand Down Expand Up @@ -164,7 +164,11 @@ The following directives are understood within a \fItest\fR:
.TP 5
\fBATTR \fIout-of-band-tag attribute-name\fR
.TP 5
\fBATTR \fItag attribute-name value(s)\fR
\fBATTR \fItag attribute-name value[,...,value]\fR
.TP 5
\fBATTR \fItag attribute-name "value"[,...,"value"]\fR
.TP 5
\fBATTR \fItag attribute-name <hex-value>[,...,<hex-value>]\fR
Adds an attribute to the test request.
Out-of-band tags (admin-define, delete-attribute, no-value, not-settable, unknown, unsupported) have no value.
Values for other tags are delimited by the comma (",") character - escape commas using the "\\" character.
Expand Down Expand Up @@ -878,7 +882,7 @@ IANA IPP Registry (https://www.iana.org/assignments/ipp-registrations)
.PP
PWG Internet Printing Protocol Workgroup (https://www.pwg.org/ipp)
.PP
PWG 5101.1-2013: PWG Media Standardized Names v2.0 (https://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn20-20130328-5101.1.pdf)
PWG 5101.1-2023: PWG Media Standardized Names v2.1 (https://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn21-20230915-5101.1.pdf)
.PP
RFC 8011 (https://datatracker.ietf.org/doc/html/rfc8011)
.SH COPYRIGHT
Expand Down

0 comments on commit f1cf461

Please sign in to comment.