From: Michael R Sweet Date: Thu, 15 Aug 2019 17:40:12 +0000 (-0400) Subject: Fix typo in ipptoolfile man page. X-Git-Tag: v2.3.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d784ca2f837b6c221d97ec0850b7020d13db75a5;p=thirdparty%2Fcups.git Fix typo in ipptoolfile man page. --- diff --git a/doc/help/man-ipptoolfile.html b/doc/help/man-ipptoolfile.html index 7bf911d910..e0f6727d78 100644 --- a/doc/help/man-ipptoolfile.html +++ b/doc/help/man-ipptoolfile.html @@ -143,7 +143,7 @@ The following directives are understood within a test:
ATTR tag attribute-name value(s)
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.
ATTR collection attribute-name { MEMBER tag member-name value(s) ... } [ ... ,{ ... } ]
Adds a collection attribute to the test request. diff --git a/man/ipptoolfile.5 b/man/ipptoolfile.5 index e28e6105b8..700101773c 100644 --- a/man/ipptoolfile.5 +++ b/man/ipptoolfile.5 @@ -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 @@ -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]