Skip to content

Commit

Permalink
Fix typo in ipptoolfile man page.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Aug 15, 2019
1 parent f4b0bfa commit d784ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/help/man-ipptoolfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h3><a name="TEST_DIRECTIVES">Test Directives</a></h3>
<dd style="margin-left: 5.0em"><dt><b>ATTR </b><i>tag attribute-name value(s)</i>
<dd style="margin-left: 5.0em">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 separated by the comma (",") character - escape commas using the "" character.
Values for other tags are delimited by the comma (",") character - escape commas using the "\" character.
Common attributes and values are listed in the IANA IPP registry - see references below.
<dt><b>ATTR collection </b><i>attribute-name </i><b>{ MEMBER </b><i>tag member-name value(s) ... </i><b>}</b> [ <i>... </i><b>,{ </b><i>... </i><b>} </b>]
<dd style="margin-left: 5.0em">Adds a collection attribute to the test request.
Expand Down
4 changes: 2 additions & 2 deletions man/ipptoolfile.5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
.\" information.
.\"
.TH ipptoolfile 5 "CUPS" "5 August 2019" "Apple Inc."
.TH ipptoolfile 5 "CUPS" "15 August 2019" "Apple Inc."
.SH NAME
ipptoolfile \- ipptool file format
.SH DESCRIPTION
Expand Down Expand Up @@ -166,7 +166,7 @@ The following directives are understood within a \fItest\fR:
\fBATTR \fItag attribute-name value(s)\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 separated by the comma (",") character - escape commas using the "\" character.
Values for other tags are delimited by the comma (",") character - escape commas using the "\\" character.
Common attributes and values are listed in the IANA IPP registry - see references below.
.TP 5
\fBATTR collection \fIattribute-name \fB{ MEMBER \fItag member-name value(s) ... \fB}\fR [ \fI... \fB,{ \fI... \fB} \fR]
Expand Down

0 comments on commit d784ca2

Please sign in to comment.