From: Michael R Sweet Date: Mon, 14 May 2018 17:26:55 +0000 (-0700) Subject: Fix cupsJobPassword documentation. X-Git-Tag: v2.3b5~12 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=commitdiff_plain;h=5c2c2ab6a3910d158ad8588b7e8b4e7992aea4a9 Fix cupsJobPassword documentation. --- diff --git a/doc/help/cupspm.epub b/doc/help/cupspm.epub index ccbc21d72..78a39024f 100644 Binary files a/doc/help/cupspm.epub and b/doc/help/cupspm.epub differ diff --git a/doc/help/spec-ppd.html b/doc/help/spec-ppd.html index 4e2c29cf7..248578995 100644 --- a/doc/help/spec-ppd.html +++ b/doc/help/spec-ppd.html @@ -1882,7 +1882,20 @@ http://www.vendor.com/help"

*cupsJobPassword: "format"

-

This keyword defines the format of the job-password IPP attribute, if supported by the printer. Currently the only supported format is "1111" indicating a 4-digit PIN code.

+

This keyword defines the format of the "job-password" IPP attribute, if supported by the printer. The following format characters are supported:

+ + + +

The format characters are repeated to indicate the length of the +password string. For example, "1111" indicated a 4-digit US ASCII PIN code.

Example:

diff --git a/filter/spec-ppd.shtml b/filter/spec-ppd.shtml index 875126e74..1696a139e 100644 --- a/filter/spec-ppd.shtml +++ b/filter/spec-ppd.shtml @@ -1338,7 +1338,20 @@ http://www.vendor.com/help"

*cupsJobPassword: "format"

-

This keyword defines the format of the job-password IPP attribute, if supported by the printer. Currently the only supported format is "1111" indicating a 4-digit PIN code.

+

This keyword defines the format of the "job-password" IPP attribute, if supported by the printer. The following format characters are supported:

+ + + +

The format characters are repeated to indicate the length of the +password string. For example, "1111" indicated a 4-digit US ASCII PIN code.

Example: