summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-05-14 10:26:55 -0700
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-05-14 10:26:55 -0700
commit5c2c2ab6a3910d158ad8588b7e8b4e7992aea4a9 (patch)
treee070b10245a2e4795bb1e1364311381f7701c92a /doc
parent06a5a4d332debf82e76eb73e940b587ff6499f11 (diff)
downloadcups-5c2c2ab6a3910d158ad8588b7e8b4e7992aea4a9.tar.gz
Fix cupsJobPassword documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/help/cupspm.epubbin220781 -> 220782 bytes
-rw-r--r--doc/help/spec-ppd.html15
2 files changed, 14 insertions, 1 deletions
diff --git a/doc/help/cupspm.epub b/doc/help/cupspm.epub
index ccbc21d72..78a39024f 100644
--- a/doc/help/cupspm.epub
+++ b/doc/help/cupspm.epub
Binary files 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"
<p class='summary'>*cupsJobPassword: "format"</p>
-<p>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.</p>
+<p>This keyword defines the format of the "job-password" IPP attribute, if supported by the printer. The following format characters are supported:</p>
+
+<ul>
+ <li><code>1</code>: US ASCII digits.</li>
+ <li><code>A</code>: US ASCII letters.</li>
+ <li><code>C</code>: US ASCII letters, numbers, and punctuation.</li>
+ <li><code>.</code>: Any US ASCII printable character (0x20 to 0x7e).</li>
+ <li><code>N</code>: Any Unicode digit character.</li>
+ <li><code>U</code>: Any Unicode letter character.</li>
+ <li><code>*</code>: Any Unicode (utf-8) character.</li>
+</ul>
+
+<p>The format characters are repeated to indicate the length of the
+password string. For example, "1111" indicated a 4-digit US ASCII PIN code.</p>
<p>Example:</p>