]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update man pages and other documentation.
authorMichael R Sweet <msweet@msweet.org>
Mon, 1 Mar 2021 02:26:26 +0000 (21:26 -0500)
committerMichael R Sweet <msweet@msweet.org>
Mon, 1 Mar 2021 02:26:26 +0000 (21:26 -0500)
- man/*: Point to OpenPrinting, add OpenPrinting copyright, update dates and
  URLS.
- doc/help/cupspm.*: Add array, dir, file, and raster APIs to reference
  material.
- doc/help/api-raster.html: Drop now that this content is in the CUPS PM.
  (still need to move the examples to the PM)
- Rebuild all HTML documentation using the current codedoc and mantohtml.

105 files changed:
cups/Makefile
cups/cupspm.md
doc/Makefile
doc/help/api-admin.html
doc/help/api-filter.html
doc/help/api-ppd.html
doc/help/api-raster.html [deleted file]
doc/help/cupspm.epub
doc/help/cupspm.html
doc/help/man-backend.html
doc/help/man-cancel.html
doc/help/man-classes.conf.html
doc/help/man-client.conf.html
doc/help/man-cups-config.html
doc/help/man-cups-files.conf.html
doc/help/man-cups-lpd.html
doc/help/man-cups-snmp.conf.html
doc/help/man-cups-snmp.html
doc/help/man-cups.html
doc/help/man-cupsaccept.html
doc/help/man-cupsctl.html
doc/help/man-cupsd-helper.html
doc/help/man-cupsd-logs.html
doc/help/man-cupsd.conf.html
doc/help/man-cupsd.html
doc/help/man-cupsenable.html
doc/help/man-cupsfilter.html
doc/help/man-cupstestppd.html
doc/help/man-filter.html
doc/help/man-ippevepcl.html
doc/help/man-ippeveprinter.html
doc/help/man-ippfind.html
doc/help/man-ipptool.html
doc/help/man-ipptoolfile.html
doc/help/man-lp.html
doc/help/man-lpadmin.html
doc/help/man-lpc.html
doc/help/man-lpinfo.html
doc/help/man-lpmove.html
doc/help/man-lpoptions.html
doc/help/man-lpq.html
doc/help/man-lpr.html
doc/help/man-lprm.html
doc/help/man-lpstat.html
doc/help/man-mailto.conf.html
doc/help/man-mime.convs.html
doc/help/man-mime.types.html
doc/help/man-notifier.html
doc/help/man-ppdc.html
doc/help/man-ppdcfile.html
doc/help/man-ppdhtml.html
doc/help/man-ppdi.html
doc/help/man-ppdmerge.html
doc/help/man-ppdpo.html
doc/help/man-printers.conf.html
doc/help/man-subscriptions.conf.html
doc/help/spec-design.html
man/backend.7
man/cancel.1
man/classes.conf.5
man/client.conf.5
man/cups-config.1
man/cups-files.conf.5
man/cups-lpd.8
man/cups-snmp.8
man/cups-snmp.conf.5
man/cups.1
man/cupsaccept.8
man/cupsctl.8
man/cupsd-helper.8
man/cupsd-logs.5
man/cupsd.8
man/cupsd.conf.5
man/cupsenable.8
man/cupsfilter.8
man/cupstestppd.1
man/filter.7
man/ippevepcl.7
man/ippeveprinter.1
man/ippfind.1
man/ipptool.1
man/ipptoolfile.5
man/lp.1
man/lpadmin.8
man/lpc.8
man/lpinfo.8
man/lpmove.8
man/lpoptions.1
man/lpq.1
man/lpr.1
man/lprm.1
man/lpstat.1
man/mailto.conf.5
man/mime.convs.5
man/mime.types.5
man/notifier.7
man/ppdc.1
man/ppdcfile.5
man/ppdhtml.1
man/ppdi.1
man/ppdmerge.1
man/ppdpo.1
man/printers.conf.5
man/subscriptions.conf.5
scripts/copydocs [new file with mode: 0755]

index 4e2aa6d37b9f601de9fa94dc7c85296760caf051..868fce018c9fb6f9f15fa44a74cd630772c00d78 100644 (file)
@@ -731,8 +731,9 @@ apihelp:
        $(RM) cupspm.xml
        codedoc --section "Programming" --body cupspm.md \
                cupspm.xml \
-               auth.c cups.h dest*.c encode.c http.h http*.c ipp.h ipp*.c \
-               options.c tls-darwin.c usersys.c util.c \
+               array.[ch] auth.c cups.h dest*.c dir.[ch] encode.c file.[ch] \
+               http.h http*.c ipp.h ipp*.c options.c pwg.[ch] \
+               raster.h raster-stubs.c tls-darwin.c usersys.c util.c \
                --coverimage cupspm.png \
                --epub ../doc/help/cupspm.epub
        codedoc --section "Programming" --body cupspm.md \
@@ -746,11 +747,6 @@ apihelp:
                --css ../doc/cups-printable.css \
                --header api-ppd.header --body api-ppd.shtml \
                ppd.h ppd-*.c raster-interstub.c >../doc/help/api-ppd.html
-       codedoc --section "Programming" --title "Raster API" \
-               --css ../doc/cups-printable.css \
-               --header api-raster.header --body api-raster.shtml \
-               ../cups/raster.h raster-stubs.c \
-               >../doc/help/api-raster.html
        codedoc --section "Programming" \
                --title "Filter and Backend Programming" \
                --css ../doc/cups-printable.css \
index f271c89d365488cf5f21a2d4dda0ab566801936d..f619641506c07b8dc627dca300ed318e125028f3 100644 (file)
@@ -1,11 +1,11 @@
 ---
 title: CUPS Programming Manual
 author: Michael R Sweet
-copyright: Copyright © 2007-2020 by Apple Inc. All Rights Reserved.
-version: 2.3.4
+copyright: Copyright © 2021 by OpenPrinting. All Rights Reserved.
+version: 2.4.0
 ...
 
-> Please [file issues on Github](https://github.com/apple/cups/issues) to
+> Please [file issues on Github](https://github.com/openprinting/cups/issues) to
 > provide feedback on this document.
 
 
@@ -46,8 +46,9 @@ standard management operations to control the state of those printers and jobs.
 >
 > CUPS printer drivers necessarily depend on specific file formats and certain
 > implementation details of the CUPS software.  Please consult the Postscript
-> and raster printer driver developer documentation on
-> [CUPS.org](https://www.cups.org/documentation.html) for more information.
+> and raster printer driver developer documentation on the
+> [OpenPrinting CUPS web site](https://openprinting.github.io/cups) for more
+> information.
 
 
 ## Terms Used in This Document
index 505701dbd938fa4ed6b85200f04f899157cd4538..a568cc7ae4836085f8a6a80a87bdcb1b58138468 100644 (file)
@@ -45,7 +45,6 @@ HELPFILES     =       \
                        help/api-admin.html \
                        help/api-filter.html \
                        help/api-ppd.html \
-                       help/api-raster.html \
                        help/cgi.html \
                        help/cupspm.html \
                        help/encryption.html \
index f9969d4a9a8b9793347de6172aaa8d3338fcf373..644d494f80eb0e64532ff7c649060a106f4385d2 100644 (file)
 <!DOCTYPE html>
-<html>
+<html lang="en-US">
 <!-- SECTION: Programming -->
-  <head>
-    <title>Administration APIs</title>
-    <meta name="keywords" content="Programming">
-    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <meta name="creator" content="codedoc v3.1">
-    <meta name="author" content="Unknown">
-    <meta name="copyright" content="Unknown">
-    <meta name="version" content="0.0">
-    <style type="text/css"><!--
-BODY {
+<head>
+<title>Administration APIs</title>
+<meta name="keywords" content="Programming">
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+<meta name="generator" content="codedoc v3.7">
+<meta name="author" content="Unknown">
+<meta name="language" content="en-US">
+<meta name="copyright" content="Unknown">
+<meta name="version" content="0.0">
+<style type="text/css"><!--
+body {
   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
 }
 
-H1, H2, H3, H4, H5, H6, P, TD, TH {
+h1, h2, h3, h4, h5, h6, p, td, th {
   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
 }
 
-H1 { font-size: 2em; }
-H2 { font-size: 1.75em; }
-H3 { font-size: 1.5em; }
-H4 { font-size: 1.25em; }
+h1 { font-size: 2em; }
+h2 { font-size: 1.75em; }
+h3 { font-size: 1.5em; }
+h4 { font-size: 1.25em; }
 
-KBD {
+kbd {
   font-family: monaco, courier, monospace;
   font-weight: bold;
 }
 
-PRE {
+pre {
   font-family: monaco, courier, monospace;
 }
 
-BLOCKQUOTE {
+blockquote {
   border-left: solid 2px #777;
   margin: 1em 0;
   padding: 10px;
 }
 
-BLOCKQUOTE OL LI {
+blockquote ol li {
   margin-left: -1em;
 }
 
-PRE.command, PRE.example {
+pre.command, pre.example {
   background: #eee;
   margin: 0 36pt;
   padding: 10px;
 }
 
-P.compact {
+p.compact {
   margin: 0;
 }
 
-P.example {
+p.example {
   font-style: italic;
   margin-left: 36pt;
 }
 
-DL.man DD {
+dl.man dd {
   margin-left: 5em;
 }
 
-DL.man DT {
+dl.man dt {
   margin-left: 0;
 }
 
-PRE.man {
+pre.man {
   margin: 0;
 }
 
-PRE.command EM, PRE.example EM {
+pre.command em, pre.example em {
   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
 }
 
-P.command {
+p.command {
   font-family: monaco, courier, monospace;
   margin-left: 36pt;
 }
 
-P.formula {
+p.formula {
   font-style: italic;
   margin-left: 36pt;
 }
 
-A IMG {
+a img {
   border: none;
 }
 
-A:link:hover IMG {
+a:link:hover img {
   background: #f0f0f0;
   border-radius: 10px;
   -moz-border-radius: 10px;
 }
 
-A:link, A:visited {
+a:link, a:visited {
   font-weight: inherit;
   text-decoration: none;
 }
 
-A:link:hover, A:visited:hover, A:active {
+a:link:hover, a:visited:hover, a:active {
   text-decoration: underline;
 }
 
-SUB, SUP {
+sub, sup {
   font-size: 50%;
 }
 
-TR.data, TD.data, TR.data TD {
+tr.data, td.data, tr.data td {
   margin-top: 10pt;
   padding: 5pt;
   border-bottom: solid 1pt #999999;
 }
 
-TR.data TH {
+tr.data th {
   border-bottom: solid 1pt #999999;
   padding-top: 10pt;
   padding-left: 5pt;
   text-align: left;
 }
 
-DIV.table TABLE {
+div.table table {
   border: solid thin #999999;
   border-collapse: collapse;
   border-spacing: 0;
@@ -127,7 +128,7 @@ DIV.table TABLE {
   margin-right: auto;
 }
 
-DIV.table CAPTION {
+div.table caption {
   caption-side: top;
   font-size: 120%;
   font-style: italic;
@@ -136,23 +137,23 @@ DIV.table CAPTION {
   margin-right: auto;
 }
 
-DIV.table TABLE TD {
+div.table table td {
   border: solid thin #cccccc;
   padding: 5pt 10pt 0;
 }
 
-DIV.table TABLE TH {
+div.table table th {
   background: #cccccc;
   border: none;
   border-bottom: solid thin #999999;
 }
 
-DIV.figure TABLE {
+div.figure table {
   margin-left: auto;
   margin-right: auto;
 }
 
-DIV.figure CAPTION {
+div.figure caption {
   caption-side: bottom;
   font-size: 120%;
   font-style: italic;
@@ -161,21 +162,21 @@ DIV.figure CAPTION {
   margin-right: auto;
 }
 
-TH.label {
+th.label {
   text-align: right;
   vertical-align: top;
 }
 
-TH.sublabel {
+th.sublabel {
   text-align: right;
   font-weight: normal;
 }
 
-HR {
+hr {
   border: solid thin;
 }
 
-SPAN.info {
+span.info {
   background: black;
   border: thin solid black;
   color: white;
@@ -185,41 +186,41 @@ SPAN.info {
   white-space: nowrap;
 }
 
-H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
+h2 span.info, h3 span.info, h4 span.info {
   float: right;
   font-size: 100%;
 }
 
-H1.title {
+h1.title {
 }
 
-H2.title, H3.title {
+h2.title, h3.title {
   border-bottom: solid 2pt #000000;
 }
 
-DIV.indent, TABLE.indent {
+div.indent, table.indent {
   margin-top: 2em;
   margin-left: auto;
   margin-right: auto;
   width: 90%;
 }
 
-TABLE.indent {
+table.indent {
   border-collapse: collapse;
 }
 
-TABLE.indent TD, TABLE.indent TH {
+table.indent td, table.indent th {
   padding: 0;
 }
 
-TABLE.list {
+table.list {
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
   width: 90%;
 }
 
-TABLE.list TH {
+table.list th {
   background: white;
   border-bottom: solid thin #cccccc;
   color: #444444;
@@ -230,57 +231,57 @@ TABLE.list TH {
   white-space: nowrap;
 }
 
-TABLE.list TH A {
+table.list th a {
   color: #4444cc;
 }
 
-TABLE.list TD {
+table.list td {
   border-bottom: solid thin #eeeeee;
   padding-top: 5pt;
   padding-left: 5pt;
 }
 
-TABLE.list TR:nth-child(even) {
+table.list tr:nth-child(even) {
   background: #f8f8f8;
 }
 
-TABLE.list TR:nth-child(odd) {
+table.list tr:nth-child(odd) {
   background: #f4f4f4;
 }
 
-DT {
+dt {
   margin-left: 36pt;
   margin-top: 12pt;
 }
 
-DD {
+dd {
   margin-left: 54pt;
 }
 
-DL.category DT {
+dl.category dt {
   font-weight: bold;
 }
 
-P.summary {
+p.summary {
   margin-left: 36pt;
   font-family: monaco, courier, monospace;
 }
 
-DIV.summary TABLE {
+div.summary table {
   border: solid thin #999999;
   border-collapse: collapse;
   border-spacing: 0;
   margin: 10px;
 }
 
-DIV.summary TABLE TD, DIV.summary TABLE TH {
+div.summary table td, div.summary table th {
   border: solid thin #999999;
   padding: 5px;
   text-align: left;
   vertical-align: top;
 }
 
-DIV.summary TABLE THEAD TH {
+div.summary table thead th {
   background: #eeeeee;
 }
 
@@ -365,7 +366,7 @@ h1, h2, h3, h4, h5, h6 {
 blockquote {
   border: solid thin gray;
   box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
-  padding: 10px 10px 0px;
+  padding: 10px 10px 0;
   page-break-inside: avoid;
 }
 p code, li code, p.code, pre, ul.code li {
@@ -401,8 +402,8 @@ h2 span.info, h3 span.info, h4 span.info {
   padding: 3px 6px;
 }
 h2.title span.info, h3.title span.info, h4.title span.info {
-  border-bottom-left-radius: 0px;
-  border-bottom-right-radius: 0px;
+  border-bottom-left-radius: 0;
+  border-bottom-right-radius: 0;
 }
 h2.title span.info {
   padding: 4px 6px;
@@ -426,7 +427,8 @@ table.list {
   width: 100%;
 }
 table.list tr:nth-child(even) {
-  background: rgba(127,127,127,0.1);]n}
+  background: rgba(127,127,127,0.1);
+}
 table.list th {
   border-right: 2px solid gray;
   font-family: monospace;
@@ -448,8 +450,9 @@ h3.title {
   border-bottom: solid 2px black;
 }
 --></style>
-  </head>
-  <body>
+</head>
+<body>
+<div class="header">
 <!--
   Administrative API header for CUPS.
 
@@ -481,26 +484,27 @@ h3.title {
 </tr>
 </tbody>
 </table></div>
-    <div class="contents">
-      <h2 class="title">Contents</h2>
-      <ul class="contents">
-        <li><a href="#OVERVIEW">Overview</a><ul class="subcontents">
-          <li><a href="#SETTINGS">Scheduler Settings</a></li>
-          <li><a href="#DEVICES">Devices</a></li>
-        </ul></li>
-        <li><a href="#FUNCTIONS">Functions</a><ul class="subcontents">
-          <li><a href="#cupsAdminCreateWindowsPPD">cupsAdminCreateWindowsPPD</a></li>
-          <li><a href="#cupsAdminExportSamba">cupsAdminExportSamba</a></li>
-          <li><a href="#cupsAdminGetServerSettings">cupsAdminGetServerSettings</a></li>
-          <li><a href="#cupsAdminSetServerSettings">cupsAdminSetServerSettings</a></li>
-          <li><a href="#cupsGetDevices">cupsGetDevices</a></li>
-        </ul></li>
-        <li><a href="#TYPES">Data Types</a><ul class="subcontents">
-          <li><a href="#cups_device_cb_t">cups_device_cb_t</a></li>
-        </ul></li>
-      </ul>
-    </div>
-    <div class="body">
+</div>
+<div class="contents">
+<h2 class="title">Contents</h2>
+<ul class="contents">
+<li><a href="#OVERVIEW">Overview</a><ul class="subcontents">
+<li><a href="#SETTINGS">Scheduler Settings</a></li>
+<li><a href="#DEVICES">Devices</a></li>
+</ul></li>
+<li><a href="#FUNCTIONS">Functions</a><ul class="subcontents">
+<li><a href="#cupsAdminCreateWindowsPPD">cupsAdminCreateWindowsPPD</a></li>
+<li><a href="#cupsAdminExportSamba">cupsAdminExportSamba</a></li>
+<li><a href="#cupsAdminGetServerSettings">cupsAdminGetServerSettings</a></li>
+<li><a href="#cupsAdminSetServerSettings">cupsAdminSetServerSettings</a></li>
+<li><a href="#cupsGetDevices">cupsGetDevices</a></li>
+</ul></li>
+<li><a href="#TYPES">Data Types</a><ul class="subcontents">
+<li><a href="#cups_device_cb_t">cups_device_cb_t</a></li>
+</ul></li>
+</ul>
+</div>
+<div class="body">
 <!--
   Administrative API documentation for CUPS.
 
@@ -594,103 +598,103 @@ show_devices(void)
   <a href="#cupsGetDevices">cupsGetDevices</a>(CUPS_HTTP_DEFAULT, 30, NULL, NULL, get_devices_cb, NULL);
 }
 </pre>
-      <h2 class="title"><a id="FUNCTIONS">Functions</a></h2>
+<h2 class="title"><a id="FUNCTIONS">Functions</a></h2>
 <h3 class="function"><span class="info">&#160;DEPRECATED&#160;</span><a id="cupsAdminCreateWindowsPPD">cupsAdminCreateWindowsPPD</a></h3>
-        <p class="description">Create the Windows PPD file for a printer.</p>
+<p class="description">Create the Windows PPD file for a printer.</p>
 <p class="code">
 char *cupsAdminCreateWindowsPPD(http_t *http, const char *dest, char *buffer, int bufsize);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
 <tr><th>dest</th>
-        <td class="description">Printer or class</td></tr>
+<td class="description">Printer or class</td></tr>
 <tr><th>buffer</th>
-        <td class="description">Filename buffer</td></tr>
+<td class="description">Filename buffer</td></tr>
 <tr><th>bufsize</th>
-        <td class="description">Size of filename buffer</td></tr>
+<td class="description">Size of filename buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">PPD file or NULL</p>
+<p class="description">PPD file or NULL</p>
 <h3 class="function"><span class="info">&#160;DEPRECATED&#160;</span><a id="cupsAdminExportSamba">cupsAdminExportSamba</a></h3>
-        <p class="description">Export a printer to Samba.</p>
+<p class="description">Export a printer to Samba.</p>
 <p class="code">
 int cupsAdminExportSamba(const char *dest, const char *ppd, const char *samba_server, const char *samba_user, const char *samba_password, FILE *logfile);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>dest</th>
-        <td class="description">Destination to export</td></tr>
+<td class="description">Destination to export</td></tr>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 <tr><th>samba_server</th>
-        <td class="description">Samba server</td></tr>
+<td class="description">Samba server</td></tr>
 <tr><th>samba_user</th>
-        <td class="description">Samba username</td></tr>
+<td class="description">Samba username</td></tr>
 <tr><th>samba_password</th>
-        <td class="description">Samba password</td></tr>
+<td class="description">Samba password</td></tr>
 <tr><th>logfile</th>
-        <td class="description">Log file, if any</td></tr>
+<td class="description">Log file, if any</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsAdminGetServerSettings">cupsAdminGetServerSettings</a></h3>
-        <p class="description">Get settings from the server.</p>
+<p class="description">Get settings from the server.</p>
 <p class="code">
 int cupsAdminGetServerSettings(http_t *http, int *num_settings, cups_option_t **settings);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
 <tr><th>num_settings</th>
-        <td class="description">Number of settings</td></tr>
+<td class="description">Number of settings</td></tr>
 <tr><th>settings</th>
-        <td class="description">Settings</td></tr>
+<td class="description">Settings</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The returned settings should be freed with cupsFreeOptions() when
+<p class="discussion">The returned settings should be freed with cupsFreeOptions() when
 you are done with them.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsAdminSetServerSettings">cupsAdminSetServerSettings</a></h3>
-        <p class="description">Set settings on the server.</p>
+<p class="description">Set settings on the server.</p>
 <p class="code">
 int cupsAdminSetServerSettings(http_t *http, int num_settings, cups_option_t *settings);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
 <tr><th>num_settings</th>
-        <td class="description">Number of settings</td></tr>
+<td class="description">Number of settings</td></tr>
 <tr><th>settings</th>
-        <td class="description">Settings</td></tr>
+<td class="description">Settings</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h3 class="function"><span class="info">&#160;DEPRECATED&#160;</span><a id="cupsGetDevices">cupsGetDevices</a></h3>
-        <p class="description">Get available printer devices.</p>
+<p class="description">Get available printer devices.</p>
 <p class="code">
 ipp_status_t cupsGetDevices(http_t *http, int timeout, const char *include_schemes, const char *exclude_schemes, <a href="#cups_device_cb_t">cups_device_cb_t</a> callback, void *user_data);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
 <tr><th>timeout</th>
-        <td class="description">Timeout in seconds or <code>CUPS_TIMEOUT_DEFAULT</code></td></tr>
+<td class="description">Timeout in seconds or <code>CUPS_TIMEOUT_DEFAULT</code></td></tr>
 <tr><th>include_schemes</th>
-        <td class="description">Comma-separated URI schemes to include or <code>CUPS_INCLUDE_ALL</code></td></tr>
+<td class="description">Comma-separated URI schemes to include or <code>CUPS_INCLUDE_ALL</code></td></tr>
 <tr><th>exclude_schemes</th>
-        <td class="description">Comma-separated URI schemes to exclude or <code>CUPS_EXCLUDE_NONE</code></td></tr>
+<td class="description">Comma-separated URI schemes to exclude or <code>CUPS_EXCLUDE_NONE</code></td></tr>
 <tr><th>callback</th>
-        <td class="description">Callback function</td></tr>
+<td class="description">Callback function</td></tr>
 <tr><th>user_data</th>
-        <td class="description">User data pointer</td></tr>
+<td class="description">User data pointer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Request status - <code>IPP_OK</code> on success.</p>
+<p class="description">Request status - <code>IPP_OK</code> on success.</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function sends a CUPS-Get-Devices request and streams the discovered
+<p class="discussion">This function sends a CUPS-Get-Devices request and streams the discovered
 devices to the specified callback function. The &quot;timeout&quot; parameter controls
 how long the request lasts, while the &quot;include_schemes&quot; and &quot;exclude_schemes&quot;
 parameters provide comma-delimited lists of backends to include or omit from
@@ -700,13 +704,13 @@ This function is deprecated with the IPP printer discovery functionality
 being provided by the <a href="#cupsEnumDests"><code>cupsEnumDests</code></a> and @cupsGetDests@ functions.
 
 </p>
-      <h2 class="title"><a id="TYPES">Data Types</a></h2>
-      <h3 class="typedef"><a id="cups_device_cb_t"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span>cups_device_cb_t</a></h3>
-        <p class="description">Device callback
+<h2 class="title"><a id="TYPES">Data Types</a></h2>
+<h3 class="typedef"><a id="cups_device_cb_t"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span>cups_device_cb_t</a></h3>
+<p class="description">Device callback
 </p>
-      <p class="code">
+<p class="code">
 typedef void (*cups_device_cb_t)(const char *device_class, const char *device_id, const char *device_info, const char *device_make_and_model, const char *device_uri, const char *device_location, void *user_data);
 </p>
-    </div>
-  </body>
+</div>
+</body>
 </html>
index eddd06389b42092e49639973acea0f26ab366dfc..8039a94d6644b1f80603da1589a3e4540c402284 100644 (file)
 <!DOCTYPE html>
-<html>
+<html lang="en-US">
 <!-- SECTION: Programming -->
-  <head>
-    <title>Filter and Backend Programming</title>
-    <meta name="keywords" content="Programming">
-    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <meta name="creator" content="codedoc v3.1">
-    <meta name="author" content="Unknown">
-    <meta name="copyright" content="Unknown">
-    <meta name="version" content="0.0">
-    <style type="text/css"><!--
-BODY {
+<head>
+<title>Filter and Backend Programming</title>
+<meta name="keywords" content="Programming">
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+<meta name="generator" content="codedoc v3.7">
+<meta name="author" content="Unknown">
+<meta name="language" content="en-US">
+<meta name="copyright" content="Unknown">
+<meta name="version" content="0.0">
+<style type="text/css"><!--
+body {
   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
 }
 
-H1, H2, H3, H4, H5, H6, P, TD, TH {
+h1, h2, h3, h4, h5, h6, p, td, th {
   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
 }
 
-H1 { font-size: 2em; }
-H2 { font-size: 1.75em; }
-H3 { font-size: 1.5em; }
-H4 { font-size: 1.25em; }
+h1 { font-size: 2em; }
+h2 { font-size: 1.75em; }
+h3 { font-size: 1.5em; }
+h4 { font-size: 1.25em; }
 
-KBD {
+kbd {
   font-family: monaco, courier, monospace;
   font-weight: bold;
 }
 
-PRE {
+pre {
   font-family: monaco, courier, monospace;
 }
 
-BLOCKQUOTE {
+blockquote {
   border-left: solid 2px #777;
   margin: 1em 0;
   padding: 10px;
 }
 
-BLOCKQUOTE OL LI {
+blockquote ol li {
   margin-left: -1em;
 }
 
-PRE.command, PRE.example {
+pre.command, pre.example {
   background: #eee;
   margin: 0 36pt;
   padding: 10px;
 }
 
-P.compact {
+p.compact {
   margin: 0;
 }
 
-P.example {
+p.example {
   font-style: italic;
   margin-left: 36pt;
 }
 
-DL.man DD {
+dl.man dd {
   margin-left: 5em;
 }
 
-DL.man DT {
+dl.man dt {
   margin-left: 0;
 }
 
-PRE.man {
+pre.man {
   margin: 0;
 }
 
-PRE.command EM, PRE.example EM {
+pre.command em, pre.example em {
   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
 }
 
-P.command {
+p.command {
   font-family: monaco, courier, monospace;
   margin-left: 36pt;
 }
 
-P.formula {
+p.formula {
   font-style: italic;
   margin-left: 36pt;
 }
 
-A IMG {
+a img {
   border: none;
 }
 
-A:link:hover IMG {
+a:link:hover img {
   background: #f0f0f0;
   border-radius: 10px;
   -moz-border-radius: 10px;
 }
 
-A:link, A:visited {
+a:link, a:visited {
   font-weight: inherit;
   text-decoration: none;
 }
 
-A:link:hover, A:visited:hover, A:active {
+a:link:hover, a:visited:hover, a:active {
   text-decoration: underline;
 }
 
-SUB, SUP {
+sub, sup {
   font-size: 50%;
 }
 
-TR.data, TD.data, TR.data TD {
+tr.data, td.data, tr.data td {
   margin-top: 10pt;
   padding: 5pt;
   border-bottom: solid 1pt #999999;
 }
 
-TR.data TH {
+tr.data th {
   border-bottom: solid 1pt #999999;
   padding-top: 10pt;
   padding-left: 5pt;
   text-align: left;
 }
 
-DIV.table TABLE {
+div.table table {
   border: solid thin #999999;
   border-collapse: collapse;
   border-spacing: 0;
@@ -127,7 +128,7 @@ DIV.table TABLE {
   margin-right: auto;
 }
 
-DIV.table CAPTION {
+div.table caption {
   caption-side: top;
   font-size: 120%;
   font-style: italic;
@@ -136,23 +137,23 @@ DIV.table CAPTION {
   margin-right: auto;
 }
 
-DIV.table TABLE TD {
+div.table table td {
   border: solid thin #cccccc;
   padding: 5pt 10pt 0;
 }
 
-DIV.table TABLE TH {
+div.table table th {
   background: #cccccc;
   border: none;
   border-bottom: solid thin #999999;
 }
 
-DIV.figure TABLE {
+div.figure table {
   margin-left: auto;
   margin-right: auto;
 }
 
-DIV.figure CAPTION {
+div.figure caption {
   caption-side: bottom;
   font-size: 120%;
   font-style: italic;
@@ -161,21 +162,21 @@ DIV.figure CAPTION {
   margin-right: auto;
 }
 
-TH.label {
+th.label {
   text-align: right;
   vertical-align: top;
 }
 
-TH.sublabel {
+th.sublabel {
   text-align: right;
   font-weight: normal;
 }
 
-HR {
+hr {
   border: solid thin;
 }
 
-SPAN.info {
+span.info {
   background: black;
   border: thin solid black;
   color: white;
@@ -185,41 +186,41 @@ SPAN.info {
   white-space: nowrap;
 }
 
-H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
+h2 span.info, h3 span.info, h4 span.info {
   float: right;
   font-size: 100%;
 }
 
-H1.title {
+h1.title {
 }
 
-H2.title, H3.title {
+h2.title, h3.title {
   border-bottom: solid 2pt #000000;
 }
 
-DIV.indent, TABLE.indent {
+div.indent, table.indent {
   margin-top: 2em;
   margin-left: auto;
   margin-right: auto;
   width: 90%;
 }
 
-TABLE.indent {
+table.indent {
   border-collapse: collapse;
 }
 
-TABLE.indent TD, TABLE.indent TH {
+table.indent td, table.indent th {
   padding: 0;
 }
 
-TABLE.list {
+table.list {
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
   width: 90%;
 }
 
-TABLE.list TH {
+table.list th {
   background: white;
   border-bottom: solid thin #cccccc;
   color: #444444;
@@ -230,57 +231,57 @@ TABLE.list TH {
   white-space: nowrap;
 }
 
-TABLE.list TH A {
+table.list th a {
   color: #4444cc;
 }
 
-TABLE.list TD {
+table.list td {
   border-bottom: solid thin #eeeeee;
   padding-top: 5pt;
   padding-left: 5pt;
 }
 
-TABLE.list TR:nth-child(even) {
+table.list tr:nth-child(even) {
   background: #f8f8f8;
 }
 
-TABLE.list TR:nth-child(odd) {
+table.list tr:nth-child(odd) {
   background: #f4f4f4;
 }
 
-DT {
+dt {
   margin-left: 36pt;
   margin-top: 12pt;
 }
 
-DD {
+dd {
   margin-left: 54pt;
 }
 
-DL.category DT {
+dl.category dt {
   font-weight: bold;
 }
 
-P.summary {
+p.summary {
   margin-left: 36pt;
   font-family: monaco, courier, monospace;
 }
 
-DIV.summary TABLE {
+div.summary table {
   border: solid thin #999999;
   border-collapse: collapse;
   border-spacing: 0;
   margin: 10px;
 }
 
-DIV.summary TABLE TD, DIV.summary TABLE TH {
+div.summary table td, div.summary table th {
   border: solid thin #999999;
   padding: 5px;
   text-align: left;
   vertical-align: top;
 }
 
-DIV.summary TABLE THEAD TH {
+div.summary table thead th {
   background: #eeeeee;
 }
 
@@ -365,7 +366,7 @@ h1, h2, h3, h4, h5, h6 {
 blockquote {
   border: solid thin gray;
   box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
-  padding: 10px 10px 0px;
+  padding: 10px 10px 0;
   page-break-inside: avoid;
 }
 p code, li code, p.code, pre, ul.code li {
@@ -401,8 +402,8 @@ h2 span.info, h3 span.info, h4 span.info {
   padding: 3px 6px;
 }
 h2.title span.info, h3.title span.info, h4.title span.info {
-  border-bottom-left-radius: 0px;
-  border-bottom-right-radius: 0px;
+  border-bottom-left-radius: 0;
+  border-bottom-right-radius: 0;
 }
 h2.title span.info {
   padding: 4px 6px;
@@ -426,7 +427,8 @@ table.list {
   width: 100%;
 }
 table.list tr:nth-child(even) {
-  background: rgba(127,127,127,0.1);]n}
+  background: rgba(127,127,127,0.1);
+}
 table.list th {
   border-right: 2px solid gray;
   font-family: monospace;
@@ -448,8 +450,9 @@ h3.title {
   border-bottom: solid 2px black;
 }
 --></style>
-  </head>
-  <body>
+</head>
+<body>
+<div class="header">
 <!--
   Filter and backend programming header for CUPS.
 
@@ -487,54 +490,55 @@ h3.title {
 </tr>
 </tbody>
 </table></div>
-    <div class="contents">
-      <h2 class="title">Contents</h2>
-      <ul class="contents">
-        <li><a href="#OVERVIEW">Overview</a><ul class="subcontents">
-          <li><a href="#SECURITY">Security Considerations</a></li>
-          <li><a href="#SIGNALS">Canceled Jobs and Signal Handling</a></li>
-          <li><a href="#PERMISSIONS">File Permissions</a></li>
-          <li><a href="#TEMPFILES">Temporary Files</a></li>
-          <li><a href="#COPIES">Copy Generation</a></li>
-          <li><a href="#EXITCODES">Exit Codes</a></li>
-          <li><a href="#ENVIRONMENT">Environment Variables</a></li>
-          <li><a href="#MESSAGES">Communicating with the Scheduler</a></li>
-          <li><a href="#COMMUNICATING_BACKEND">Communicating with the Backend</a></li>
-          <li><a href="#COMMUNICATING_FILTER">Communicating with Filters</a></li>
-          <li><a href="#SNMP">Doing SNMP Queries with Network Printers</a></li>
-        </ul></li>
-        <li><a href="#SANDBOXING">Sandboxing on macOS</a></li>
-        <li><a href="#FUNCTIONS">Functions</a><ul class="subcontents">
-          <li><a href="#cupsBackChannelRead">cupsBackChannelRead</a></li>
-          <li><a href="#cupsBackChannelWrite">cupsBackChannelWrite</a></li>
-          <li><a href="#cupsBackendDeviceURI">cupsBackendDeviceURI</a></li>
-          <li><a href="#cupsBackendReport">cupsBackendReport</a></li>
-          <li><a href="#cupsSideChannelDoRequest">cupsSideChannelDoRequest</a></li>
-          <li><a href="#cupsSideChannelRead">cupsSideChannelRead</a></li>
-          <li><a href="#cupsSideChannelSNMPGet">cupsSideChannelSNMPGet</a></li>
-          <li><a href="#cupsSideChannelSNMPWalk">cupsSideChannelSNMPWalk</a></li>
-          <li><a href="#cupsSideChannelWrite">cupsSideChannelWrite</a></li>
-        </ul></li>
-        <li><a href="#TYPES">Data Types</a><ul class="subcontents">
-          <li><a href="#cups_backend_t">cups_backend_t</a></li>
-          <li><a href="#cups_sc_bidi_t">cups_sc_bidi_t</a></li>
-          <li><a href="#cups_sc_command_t">cups_sc_command_t</a></li>
-          <li><a href="#cups_sc_connected_t">cups_sc_connected_t</a></li>
-          <li><a href="#cups_sc_state_t">cups_sc_state_t</a></li>
-          <li><a href="#cups_sc_status_t">cups_sc_status_t</a></li>
-          <li><a href="#cups_sc_walk_func_t">cups_sc_walk_func_t</a></li>
-        </ul></li>
-        <li><a href="#ENUMERATIONS">Enumerations</a><ul class="subcontents">
-          <li><a href="#cups_backend_e">cups_backend_e</a></li>
-          <li><a href="#cups_sc_bidi_e">cups_sc_bidi_e</a></li>
-          <li><a href="#cups_sc_command_e">cups_sc_command_e</a></li>
-          <li><a href="#cups_sc_connected_e">cups_sc_connected_e</a></li>
-          <li><a href="#cups_sc_state_e">cups_sc_state_e</a></li>
-          <li><a href="#cups_sc_status_e">cups_sc_status_e</a></li>
-        </ul></li>
-      </ul>
-    </div>
-    <div class="body">
+</div>
+<div class="contents">
+<h2 class="title">Contents</h2>
+<ul class="contents">
+<li><a href="#OVERVIEW">Overview</a><ul class="subcontents">
+<li><a href="#SECURITY">Security Considerations</a></li>
+<li><a href="#SIGNALS">Canceled Jobs and Signal Handling</a></li>
+<li><a href="#PERMISSIONS">File Permissions</a></li>
+<li><a href="#TEMPFILES">Temporary Files</a></li>
+<li><a href="#COPIES">Copy Generation</a></li>
+<li><a href="#EXITCODES">Exit Codes</a></li>
+<li><a href="#ENVIRONMENT">Environment Variables</a></li>
+<li><a href="#MESSAGES">Communicating with the Scheduler</a></li>
+<li><a href="#COMMUNICATING_BACKEND">Communicating with the Backend</a></li>
+<li><a href="#COMMUNICATING_FILTER">Communicating with Filters</a></li>
+<li><a href="#SNMP">Doing SNMP Queries with Network Printers</a></li>
+</ul></li>
+<li><a href="#SANDBOXING">Sandboxing on macOS</a></li>
+<li><a href="#FUNCTIONS">Functions</a><ul class="subcontents">
+<li><a href="#cupsBackChannelRead">cupsBackChannelRead</a></li>
+<li><a href="#cupsBackChannelWrite">cupsBackChannelWrite</a></li>
+<li><a href="#cupsBackendDeviceURI">cupsBackendDeviceURI</a></li>
+<li><a href="#cupsBackendReport">cupsBackendReport</a></li>
+<li><a href="#cupsSideChannelDoRequest">cupsSideChannelDoRequest</a></li>
+<li><a href="#cupsSideChannelRead">cupsSideChannelRead</a></li>
+<li><a href="#cupsSideChannelSNMPGet">cupsSideChannelSNMPGet</a></li>
+<li><a href="#cupsSideChannelSNMPWalk">cupsSideChannelSNMPWalk</a></li>
+<li><a href="#cupsSideChannelWrite">cupsSideChannelWrite</a></li>
+</ul></li>
+<li><a href="#TYPES">Data Types</a><ul class="subcontents">
+<li><a href="#cups_backend_t">cups_backend_t</a></li>
+<li><a href="#cups_sc_bidi_t">cups_sc_bidi_t</a></li>
+<li><a href="#cups_sc_command_t">cups_sc_command_t</a></li>
+<li><a href="#cups_sc_connected_t">cups_sc_connected_t</a></li>
+<li><a href="#cups_sc_state_t">cups_sc_state_t</a></li>
+<li><a href="#cups_sc_status_t">cups_sc_status_t</a></li>
+<li><a href="#cups_sc_walk_func_t">cups_sc_walk_func_t</a></li>
+</ul></li>
+<li><a href="#ENUMERATIONS">Enumerations</a><ul class="subcontents">
+<li><a href="#cups_backend_e">cups_backend_e</a></li>
+<li><a href="#cups_sc_bidi_e">cups_sc_bidi_e</a></li>
+<li><a href="#cups_sc_command_e">cups_sc_command_e</a></li>
+<li><a href="#cups_sc_connected_e">cups_sc_connected_e</a></li>
+<li><a href="#cups_sc_state_e">cups_sc_state_e</a></li>
+<li><a href="#cups_sc_status_e">cups_sc_status_e</a></li>
+</ul></li>
+</ul>
+</div>
+<div class="body">
 <!--
   Filter and backend programming introduction for CUPS.
 
@@ -1409,112 +1413,112 @@ void *my_data;
 
 <p>The sandbox profile used in CUPS still allows some actions that are not listed above - these privileges will be removed over time until the profile matches the list above.</p>
 </blockquote>
-      <h2 class="title"><a id="FUNCTIONS">Functions</a></h2>
+<h2 class="title"><a id="FUNCTIONS">Functions</a></h2>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsBackChannelRead">cupsBackChannelRead</a></h3>
-        <p class="description">Read data from the backchannel.</p>
+<p class="description">Read data from the backchannel.</p>
 <p class="code">
 ssize_t cupsBackChannelRead(char *buffer, size_t bytes, double timeout);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>buffer</th>
-        <td class="description">Buffer to read into</td></tr>
+<td class="description">Buffer to read into</td></tr>
 <tr><th>bytes</th>
-        <td class="description">Bytes to read</td></tr>
+<td class="description">Bytes to read</td></tr>
 <tr><th>timeout</th>
-        <td class="description">Timeout in seconds, typically 0.0 to poll</td></tr>
+<td class="description">Timeout in seconds, typically 0.0 to poll</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Bytes read or -1 on error</p>
+<p class="description">Bytes read or -1 on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Reads up to &quot;bytes&quot; bytes from the backchannel/backend. The &quot;timeout&quot;
+<p class="discussion">Reads up to &quot;bytes&quot; bytes from the backchannel/backend. The &quot;timeout&quot;
 parameter controls how many seconds to wait for the data - use 0.0 to
 return immediately if there is no data, -1.0 to wait for data indefinitely.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsBackChannelWrite">cupsBackChannelWrite</a></h3>
-        <p class="description">Write data to the backchannel.</p>
+<p class="description">Write data to the backchannel.</p>
 <p class="code">
 ssize_t cupsBackChannelWrite(const char *buffer, size_t bytes, double timeout);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>buffer</th>
-        <td class="description">Buffer to write</td></tr>
+<td class="description">Buffer to write</td></tr>
 <tr><th>bytes</th>
-        <td class="description">Bytes to write</td></tr>
+<td class="description">Bytes to write</td></tr>
 <tr><th>timeout</th>
-        <td class="description">Timeout in seconds, typically 1.0</td></tr>
+<td class="description">Timeout in seconds, typically 1.0</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Bytes written or -1 on error</p>
+<p class="description">Bytes written or -1 on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Writes &quot;bytes&quot; bytes to the backchannel/filter. The &quot;timeout&quot; parameter
+<p class="discussion">Writes &quot;bytes&quot; bytes to the backchannel/filter. The &quot;timeout&quot; parameter
 controls how many seconds to wait for the data to be written - use
 0.0 to return immediately if the data cannot be written, -1.0 to wait
 indefinitely.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsBackendDeviceURI">cupsBackendDeviceURI</a></h3>
-        <p class="description">Get the device URI for a backend.</p>
+<p class="description">Get the device URI for a backend.</p>
 <p class="code">
 const char *cupsBackendDeviceURI(char **argv);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>argv</th>
-        <td class="description">Command-line arguments</td></tr>
+<td class="description">Command-line arguments</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Device URI or <code>NULL</code></p>
+<p class="description">Device URI or <code>NULL</code></p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The &quot;argv&quot; argument is the argv argument passed to main(). This
+<p class="discussion">The &quot;argv&quot; argument is the argv argument passed to main(). This
 function returns the device URI passed in the DEVICE_URI environment
 variable or the device URI passed in argv[0], whichever is found
 first.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="cupsBackendReport">cupsBackendReport</a></h3>
-        <p class="description">Write a device line from a backend.</p>
+<p class="description">Write a device line from a backend.</p>
 <p class="code">
 void cupsBackendReport(const char *device_scheme, const char *device_uri, const char *device_make_and_model, const char *device_info, const char *device_id, const char *device_location);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>device_scheme</th>
-        <td class="description">device-scheme string</td></tr>
+<td class="description">device-scheme string</td></tr>
 <tr><th>device_uri</th>
-        <td class="description">device-uri string</td></tr>
+<td class="description">device-uri string</td></tr>
 <tr><th>device_make_and_model</th>
-        <td class="description">device-make-and-model string or <code>NULL</code></td></tr>
+<td class="description">device-make-and-model string or <code>NULL</code></td></tr>
 <tr><th>device_info</th>
-        <td class="description">device-info string or <code>NULL</code></td></tr>
+<td class="description">device-info string or <code>NULL</code></td></tr>
 <tr><th>device_id</th>
-        <td class="description">device-id string or <code>NULL</code></td></tr>
+<td class="description">device-id string or <code>NULL</code></td></tr>
 <tr><th>device_location</th>
-        <td class="description">device-location string or <code>NULL</code></td></tr>
+<td class="description">device-location string or <code>NULL</code></td></tr>
 </tbody></table>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function writes a single device line to stdout for a backend.
+<p class="discussion">This function writes a single device line to stdout for a backend.
 It handles quoting of special characters in the device-make-and-model,
 device-info, device-id, and device-location strings.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsSideChannelDoRequest">cupsSideChannelDoRequest</a></h3>
-        <p class="description">Send a side-channel command to a backend and wait for a response.</p>
+<p class="description">Send a side-channel command to a backend and wait for a response.</p>
 <p class="code">
 <a href="#cups_sc_status_t">cups_sc_status_t</a> cupsSideChannelDoRequest(<a href="#cups_sc_command_t">cups_sc_command_t</a> command, char *data, int *datalen, double timeout);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>command</th>
-        <td class="description">Command to send</td></tr>
+<td class="description">Command to send</td></tr>
 <tr><th>data</th>
-        <td class="description">Response data buffer pointer</td></tr>
+<td class="description">Response data buffer pointer</td></tr>
 <tr><th>datalen</th>
-        <td class="description">Size of data buffer on entry, number of bytes in buffer on return</td></tr>
+<td class="description">Size of data buffer on entry, number of bytes in buffer on return</td></tr>
 <tr><th>timeout</th>
-        <td class="description">Timeout in seconds</td></tr>
+<td class="description">Timeout in seconds</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of command</p>
+<p class="description">Status of command</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function is normally only called by filters, drivers, or port
+<p class="discussion">This function is normally only called by filters, drivers, or port
 monitors in order to communicate with the backend used by the current
 printer.  Programs must be prepared to handle timeout or &quot;not
 implemented&quot; status codes, which indicate that the backend or device
@@ -1526,26 +1530,26 @@ update the value to contain the number of data bytes in the buffer.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsSideChannelRead">cupsSideChannelRead</a></h3>
-        <p class="description">Read a side-channel message.</p>
+<p class="description">Read a side-channel message.</p>
 <p class="code">
 int cupsSideChannelRead(<a href="#cups_sc_command_t">cups_sc_command_t</a> *command, <a href="#cups_sc_status_t">cups_sc_status_t</a> *status, char *data, int *datalen, double timeout);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>command</th>
-        <td class="description">Command code</td></tr>
+<td class="description">Command code</td></tr>
 <tr><th>status</th>
-        <td class="description">Status code</td></tr>
+<td class="description">Status code</td></tr>
 <tr><th>data</th>
-        <td class="description">Data buffer pointer</td></tr>
+<td class="description">Data buffer pointer</td></tr>
 <tr><th>datalen</th>
-        <td class="description">Size of data buffer on entry, number of bytes in buffer on return</td></tr>
+<td class="description">Size of data buffer on entry, number of bytes in buffer on return</td></tr>
 <tr><th>timeout</th>
-        <td class="description">Timeout in seconds</td></tr>
+<td class="description">Timeout in seconds</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on error</p>
+<p class="description">0 on success, -1 on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function is normally only called by backend programs to read
+<p class="discussion">This function is normally only called by backend programs to read
 commands from a filter, driver, or port monitor program.  The
 caller must be prepared to handle incomplete or invalid messages
 and return the corresponding status codes.<br>
@@ -1556,24 +1560,24 @@ update the value to contain the number of data bytes in the buffer.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="cupsSideChannelSNMPGet">cupsSideChannelSNMPGet</a></h3>
-        <p class="description">Query a SNMP OID's value.</p>
+<p class="description">Query a SNMP OID's value.</p>
 <p class="code">
 <a href="#cups_sc_status_t">cups_sc_status_t</a> cupsSideChannelSNMPGet(const char *oid, char *data, int *datalen, double timeout);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>oid</th>
-        <td class="description">OID to query</td></tr>
+<td class="description">OID to query</td></tr>
 <tr><th>data</th>
-        <td class="description">Buffer for OID value</td></tr>
+<td class="description">Buffer for OID value</td></tr>
 <tr><th>datalen</th>
-        <td class="description">Size of OID buffer on entry, size of value on return</td></tr>
+<td class="description">Size of OID buffer on entry, size of value on return</td></tr>
 <tr><th>timeout</th>
-        <td class="description">Timeout in seconds</td></tr>
+<td class="description">Timeout in seconds</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Query status</p>
+<p class="description">Query status</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function asks the backend to do a SNMP OID query on behalf of the
+<p class="discussion">This function asks the backend to do a SNMP OID query on behalf of the
 filter, port monitor, or backend using the default community name.<br>
 <br>
 &quot;oid&quot; contains a numeric OID consisting of integers separated by periods,
@@ -1592,24 +1596,24 @@ the printer does not respond to the SNMP query.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="cupsSideChannelSNMPWalk">cupsSideChannelSNMPWalk</a></h3>
-        <p class="description">Query multiple SNMP OID values.</p>
+<p class="description">Query multiple SNMP OID values.</p>
 <p class="code">
 <a href="#cups_sc_status_t">cups_sc_status_t</a> cupsSideChannelSNMPWalk(const char *oid, double timeout, <a href="#cups_sc_walk_func_t">cups_sc_walk_func_t</a> cb, void *context);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>oid</th>
-        <td class="description">First numeric OID to query</td></tr>
+<td class="description">First numeric OID to query</td></tr>
 <tr><th>timeout</th>
-        <td class="description">Timeout for each query in seconds</td></tr>
+<td class="description">Timeout for each query in seconds</td></tr>
 <tr><th>cb</th>
-        <td class="description">Function to call with each value</td></tr>
+<td class="description">Function to call with each value</td></tr>
 <tr><th>context</th>
-        <td class="description">Application-defined pointer to send to callback</td></tr>
+<td class="description">Application-defined pointer to send to callback</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of first query of <code>CUPS_SC_STATUS_OK</code> on success</p>
+<p class="description">Status of first query of <code>CUPS_SC_STATUS_OK</code> on success</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function asks the backend to do multiple SNMP OID queries on behalf
+<p class="discussion">This function asks the backend to do multiple SNMP OID queries on behalf
 of the filter, port monitor, or backend using the default community name.
 All OIDs under the &quot;parent&quot; OID are queried and the results are sent to
 the callback function you provide.<br>
@@ -1633,132 +1637,132 @@ the printer does not respond to the first SNMP query.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsSideChannelWrite">cupsSideChannelWrite</a></h3>
-        <p class="description">Write a side-channel message.</p>
+<p class="description">Write a side-channel message.</p>
 <p class="code">
 int cupsSideChannelWrite(<a href="#cups_sc_command_t">cups_sc_command_t</a> command, <a href="#cups_sc_status_t">cups_sc_status_t</a> status, const char *data, int datalen, double timeout);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>command</th>
-        <td class="description">Command code</td></tr>
+<td class="description">Command code</td></tr>
 <tr><th>status</th>
-        <td class="description">Status code</td></tr>
+<td class="description">Status code</td></tr>
 <tr><th>data</th>
-        <td class="description">Data buffer pointer</td></tr>
+<td class="description">Data buffer pointer</td></tr>
 <tr><th>datalen</th>
-        <td class="description">Number of bytes of data</td></tr>
+<td class="description">Number of bytes of data</td></tr>
 <tr><th>timeout</th>
-        <td class="description">Timeout in seconds</td></tr>
+<td class="description">Timeout in seconds</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on error</p>
+<p class="description">0 on success, -1 on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function is normally only called by backend programs to send
+<p class="discussion">This function is normally only called by backend programs to send
 responses to a filter, driver, or port monitor program.
 
 </p>
-      <h2 class="title"><a id="TYPES">Data Types</a></h2>
-      <h3 class="typedef"><a id="cups_backend_t">cups_backend_t</a></h3>
-        <p class="description">Backend exit codes</p>
-      <p class="code">
+<h2 class="title"><a id="TYPES">Data Types</a></h2>
+<h3 class="typedef"><a id="cups_backend_t">cups_backend_t</a></h3>
+<p class="description">Backend exit codes</p>
+<p class="code">
 typedef enum <a href="#cups_backend_e">cups_backend_e</a> cups_backend_t;
 </p>
-      <h3 class="typedef"><a id="cups_sc_bidi_t">cups_sc_bidi_t</a></h3>
-        <p class="description">Bidirectional capabilities</p>
-      <p class="code">
+<h3 class="typedef"><a id="cups_sc_bidi_t">cups_sc_bidi_t</a></h3>
+<p class="description">Bidirectional capabilities</p>
+<p class="code">
 typedef enum <a href="#cups_sc_bidi_e">cups_sc_bidi_e</a> cups_sc_bidi_t;
 </p>
-      <h3 class="typedef"><a id="cups_sc_command_t">cups_sc_command_t</a></h3>
-        <p class="description">Request command codes</p>
-      <p class="code">
+<h3 class="typedef"><a id="cups_sc_command_t">cups_sc_command_t</a></h3>
+<p class="description">Request command codes</p>
+<p class="code">
 typedef enum <a href="#cups_sc_command_e">cups_sc_command_e</a> cups_sc_command_t;
 </p>
-      <h3 class="typedef"><a id="cups_sc_connected_t">cups_sc_connected_t</a></h3>
-        <p class="description">Connectivity values</p>
-      <p class="code">
+<h3 class="typedef"><a id="cups_sc_connected_t">cups_sc_connected_t</a></h3>
+<p class="description">Connectivity values</p>
+<p class="code">
 typedef enum <a href="#cups_sc_connected_e">cups_sc_connected_e</a> cups_sc_connected_t;
 </p>
-      <h3 class="typedef"><a id="cups_sc_state_t">cups_sc_state_t</a></h3>
-        <p class="description">Printer state bits</p>
-      <p class="code">
+<h3 class="typedef"><a id="cups_sc_state_t">cups_sc_state_t</a></h3>
+<p class="description">Printer state bits</p>
+<p class="code">
 typedef enum <a href="#cups_sc_state_e">cups_sc_state_e</a> cups_sc_state_t;
 </p>
-      <h3 class="typedef"><a id="cups_sc_status_t">cups_sc_status_t</a></h3>
-        <p class="description">Response status codes</p>
-      <p class="code">
+<h3 class="typedef"><a id="cups_sc_status_t">cups_sc_status_t</a></h3>
+<p class="description">Response status codes</p>
+<p class="code">
 typedef enum <a href="#cups_sc_status_e">cups_sc_status_e</a> cups_sc_status_t;
 </p>
-      <h3 class="typedef"><a id="cups_sc_walk_func_t">cups_sc_walk_func_t</a></h3>
-        <p class="description">SNMP walk callback</p>
-      <p class="code">
+<h3 class="typedef"><a id="cups_sc_walk_func_t">cups_sc_walk_func_t</a></h3>
+<p class="description">SNMP walk callback</p>
+<p class="code">
 typedef void (*cups_sc_walk_func_t)(const char *oid, const char *data, int datalen, void *context);
 </p>
-      <h2 class="title"><a id="ENUMERATIONS">Constants</a></h2>
-      <h3 class="enumeration"><a id="cups_backend_e">cups_backend_e</a></h3>
-        <p class="description">Backend exit codes</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_BACKEND_AUTH_REQUIRED </th>        <td class="description">Job failed, authentication required</td></tr>
-        <tr><th>CUPS_BACKEND_CANCEL </th>        <td class="description">Job failed, cancel job</td></tr>
-        <tr><th>CUPS_BACKEND_FAILED </th>        <td class="description">Job failed, use error-policy</td></tr>
-        <tr><th>CUPS_BACKEND_HOLD </th>        <td class="description">Job failed, hold job</td></tr>
-        <tr><th>CUPS_BACKEND_OK </th>        <td class="description">Job completed successfully</td></tr>
-        <tr><th>CUPS_BACKEND_RETRY </th>        <td class="description">Job failed, retry this job later</td></tr>
-        <tr><th>CUPS_BACKEND_RETRY_CURRENT </th>        <td class="description">Job failed, retry this job immediately</td></tr>
-        <tr><th>CUPS_BACKEND_STOP </th>        <td class="description">Job failed, stop queue</td></tr>
+<h2 class="title"><a id="ENUMERATIONS">Constants</a></h2>
+<h3 class="enumeration"><a id="cups_backend_e">cups_backend_e</a></h3>
+<p class="description">Backend exit codes</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_BACKEND_AUTH_REQUIRED </th><td class="description">Job failed, authentication required</td></tr>
+<tr><th>CUPS_BACKEND_CANCEL </th><td class="description">Job failed, cancel job</td></tr>
+<tr><th>CUPS_BACKEND_FAILED </th><td class="description">Job failed, use error-policy</td></tr>
+<tr><th>CUPS_BACKEND_HOLD </th><td class="description">Job failed, hold job</td></tr>
+<tr><th>CUPS_BACKEND_OK </th><td class="description">Job completed successfully</td></tr>
+<tr><th>CUPS_BACKEND_RETRY </th><td class="description">Job failed, retry this job later</td></tr>
+<tr><th>CUPS_BACKEND_RETRY_CURRENT </th><td class="description">Job failed, retry this job immediately</td></tr>
+<tr><th>CUPS_BACKEND_STOP </th><td class="description">Job failed, stop queue</td></tr>
 </tbody></table>
-      <h3 class="enumeration"><a id="cups_sc_bidi_e">cups_sc_bidi_e</a></h3>
-        <p class="description">Bidirectional capability values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_SC_BIDI_NOT_SUPPORTED </th>        <td class="description">Bidirectional I/O is not supported</td></tr>
-        <tr><th>CUPS_SC_BIDI_SUPPORTED </th>        <td class="description">Bidirectional I/O is supported</td></tr>
+<h3 class="enumeration"><a id="cups_sc_bidi_e">cups_sc_bidi_e</a></h3>
+<p class="description">Bidirectional capability values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_SC_BIDI_NOT_SUPPORTED </th><td class="description">Bidirectional I/O is not supported</td></tr>
+<tr><th>CUPS_SC_BIDI_SUPPORTED </th><td class="description">Bidirectional I/O is supported</td></tr>
 </tbody></table>
-      <h3 class="enumeration"><a id="cups_sc_command_e">cups_sc_command_e</a></h3>
-        <p class="description">Request command codes</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_SC_CMD_DRAIN_OUTPUT </th>        <td class="description">Drain all pending output</td></tr>
-        <tr><th>CUPS_SC_CMD_GET_BIDI </th>        <td class="description">Return bidirectional capabilities</td></tr>
-        <tr><th>CUPS_SC_CMD_GET_CONNECTED <span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span></th>        <td class="description">Return whether the backend is &quot;connected&quot; to the printer </td></tr>
-        <tr><th>CUPS_SC_CMD_GET_DEVICE_ID </th>        <td class="description">Return the IEEE-1284 device ID</td></tr>
-        <tr><th>CUPS_SC_CMD_GET_STATE </th>        <td class="description">Return the device state</td></tr>
-        <tr><th>CUPS_SC_CMD_SNMP_GET <span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span></th>        <td class="description">Query an SNMP OID </td></tr>
-        <tr><th>CUPS_SC_CMD_SNMP_GET_NEXT <span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span></th>        <td class="description">Query the next SNMP OID </td></tr>
-        <tr><th>CUPS_SC_CMD_SOFT_RESET </th>        <td class="description">Do a soft reset</td></tr>
+<h3 class="enumeration"><a id="cups_sc_command_e">cups_sc_command_e</a></h3>
+<p class="description">Request command codes</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_SC_CMD_DRAIN_OUTPUT </th><td class="description">Drain all pending output</td></tr>
+<tr><th>CUPS_SC_CMD_GET_BIDI </th><td class="description">Return bidirectional capabilities</td></tr>
+<tr><th>CUPS_SC_CMD_GET_CONNECTED <span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span></th><td class="description">Return whether the backend is &quot;connected&quot; to the printer </td></tr>
+<tr><th>CUPS_SC_CMD_GET_DEVICE_ID </th><td class="description">Return the IEEE-1284 device ID</td></tr>
+<tr><th>CUPS_SC_CMD_GET_STATE </th><td class="description">Return the device state</td></tr>
+<tr><th>CUPS_SC_CMD_SNMP_GET <span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span></th><td class="description">Query an SNMP OID </td></tr>
+<tr><th>CUPS_SC_CMD_SNMP_GET_NEXT <span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span></th><td class="description">Query the next SNMP OID </td></tr>
+<tr><th>CUPS_SC_CMD_SOFT_RESET </th><td class="description">Do a soft reset</td></tr>
 </tbody></table>
-      <h3 class="enumeration"><a id="cups_sc_connected_e">cups_sc_connected_e</a></h3>
-        <p class="description">Connectivity values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_SC_CONNECTED </th>        <td class="description">Backend is &quot;connected&quot; to printer</td></tr>
-        <tr><th>CUPS_SC_NOT_CONNECTED </th>        <td class="description">Backend is not &quot;connected&quot; to printer</td></tr>
+<h3 class="enumeration"><a id="cups_sc_connected_e">cups_sc_connected_e</a></h3>
+<p class="description">Connectivity values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_SC_CONNECTED </th><td class="description">Backend is &quot;connected&quot; to printer</td></tr>
+<tr><th>CUPS_SC_NOT_CONNECTED </th><td class="description">Backend is not &quot;connected&quot; to printer</td></tr>
 </tbody></table>
-      <h3 class="enumeration"><a id="cups_sc_state_e">cups_sc_state_e</a></h3>
-        <p class="description">Printer state bits</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_SC_STATE_BUSY </th>        <td class="description">Device is busy</td></tr>
-        <tr><th>CUPS_SC_STATE_ERROR </th>        <td class="description">Other error condition</td></tr>
-        <tr><th>CUPS_SC_STATE_MARKER_EMPTY </th>        <td class="description">Toner/ink out condition</td></tr>
-        <tr><th>CUPS_SC_STATE_MARKER_LOW </th>        <td class="description">Toner/ink low condition</td></tr>
-        <tr><th>CUPS_SC_STATE_MEDIA_EMPTY </th>        <td class="description">Paper out condition</td></tr>
-        <tr><th>CUPS_SC_STATE_MEDIA_LOW </th>        <td class="description">Paper low condition</td></tr>
-        <tr><th>CUPS_SC_STATE_OFFLINE </th>        <td class="description">Device is offline</td></tr>
-        <tr><th>CUPS_SC_STATE_ONLINE </th>        <td class="description">Device is online</td></tr>
+<h3 class="enumeration"><a id="cups_sc_state_e">cups_sc_state_e</a></h3>
+<p class="description">Printer state bits</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_SC_STATE_BUSY </th><td class="description">Device is busy</td></tr>
+<tr><th>CUPS_SC_STATE_ERROR </th><td class="description">Other error condition</td></tr>
+<tr><th>CUPS_SC_STATE_MARKER_EMPTY </th><td class="description">Toner/ink out condition</td></tr>
+<tr><th>CUPS_SC_STATE_MARKER_LOW </th><td class="description">Toner/ink low condition</td></tr>
+<tr><th>CUPS_SC_STATE_MEDIA_EMPTY </th><td class="description">Paper out condition</td></tr>
+<tr><th>CUPS_SC_STATE_MEDIA_LOW </th><td class="description">Paper low condition</td></tr>
+<tr><th>CUPS_SC_STATE_OFFLINE </th><td class="description">Device is offline</td></tr>
+<tr><th>CUPS_SC_STATE_ONLINE </th><td class="description">Device is online</td></tr>
 </tbody></table>
-      <h3 class="enumeration"><a id="cups_sc_status_e">cups_sc_status_e</a></h3>
-        <p class="description">Response status codes</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_SC_STATUS_BAD_MESSAGE </th>        <td class="description">The command/response message was invalid</td></tr>
-        <tr><th>CUPS_SC_STATUS_IO_ERROR </th>        <td class="description">An I/O error occurred</td></tr>
-        <tr><th>CUPS_SC_STATUS_NONE </th>        <td class="description">No status</td></tr>
-        <tr><th>CUPS_SC_STATUS_NOT_IMPLEMENTED </th>        <td class="description">Command not implemented</td></tr>
-        <tr><th>CUPS_SC_STATUS_NO_RESPONSE </th>        <td class="description">The device did not respond</td></tr>
-        <tr><th>CUPS_SC_STATUS_OK </th>        <td class="description">Operation succeeded</td></tr>
-        <tr><th>CUPS_SC_STATUS_TIMEOUT </th>        <td class="description">The backend did not respond</td></tr>
-        <tr><th>CUPS_SC_STATUS_TOO_BIG </th>        <td class="description">Response too big</td></tr>
+<h3 class="enumeration"><a id="cups_sc_status_e">cups_sc_status_e</a></h3>
+<p class="description">Response status codes</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_SC_STATUS_BAD_MESSAGE </th><td class="description">The command/response message was invalid</td></tr>
+<tr><th>CUPS_SC_STATUS_IO_ERROR </th><td class="description">An I/O error occurred</td></tr>
+<tr><th>CUPS_SC_STATUS_NONE </th><td class="description">No status</td></tr>
+<tr><th>CUPS_SC_STATUS_NOT_IMPLEMENTED </th><td class="description">Command not implemented</td></tr>
+<tr><th>CUPS_SC_STATUS_NO_RESPONSE </th><td class="description">The device did not respond</td></tr>
+<tr><th>CUPS_SC_STATUS_OK </th><td class="description">Operation succeeded</td></tr>
+<tr><th>CUPS_SC_STATUS_TIMEOUT </th><td class="description">The backend did not respond</td></tr>
+<tr><th>CUPS_SC_STATUS_TOO_BIG </th><td class="description">Response too big</td></tr>
 </tbody></table>
-    </div>
-  </body>
+</div>
+</body>
 </html>
index fce4da3f7d107258f2aedd46f7dfd847118c4663..8f6d5553e772ff3a39ea7e6e938d71306b29b0e6 100644 (file)
 <!DOCTYPE html>
-<html>
+<html lang="en-US">
 <!-- SECTION: Programming -->
-  <head>
-    <title>PPD API (DEPRECATED)</title>
-    <meta name="keywords" content="Programming">
-    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <meta name="creator" content="codedoc v3.1">
-    <meta name="author" content="Unknown">
-    <meta name="copyright" content="Unknown">
-    <meta name="version" content="0.0">
-    <style type="text/css"><!--
-BODY {
+<head>
+<title>PPD API (DEPRECATED)</title>
+<meta name="keywords" content="Programming">
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+<meta name="generator" content="codedoc v3.7">
+<meta name="author" content="Unknown">
+<meta name="language" content="en-US">
+<meta name="copyright" content="Unknown">
+<meta name="version" content="0.0">
+<style type="text/css"><!--
+body {
   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
 }
 
-H1, H2, H3, H4, H5, H6, P, TD, TH {
+h1, h2, h3, h4, h5, h6, p, td, th {
   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
 }
 
-H1 { font-size: 2em; }
-H2 { font-size: 1.75em; }
-H3 { font-size: 1.5em; }
-H4 { font-size: 1.25em; }
+h1 { font-size: 2em; }
+h2 { font-size: 1.75em; }
+h3 { font-size: 1.5em; }
+h4 { font-size: 1.25em; }
 
-KBD {
+kbd {
   font-family: monaco, courier, monospace;
   font-weight: bold;
 }
 
-PRE {
+pre {
   font-family: monaco, courier, monospace;
 }
 
-BLOCKQUOTE {
+blockquote {
   border-left: solid 2px #777;
   margin: 1em 0;
   padding: 10px;
 }
 
-BLOCKQUOTE OL LI {
+blockquote ol li {
   margin-left: -1em;
 }
 
-PRE.command, PRE.example {
+pre.command, pre.example {
   background: #eee;
   margin: 0 36pt;
   padding: 10px;
 }
 
-P.compact {
+p.compact {
   margin: 0;
 }
 
-P.example {
+p.example {
   font-style: italic;
   margin-left: 36pt;
 }
 
-DL.man DD {
+dl.man dd {
   margin-left: 5em;
 }
 
-DL.man DT {
+dl.man dt {
   margin-left: 0;
 }
 
-PRE.man {
+pre.man {
   margin: 0;
 }
 
-PRE.command EM, PRE.example EM {
+pre.command em, pre.example em {
   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
 }
 
-P.command {
+p.command {
   font-family: monaco, courier, monospace;
   margin-left: 36pt;
 }
 
-P.formula {
+p.formula {
   font-style: italic;
   margin-left: 36pt;
 }
 
-A IMG {
+a img {
   border: none;
 }
 
-A:link:hover IMG {
+a:link:hover img {
   background: #f0f0f0;
   border-radius: 10px;
   -moz-border-radius: 10px;
 }
 
-A:link, A:visited {
+a:link, a:visited {
   font-weight: inherit;
   text-decoration: none;
 }
 
-A:link:hover, A:visited:hover, A:active {
+a:link:hover, a:visited:hover, a:active {
   text-decoration: underline;
 }
 
-SUB, SUP {
+sub, sup {
   font-size: 50%;
 }
 
-TR.data, TD.data, TR.data TD {
+tr.data, td.data, tr.data td {
   margin-top: 10pt;
   padding: 5pt;
   border-bottom: solid 1pt #999999;
 }
 
-TR.data TH {
+tr.data th {
   border-bottom: solid 1pt #999999;
   padding-top: 10pt;
   padding-left: 5pt;
   text-align: left;
 }
 
-DIV.table TABLE {
+div.table table {
   border: solid thin #999999;
   border-collapse: collapse;
   border-spacing: 0;
@@ -127,7 +128,7 @@ DIV.table TABLE {
   margin-right: auto;
 }
 
-DIV.table CAPTION {
+div.table caption {
   caption-side: top;
   font-size: 120%;
   font-style: italic;
@@ -136,23 +137,23 @@ DIV.table CAPTION {
   margin-right: auto;
 }
 
-DIV.table TABLE TD {
+div.table table td {
   border: solid thin #cccccc;
   padding: 5pt 10pt 0;
 }
 
-DIV.table TABLE TH {
+div.table table th {
   background: #cccccc;
   border: none;
   border-bottom: solid thin #999999;
 }
 
-DIV.figure TABLE {
+div.figure table {
   margin-left: auto;
   margin-right: auto;
 }
 
-DIV.figure CAPTION {
+div.figure caption {
   caption-side: bottom;
   font-size: 120%;
   font-style: italic;
@@ -161,21 +162,21 @@ DIV.figure CAPTION {
   margin-right: auto;
 }
 
-TH.label {
+th.label {
   text-align: right;
   vertical-align: top;
 }
 
-TH.sublabel {
+th.sublabel {
   text-align: right;
   font-weight: normal;
 }
 
-HR {
+hr {
   border: solid thin;
 }
 
-SPAN.info {
+span.info {
   background: black;
   border: thin solid black;
   color: white;
@@ -185,41 +186,41 @@ SPAN.info {
   white-space: nowrap;
 }
 
-H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
+h2 span.info, h3 span.info, h4 span.info {
   float: right;
   font-size: 100%;
 }
 
-H1.title {
+h1.title {
 }
 
-H2.title, H3.title {
+h2.title, h3.title {
   border-bottom: solid 2pt #000000;
 }
 
-DIV.indent, TABLE.indent {
+div.indent, table.indent {
   margin-top: 2em;
   margin-left: auto;
   margin-right: auto;
   width: 90%;
 }
 
-TABLE.indent {
+table.indent {
   border-collapse: collapse;
 }
 
-TABLE.indent TD, TABLE.indent TH {
+table.indent td, table.indent th {
   padding: 0;
 }
 
-TABLE.list {
+table.list {
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
   width: 90%;
 }
 
-TABLE.list TH {
+table.list th {
   background: white;
   border-bottom: solid thin #cccccc;
   color: #444444;
@@ -230,57 +231,57 @@ TABLE.list TH {
   white-space: nowrap;
 }
 
-TABLE.list TH A {
+table.list th a {
   color: #4444cc;
 }
 
-TABLE.list TD {
+table.list td {
   border-bottom: solid thin #eeeeee;
   padding-top: 5pt;
   padding-left: 5pt;
 }
 
-TABLE.list TR:nth-child(even) {
+table.list tr:nth-child(even) {
   background: #f8f8f8;
 }
 
-TABLE.list TR:nth-child(odd) {
+table.list tr:nth-child(odd) {
   background: #f4f4f4;
 }
 
-DT {
+dt {
   margin-left: 36pt;
   margin-top: 12pt;
 }
 
-DD {
+dd {
   margin-left: 54pt;
 }
 
-DL.category DT {
+dl.category dt {
   font-weight: bold;
 }
 
-P.summary {
+p.summary {
   margin-left: 36pt;
   font-family: monaco, courier, monospace;
 }
 
-DIV.summary TABLE {
+div.summary table {
   border: solid thin #999999;
   border-collapse: collapse;
   border-spacing: 0;
   margin: 10px;
 }
 
-DIV.summary TABLE TD, DIV.summary TABLE TH {
+div.summary table td, div.summary table th {
   border: solid thin #999999;
   padding: 5px;
   text-align: left;
   vertical-align: top;
 }
 
-DIV.summary TABLE THEAD TH {
+div.summary table thead th {
   background: #eeeeee;
 }
 
@@ -365,7 +366,7 @@ h1, h2, h3, h4, h5, h6 {
 blockquote {
   border: solid thin gray;
   box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
-  padding: 10px 10px 0px;
+  padding: 10px 10px 0;
   page-break-inside: avoid;
 }
 p code, li code, p.code, pre, ul.code li {
@@ -401,8 +402,8 @@ h2 span.info, h3 span.info, h4 span.info {
   padding: 3px 6px;
 }
 h2.title span.info, h3.title span.info, h4.title span.info {
-  border-bottom-left-radius: 0px;
-  border-bottom-right-radius: 0px;
+  border-bottom-left-radius: 0;
+  border-bottom-right-radius: 0;
 }
 h2.title span.info {
   padding: 4px 6px;
@@ -426,7 +427,8 @@ table.list {
   width: 100%;
 }
 table.list tr:nth-child(even) {
-  background: rgba(127,127,127,0.1);]n}
+  background: rgba(127,127,127,0.1);
+}
 table.list th {
   border-right: 2px solid gray;
   font-family: monospace;
@@ -448,8 +450,9 @@ h3.title {
   border-bottom: solid 2px black;
 }
 --></style>
-  </head>
-  <body>
+</head>
+<body>
+<div class="header">
 <!--
   PPD API header for CUPS.
 
@@ -486,108 +489,109 @@ h3.title {
 </tr>
 </tbody>
 </table></div>
-    <div class="contents">
-      <h2 class="title">Contents</h2>
-      <ul class="contents">
-        <li><a href="#OVERVIEW">Overview</a><ul class="subcontents">
-          <li><a href="#LOADING">Loading a PPD File</a></li>
-          <li><a href="#OPTIONS_AND_GROUPS">Options and Groups</a></li>
-          <li><a href="#CONSTRAINTS">Constraints</a></li>
-          <li><a href="#PAGE_SIZES">Page Sizes</a></li>
-          <li><a href="#ATTRIBUTES">Attributes</a></li>
-        </ul></li>
-        <li><a href="#FUNCTIONS">Functions</a><ul class="subcontents">
-          <li><a href="#cupsGetConflicts">cupsGetConflicts</a></li>
-          <li><a href="#cupsGetPPD">cupsGetPPD</a></li>
-          <li><a href="#cupsGetPPD2">cupsGetPPD2</a></li>
-          <li><a href="#cupsGetPPD3">cupsGetPPD3</a></li>
-          <li><a href="#cupsGetServerPPD">cupsGetServerPPD</a></li>
-          <li><a href="#cupsMarkOptions">cupsMarkOptions</a></li>
-          <li><a href="#cupsRasterInterpretPPD">cupsRasterInterpretPPD</a></li>
-          <li><a href="#cupsResolveConflicts">cupsResolveConflicts</a></li>
-          <li><a href="#ppdCollect">ppdCollect</a></li>
-          <li><a href="#ppdCollect2">ppdCollect2</a></li>
-          <li><a href="#ppdConflicts">ppdConflicts</a></li>
-          <li><a href="#ppdEmit">ppdEmit</a></li>
-          <li><a href="#ppdEmitAfterOrder">ppdEmitAfterOrder</a></li>
-          <li><a href="#ppdEmitFd">ppdEmitFd</a></li>
-          <li><a href="#ppdEmitJCL">ppdEmitJCL</a></li>
-          <li><a href="#ppdEmitJCLEnd">ppdEmitJCLEnd</a></li>
-          <li><a href="#ppdEmitString">ppdEmitString</a></li>
-          <li><a href="#ppdFindAttr">ppdFindAttr</a></li>
-          <li><a href="#ppdFindChoice">ppdFindChoice</a></li>
-          <li><a href="#ppdFindCustomOption">ppdFindCustomOption</a></li>
-          <li><a href="#ppdFindCustomParam">ppdFindCustomParam</a></li>
-          <li><a href="#ppdFindMarkedChoice">ppdFindMarkedChoice</a></li>
-          <li><a href="#ppdFindNextAttr">ppdFindNextAttr</a></li>
-          <li><a href="#ppdFindOption">ppdFindOption</a></li>
-          <li><a href="#ppdFirstCustomParam">ppdFirstCustomParam</a></li>
-          <li><a href="#ppdFirstOption">ppdFirstOption</a></li>
-          <li><a href="#ppdInstallableConflict">ppdInstallableConflict</a></li>
-          <li><a href="#ppdIsMarked">ppdIsMarked</a></li>
-          <li><a href="#ppdLocalize">ppdLocalize</a></li>
-          <li><a href="#ppdLocalizeAttr">ppdLocalizeAttr</a></li>
-          <li><a href="#ppdLocalizeIPPReason">ppdLocalizeIPPReason</a></li>
-          <li><a href="#ppdLocalizeMarkerName">ppdLocalizeMarkerName</a></li>
-          <li><a href="#ppdMarkDefaults">ppdMarkDefaults</a></li>
-          <li><a href="#ppdMarkOption">ppdMarkOption</a></li>
-          <li><a href="#ppdNextCustomParam">ppdNextCustomParam</a></li>
-          <li><a href="#ppdNextOption">ppdNextOption</a></li>
-          <li><a href="#ppdPageLength">ppdPageLength</a></li>
-          <li><a href="#ppdPageSize">ppdPageSize</a></li>
-          <li><a href="#ppdPageSizeLimits">ppdPageSizeLimits</a></li>
-          <li><a href="#ppdPageWidth">ppdPageWidth</a></li>
-        </ul></li>
-        <li><a href="#TYPES">Data Types</a><ul class="subcontents">
-          <li><a href="#cups_interpret_cb_t">cups_interpret_cb_t</a></li>
-          <li><a href="#ppd_attr_t">ppd_attr_t</a></li>
-          <li><a href="#ppd_choice_t">ppd_choice_t</a></li>
-          <li><a href="#ppd_conform_t">ppd_conform_t</a></li>
-          <li><a href="#ppd_const_t">ppd_const_t</a></li>
-          <li><a href="#ppd_coption_t">ppd_coption_t</a></li>
-          <li><a href="#ppd_cparam_t">ppd_cparam_t</a></li>
-          <li><a href="#ppd_cplimit_t">ppd_cplimit_t</a></li>
-          <li><a href="#ppd_cptype_t">ppd_cptype_t</a></li>
-          <li><a href="#ppd_cpvalue_t">ppd_cpvalue_t</a></li>
-          <li><a href="#ppd_cs_t">ppd_cs_t</a></li>
-          <li><a href="#ppd_emul_t">ppd_emul_t</a></li>
-          <li><a href="#ppd_file_t">ppd_file_t</a></li>
-          <li><a href="#ppd_group_t">ppd_group_t</a></li>
-          <li><a href="#ppd_option_t">ppd_option_t</a></li>
-          <li><a href="#ppd_profile_t">ppd_profile_t</a></li>
-          <li><a href="#ppd_section_t">ppd_section_t</a></li>
-          <li><a href="#ppd_size_t">ppd_size_t</a></li>
-          <li><a href="#ppd_status_t">ppd_status_t</a></li>
-          <li><a href="#ppd_ui_t">ppd_ui_t</a></li>
-        </ul></li>
-        <li><a href="#STRUCTURES">Structures</a><ul class="subcontents">
-          <li><a href="#ppd_attr_s">ppd_attr_s</a></li>
-          <li><a href="#ppd_choice_s">ppd_choice_s</a></li>
-          <li><a href="#ppd_const_s">ppd_const_s</a></li>
-          <li><a href="#ppd_coption_s">ppd_coption_s</a></li>
-          <li><a href="#ppd_cparam_s">ppd_cparam_s</a></li>
-          <li><a href="#ppd_emul_s">ppd_emul_s</a></li>
-          <li><a href="#ppd_file_s">ppd_file_s</a></li>
-          <li><a href="#ppd_group_s">ppd_group_s</a></li>
-          <li><a href="#ppd_option_s">ppd_option_s</a></li>
-          <li><a href="#ppd_profile_s">ppd_profile_s</a></li>
-          <li><a href="#ppd_size_s">ppd_size_s</a></li>
-        </ul></li>
-        <li><a href="#UNIONS">Unions</a><ul class="subcontents">
-          <li><a href="#ppd_cplimit_u">ppd_cplimit_u</a></li>
-          <li><a href="#ppd_cpvalue_u">ppd_cpvalue_u</a></li>
-        </ul></li>
-        <li><a href="#ENUMERATIONS">Enumerations</a><ul class="subcontents">
-          <li><a href="#ppd_conform_e">ppd_conform_e</a></li>
-          <li><a href="#ppd_cptype_e">ppd_cptype_e</a></li>
-          <li><a href="#ppd_cs_e">ppd_cs_e</a></li>
-          <li><a href="#ppd_section_e">ppd_section_e</a></li>
-          <li><a href="#ppd_status_e">ppd_status_e</a></li>
-          <li><a href="#ppd_ui_e">ppd_ui_e</a></li>
-        </ul></li>
-      </ul>
-    </div>
-    <div class="body">
+</div>
+<div class="contents">
+<h2 class="title">Contents</h2>
+<ul class="contents">
+<li><a href="#OVERVIEW">Overview</a><ul class="subcontents">
+<li><a href="#LOADING">Loading a PPD File</a></li>
+<li><a href="#OPTIONS_AND_GROUPS">Options and Groups</a></li>
+<li><a href="#CONSTRAINTS">Constraints</a></li>
+<li><a href="#PAGE_SIZES">Page Sizes</a></li>
+<li><a href="#ATTRIBUTES">Attributes</a></li>
+</ul></li>
+<li><a href="#FUNCTIONS">Functions</a><ul class="subcontents">
+<li><a href="#cupsGetConflicts">cupsGetConflicts</a></li>
+<li><a href="#cupsGetPPD">cupsGetPPD</a></li>
+<li><a href="#cupsGetPPD2">cupsGetPPD2</a></li>
+<li><a href="#cupsGetPPD3">cupsGetPPD3</a></li>
+<li><a href="#cupsGetServerPPD">cupsGetServerPPD</a></li>
+<li><a href="#cupsMarkOptions">cupsMarkOptions</a></li>
+<li><a href="#cupsRasterInterpretPPD">cupsRasterInterpretPPD</a></li>
+<li><a href="#cupsResolveConflicts">cupsResolveConflicts</a></li>
+<li><a href="#ppdCollect">ppdCollect</a></li>
+<li><a href="#ppdCollect2">ppdCollect2</a></li>
+<li><a href="#ppdConflicts">ppdConflicts</a></li>
+<li><a href="#ppdEmit">ppdEmit</a></li>
+<li><a href="#ppdEmitAfterOrder">ppdEmitAfterOrder</a></li>
+<li><a href="#ppdEmitFd">ppdEmitFd</a></li>
+<li><a href="#ppdEmitJCL">ppdEmitJCL</a></li>
+<li><a href="#ppdEmitJCLEnd">ppdEmitJCLEnd</a></li>
+<li><a href="#ppdEmitString">ppdEmitString</a></li>
+<li><a href="#ppdFindAttr">ppdFindAttr</a></li>
+<li><a href="#ppdFindChoice">ppdFindChoice</a></li>
+<li><a href="#ppdFindCustomOption">ppdFindCustomOption</a></li>
+<li><a href="#ppdFindCustomParam">ppdFindCustomParam</a></li>
+<li><a href="#ppdFindMarkedChoice">ppdFindMarkedChoice</a></li>
+<li><a href="#ppdFindNextAttr">ppdFindNextAttr</a></li>
+<li><a href="#ppdFindOption">ppdFindOption</a></li>
+<li><a href="#ppdFirstCustomParam">ppdFirstCustomParam</a></li>
+<li><a href="#ppdFirstOption">ppdFirstOption</a></li>
+<li><a href="#ppdInstallableConflict">ppdInstallableConflict</a></li>
+<li><a href="#ppdIsMarked">ppdIsMarked</a></li>
+<li><a href="#ppdLocalize">ppdLocalize</a></li>
+<li><a href="#ppdLocalizeAttr">ppdLocalizeAttr</a></li>
+<li><a href="#ppdLocalizeIPPReason">ppdLocalizeIPPReason</a></li>
+<li><a href="#ppdLocalizeMarkerName">ppdLocalizeMarkerName</a></li>
+<li><a href="#ppdMarkDefaults">ppdMarkDefaults</a></li>
+<li><a href="#ppdMarkOption">ppdMarkOption</a></li>
+<li><a href="#ppdNextCustomParam">ppdNextCustomParam</a></li>
+<li><a href="#ppdNextOption">ppdNextOption</a></li>
+<li><a href="#ppdPageLength">ppdPageLength</a></li>
+<li><a href="#ppdPageSize">ppdPageSize</a></li>
+<li><a href="#ppdPageSizeLimits">ppdPageSizeLimits</a></li>
+<li><a href="#ppdPageWidth">ppdPageWidth</a></li>
+</ul></li>
+<li><a href="#TYPES">Data Types</a><ul class="subcontents">
+<li><a href="#cups_interpret_cb_t">cups_interpret_cb_t</a></li>
+<li><a href="#ppd_attr_t">ppd_attr_t</a></li>
+<li><a href="#ppd_choice_t">ppd_choice_t</a></li>
+<li><a href="#ppd_conform_t">ppd_conform_t</a></li>
+<li><a href="#ppd_const_t">ppd_const_t</a></li>
+<li><a href="#ppd_coption_t">ppd_coption_t</a></li>
+<li><a href="#ppd_cparam_t">ppd_cparam_t</a></li>
+<li><a href="#ppd_cplimit_t">ppd_cplimit_t</a></li>
+<li><a href="#ppd_cptype_t">ppd_cptype_t</a></li>
+<li><a href="#ppd_cpvalue_t">ppd_cpvalue_t</a></li>
+<li><a href="#ppd_cs_t">ppd_cs_t</a></li>
+<li><a href="#ppd_emul_t">ppd_emul_t</a></li>
+<li><a href="#ppd_file_t">ppd_file_t</a></li>
+<li><a href="#ppd_group_t">ppd_group_t</a></li>
+<li><a href="#ppd_option_t">ppd_option_t</a></li>
+<li><a href="#ppd_profile_t">ppd_profile_t</a></li>
+<li><a href="#ppd_section_t">ppd_section_t</a></li>
+<li><a href="#ppd_size_t">ppd_size_t</a></li>
+<li><a href="#ppd_status_t">ppd_status_t</a></li>
+<li><a href="#ppd_ui_t">ppd_ui_t</a></li>
+</ul></li>
+<li><a href="#STRUCTURES">Structures</a><ul class="subcontents">
+<li><a href="#ppd_attr_s">ppd_attr_s</a></li>
+<li><a href="#ppd_choice_s">ppd_choice_s</a></li>
+<li><a href="#ppd_const_s">ppd_const_s</a></li>
+<li><a href="#ppd_coption_s">ppd_coption_s</a></li>
+<li><a href="#ppd_cparam_s">ppd_cparam_s</a></li>
+<li><a href="#ppd_emul_s">ppd_emul_s</a></li>
+<li><a href="#ppd_file_s">ppd_file_s</a></li>
+<li><a href="#ppd_group_s">ppd_group_s</a></li>
+<li><a href="#ppd_option_s">ppd_option_s</a></li>
+<li><a href="#ppd_profile_s">ppd_profile_s</a></li>
+<li><a href="#ppd_size_s">ppd_size_s</a></li>
+</ul></li>
+<li><a href="#UNIONS">Unions</a><ul class="subcontents">
+<li><a href="#ppd_cplimit_u">ppd_cplimit_u</a></li>
+<li><a href="#ppd_cpvalue_u">ppd_cpvalue_u</a></li>
+</ul></li>
+<li><a href="#ENUMERATIONS">Enumerations</a><ul class="subcontents">
+<li><a href="#ppd_conform_e">ppd_conform_e</a></li>
+<li><a href="#ppd_cptype_e">ppd_cptype_e</a></li>
+<li><a href="#ppd_cs_e">ppd_cs_e</a></li>
+<li><a href="#ppd_section_e">ppd_section_e</a></li>
+<li><a href="#ppd_status_e">ppd_status_e</a></li>
+<li><a href="#ppd_ui_e">ppd_ui_e</a></li>
+</ul></li>
+</ul>
+</div>
+<div class="body">
 <!--
   PPD API introduction for CUPS.
 
@@ -809,26 +813,26 @@ for (attr = <a href="#ppdFindAttr">ppdFindAttr</a>(ppd, "Product", NULL);
      attr = <a href="#ppdFindNextAttr">ppdFindNextAttr</a>(ppd, "Product", NULL))
   puts(attr->value);
 </pre>
-      <h2 class="title"><a id="FUNCTIONS">Functions</a></h2>
+<h2 class="title"><a id="FUNCTIONS">Functions</a></h2>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="cupsGetConflicts">cupsGetConflicts</a></h3>
-        <p class="description">Get a list of conflicting options in a marked PPD.</p>
+<p class="description">Get a list of conflicting options in a marked PPD.</p>
 <p class="code">
 int cupsGetConflicts(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *option, const char *choice, cups_option_t **options);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 <tr><th>option</th>
-        <td class="description">Option to test</td></tr>
+<td class="description">Option to test</td></tr>
 <tr><th>choice</th>
-        <td class="description">Choice to test</td></tr>
+<td class="description">Choice to test</td></tr>
 <tr><th>options</th>
-        <td class="description">Conflicting options</td></tr>
+<td class="description">Conflicting options</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of conflicting options</p>
+<p class="description">Number of conflicting options</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function gets a list of options that would conflict if &quot;option&quot; and
+<p class="discussion">This function gets a list of options that would conflict if &quot;option&quot; and
 &quot;choice&quot; were marked in the PPD.  You would typically call this function
 after marking the currently selected options in the PPD in order to
 determine whether a new option selection would cause a conflict.<br>
@@ -839,38 +843,38 @@ the conflicting options.  The returned option array must be freed using
 
 </p>
 <h3 class="function"><a id="cupsGetPPD">cupsGetPPD</a></h3>
-        <p class="description">Get the PPD file for a printer on the default server.</p>
+<p class="description">Get the PPD file for a printer on the default server.</p>
 <p class="code">
 const char *cupsGetPPD(const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Destination name</td></tr>
+<td class="description">Destination name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Filename for PPD file</p>
+<p class="description">Filename for PPD file</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">For classes, <code>cupsGetPPD</code> returns the PPD file for the first printer
+<p class="discussion">For classes, <code>cupsGetPPD</code> returns the PPD file for the first printer
 in the class.<br>
 <br>
 The returned filename is stored in a static buffer and is overwritten with
 each call to <code>cupsGetPPD</code> or <a href="#cupsGetPPD2"><code>cupsGetPPD2</code></a>.  The caller &quot;owns&quot; the
 file that is created and must <code>unlink</code> the returned filename.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.21/macOS 10.4&#160;</span><a id="cupsGetPPD2">cupsGetPPD2</a></h3>
-        <p class="description">Get the PPD file for a printer from the specified server.</p>
+<p class="description">Get the PPD file for a printer from the specified server.</p>
 <p class="code">
 const char *cupsGetPPD2(http_t *http, const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
 <tr><th>name</th>
-        <td class="description">Destination name</td></tr>
+<td class="description">Destination name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Filename for PPD file</p>
+<p class="description">Filename for PPD file</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">For classes, <code>cupsGetPPD2</code> returns the PPD file for the first printer
+<p class="discussion">For classes, <code>cupsGetPPD2</code> returns the PPD file for the first printer
 in the class.<br>
 <br>
 The returned filename is stored in a static buffer and is overwritten with
@@ -879,27 +883,27 @@ file that is created and must <code>unlink</code> the returned filename.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="cupsGetPPD3">cupsGetPPD3</a></h3>
-        <p class="description">Get the PPD file for a printer on the specified
+<p class="description">Get the PPD file for a printer on the specified
 server if it has changed.</p>
 <p class="code">
 http_status_t cupsGetPPD3(http_t *http, const char *name, time_t *modtime, char *buffer, size_t bufsize);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<td class="description">HTTP connection or <code>CUPS_HTTP_DEFAULT</code></td></tr>
 <tr><th>name</th>
-        <td class="description">Destination name</td></tr>
+<td class="description">Destination name</td></tr>
 <tr><th>modtime</th>
-        <td class="description">Modification time</td></tr>
+<td class="description">Modification time</td></tr>
 <tr><th>buffer</th>
-        <td class="description">Filename buffer</td></tr>
+<td class="description">Filename buffer</td></tr>
 <tr><th>bufsize</th>
-        <td class="description">Size of filename buffer</td></tr>
+<td class="description">Size of filename buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">HTTP status</p>
+<p class="description">HTTP status</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The &quot;modtime&quot; parameter contains the modification time of any
+<p class="discussion">The &quot;modtime&quot; parameter contains the modification time of any
 locally-cached content and is updated with the time from the PPD file on
 the server.<br>
 <br>
@@ -917,20 +921,20 @@ in the class.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsGetServerPPD">cupsGetServerPPD</a></h3>
-        <p class="description">Get an available PPD file from the server.</p>
+<p class="description">Get an available PPD file from the server.</p>
 <p class="code">
 char *cupsGetServerPPD(http_t *http, const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
 <tr><th>name</th>
-        <td class="description">Name of PPD file (&quot;ppd-name&quot;)</td></tr>
+<td class="description">Name of PPD file (&quot;ppd-name&quot;)</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Name of PPD file or <code>NULL</code> on error</p>
+<p class="description">Name of PPD file or <code>NULL</code> on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function returns the named PPD file from the server.  The
+<p class="discussion">This function returns the named PPD file from the server.  The
 list of available PPDs is provided by the IPP <code>CUPS_GET_PPDS</code>
 operation.<br>
 <br>
@@ -941,46 +945,46 @@ or <a href="#cupsGetServerPPD"><code>cupsGetServerPPD</code></a>.
 
 </p>
 <h3 class="function"><a id="cupsMarkOptions">cupsMarkOptions</a></h3>
-        <p class="description">Mark command-line options in a PPD file.</p>
+<p class="description">Mark command-line options in a PPD file.</p>
 <p class="code">
 int cupsMarkOptions(<a href="#ppd_file_t">ppd_file_t</a> *ppd, int num_options, cups_option_t *options);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Number of options</td></tr>
+<td class="description">Number of options</td></tr>
 <tr><th>options</th>
-        <td class="description">Options</td></tr>
+<td class="description">Options</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if conflicts exist, 0 otherwise</p>
+<p class="description">1 if conflicts exist, 0 otherwise</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function maps the IPP &quot;finishings&quot;, &quot;media&quot;, &quot;mirror&quot;,
+<p class="discussion">This function maps the IPP &quot;finishings&quot;, &quot;media&quot;, &quot;mirror&quot;,
 &quot;multiple-document-handling&quot;, &quot;output-bin&quot;, &quot;print-color-mode&quot;,
 &quot;print-quality&quot;, &quot;printer-resolution&quot;, and &quot;sides&quot; attributes to their
 corresponding PPD options and choices.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsRasterInterpretPPD">cupsRasterInterpretPPD</a></h3>
-        <p class="description">Interpret PPD commands to create a page header.</p>
+<p class="description">Interpret PPD commands to create a page header.</p>
 <p class="code">
 int cupsRasterInterpretPPD(cups_page_header2_t *h, <a href="#ppd_file_t">ppd_file_t</a> *ppd, int num_options, cups_option_t *options, <a href="#cups_interpret_cb_t">cups_interpret_cb_t</a> func);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>h</th>
-        <td class="description">Page header to create</td></tr>
+<td class="description">Page header to create</td></tr>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Number of options</td></tr>
+<td class="description">Number of options</td></tr>
 <tr><th>options</th>
-        <td class="description">Options</td></tr>
+<td class="description">Options</td></tr>
 <tr><th>func</th>
-        <td class="description">Optional page header callback (<code>NULL</code> for none)</td></tr>
+<td class="description">Optional page header callback (<code>NULL</code> for none)</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on failure</p>
+<p class="description">0 on success, -1 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function is used by raster image processing (RIP) filters like
+<p class="discussion">This function is used by raster image processing (RIP) filters like
 cgpdftoraster and imagetoraster when writing CUPS raster data for a page.
 It is not used by raster printer driver filters which only read CUPS
 raster data.<br>
@@ -1006,26 +1010,26 @@ are supported.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="cupsResolveConflicts">cupsResolveConflicts</a></h3>
-        <p class="description">Resolve conflicts in a marked PPD.</p>
+<p class="description">Resolve conflicts in a marked PPD.</p>
 <p class="code">
 int cupsResolveConflicts(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *option, const char *choice, int *num_options, cups_option_t **options);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 <tr><th>option</th>
-        <td class="description">Newly selected option or <code>NULL</code> for none</td></tr>
+<td class="description">Newly selected option or <code>NULL</code> for none</td></tr>
 <tr><th>choice</th>
-        <td class="description">Newly selected choice or <code>NULL</code> for none</td></tr>
+<td class="description">Newly selected choice or <code>NULL</code> for none</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Number of additional selected options</td></tr>
+<td class="description">Number of additional selected options</td></tr>
 <tr><th>options</th>
-        <td class="description">Additional selected options</td></tr>
+<td class="description">Additional selected options</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function attempts to resolve any conflicts in a marked PPD, returning
+<p class="discussion">This function attempts to resolve any conflicts in a marked PPD, returning
 a list of option changes that are required to resolve them.  On input,
 &quot;num_options&quot; and &quot;options&quot; contain any pending option changes that have
 not yet been marked, while &quot;option&quot; and &quot;choice&quot; contain the most recent
@@ -1058,166 +1062,166 @@ until a non-conflicting option choice is found.
 
 </p>
 <h3 class="function"><a id="ppdCollect">ppdCollect</a></h3>
-        <p class="description">Collect all marked options that reside in the specified
+<p class="description">Collect all marked options that reside in the specified
 section.</p>
 <p class="code">
 int ppdCollect(<a href="#ppd_file_t">ppd_file_t</a> *ppd, <a href="#ppd_section_t">ppd_section_t</a> section, <a href="#ppd_choice_t">ppd_choice_t</a> ***choices);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file data</td></tr>
+<td class="description">PPD file data</td></tr>
 <tr><th>section</th>
-        <td class="description">Section to collect</td></tr>
+<td class="description">Section to collect</td></tr>
 <tr><th>choices</th>
-        <td class="description">Pointers to choices</td></tr>
+<td class="description">Pointers to choices</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of options marked</p>
+<p class="description">Number of options marked</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The choices array should be freed using <code>free</code> when you are
+<p class="discussion">The choices array should be freed using <code>free</code> when you are
 finished with it.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ppdCollect2">ppdCollect2</a></h3>
-        <p class="description">Collect all marked options that reside in the
+<p class="description">Collect all marked options that reside in the
 specified section and minimum order.</p>
 <p class="code">
 int ppdCollect2(<a href="#ppd_file_t">ppd_file_t</a> *ppd, <a href="#ppd_section_t">ppd_section_t</a> section, float min_order, <a href="#ppd_choice_t">ppd_choice_t</a> ***choices);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file data</td></tr>
+<td class="description">PPD file data</td></tr>
 <tr><th>section</th>
-        <td class="description">Section to collect</td></tr>
+<td class="description">Section to collect</td></tr>
 <tr><th>min_order</th>
-        <td class="description">Minimum OrderDependency value</td></tr>
+<td class="description">Minimum OrderDependency value</td></tr>
 <tr><th>choices</th>
-        <td class="description">Pointers to choices</td></tr>
+<td class="description">Pointers to choices</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of options marked</p>
+<p class="description">Number of options marked</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The choices array should be freed using <code>free</code> when you are
+<p class="discussion">The choices array should be freed using <code>free</code> when you are
 finished with it.
 
 </p>
 <h3 class="function"><a id="ppdConflicts">ppdConflicts</a></h3>
-        <p class="description">Check to see if there are any conflicts among the
+<p class="description">Check to see if there are any conflicts among the
 marked option choices.</p>
 <p class="code">
 int ppdConflicts(<a href="#ppd_file_t">ppd_file_t</a> *ppd);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD to check</td></tr>
+<td class="description">PPD to check</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of conflicts found</p>
+<p class="description">Number of conflicts found</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The returned value is the same as returned by <a href="#ppdMarkOption"><code>ppdMarkOption</code></a>.</p>
+<p class="discussion">The returned value is the same as returned by <a href="#ppdMarkOption"><code>ppdMarkOption</code></a>.</p>
 <h3 class="function"><a id="ppdEmit">ppdEmit</a></h3>
-        <p class="description">Emit code for marked options to a file.</p>
+<p class="description">Emit code for marked options to a file.</p>
 <p class="code">
 int ppdEmit(<a href="#ppd_file_t">ppd_file_t</a> *ppd, FILE *fp, <a href="#ppd_section_t">ppd_section_t</a> section);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file record</td></tr>
+<td class="description">PPD file record</td></tr>
 <tr><th>fp</th>
-        <td class="description">File to write to</td></tr>
+<td class="description">File to write to</td></tr>
 <tr><th>section</th>
-        <td class="description">Section to write</td></tr>
+<td class="description">Section to write</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on failure</p>
+<p class="description">0 on success, -1 on failure</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ppdEmitAfterOrder">ppdEmitAfterOrder</a></h3>
-        <p class="description">Emit a subset of the code for marked options to a file.</p>
+<p class="description">Emit a subset of the code for marked options to a file.</p>
 <p class="code">
 int ppdEmitAfterOrder(<a href="#ppd_file_t">ppd_file_t</a> *ppd, FILE *fp, <a href="#ppd_section_t">ppd_section_t</a> section, int limit, float min_order);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file record</td></tr>
+<td class="description">PPD file record</td></tr>
 <tr><th>fp</th>
-        <td class="description">File to write to</td></tr>
+<td class="description">File to write to</td></tr>
 <tr><th>section</th>
-        <td class="description">Section to write</td></tr>
+<td class="description">Section to write</td></tr>
 <tr><th>limit</th>
-        <td class="description">Non-zero to use min_order</td></tr>
+<td class="description">Non-zero to use min_order</td></tr>
 <tr><th>min_order</th>
-        <td class="description">Lowest OrderDependency</td></tr>
+<td class="description">Lowest OrderDependency</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on failure</p>
+<p class="description">0 on success, -1 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">When &quot;limit&quot; is non-zero, this function only emits options whose
+<p class="discussion">When &quot;limit&quot; is non-zero, this function only emits options whose
 OrderDependency value is greater than or equal to &quot;min_order&quot;.<br>
 <br>
 When &quot;limit&quot; is zero, this function is identical to ppdEmit().
 
 </p>
 <h3 class="function"><a id="ppdEmitFd">ppdEmitFd</a></h3>
-        <p class="description">Emit code for marked options to a file.</p>
+<p class="description">Emit code for marked options to a file.</p>
 <p class="code">
 int ppdEmitFd(<a href="#ppd_file_t">ppd_file_t</a> *ppd, int fd, <a href="#ppd_section_t">ppd_section_t</a> section);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file record</td></tr>
+<td class="description">PPD file record</td></tr>
 <tr><th>fd</th>
-        <td class="description">File to write to</td></tr>
+<td class="description">File to write to</td></tr>
 <tr><th>section</th>
-        <td class="description">Section to write</td></tr>
+<td class="description">Section to write</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on failure</p>
+<p class="description">0 on success, -1 on failure</p>
 <h3 class="function"><a id="ppdEmitJCL">ppdEmitJCL</a></h3>
-        <p class="description">Emit code for JCL options to a file.</p>
+<p class="description">Emit code for JCL options to a file.</p>
 <p class="code">
 int ppdEmitJCL(<a href="#ppd_file_t">ppd_file_t</a> *ppd, FILE *fp, int job_id, const char *user, const char *title);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file record</td></tr>
+<td class="description">PPD file record</td></tr>
 <tr><th>fp</th>
-        <td class="description">File to write to</td></tr>
+<td class="description">File to write to</td></tr>
 <tr><th>job_id</th>
-        <td class="description">Job ID</td></tr>
+<td class="description">Job ID</td></tr>
 <tr><th>user</th>
-        <td class="description">Username</td></tr>
+<td class="description">Username</td></tr>
 <tr><th>title</th>
-        <td class="description">Title</td></tr>
+<td class="description">Title</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on failure</p>
+<p class="description">0 on success, -1 on failure</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ppdEmitJCLEnd">ppdEmitJCLEnd</a></h3>
-        <p class="description">Emit JCLEnd code to a file.</p>
+<p class="description">Emit JCLEnd code to a file.</p>
 <p class="code">
 int ppdEmitJCLEnd(<a href="#ppd_file_t">ppd_file_t</a> *ppd, FILE *fp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file record</td></tr>
+<td class="description">PPD file record</td></tr>
 <tr><th>fp</th>
-        <td class="description">File to write to</td></tr>
+<td class="description">File to write to</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on failure</p>
+<p class="description">0 on success, -1 on failure</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ppdEmitString">ppdEmitString</a></h3>
-        <p class="description">Get a string containing the code for marked options.</p>
+<p class="description">Get a string containing the code for marked options.</p>
 <p class="code">
 char *ppdEmitString(<a href="#ppd_file_t">ppd_file_t</a> *ppd, <a href="#ppd_section_t">ppd_section_t</a> section, float min_order);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file record</td></tr>
+<td class="description">PPD file record</td></tr>
 <tr><th>section</th>
-        <td class="description">Section to write</td></tr>
+<td class="description">Section to write</td></tr>
 <tr><th>min_order</th>
-        <td class="description">Lowest OrderDependency</td></tr>
+<td class="description">Lowest OrderDependency</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">String containing option code or <code>NULL</code> if there is no option code</p>
+<p class="description">String containing option code or <code>NULL</code> if there is no option code</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">When &quot;min_order&quot; is greater than zero, this function only includes options
+<p class="discussion">When &quot;min_order&quot; is greater than zero, this function only includes options
 whose OrderDependency value is greater than or equal to &quot;min_order&quot;.
 Otherwise, all options in the specified section are included in the
 returned string.<br>
@@ -1227,220 +1231,220 @@ The return string is allocated on the heap and should be freed using
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span><a id="ppdFindAttr">ppdFindAttr</a></h3>
-        <p class="description">Find the first matching attribute.</p>
+<p class="description">Find the first matching attribute.</p>
 <p class="code">
 <a href="#ppd_attr_t">ppd_attr_t</a> *ppdFindAttr(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *name, const char *spec);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file data</td></tr>
+<td class="description">PPD file data</td></tr>
 <tr><th>name</th>
-        <td class="description">Attribute name</td></tr>
+<td class="description">Attribute name</td></tr>
 <tr><th>spec</th>
-        <td class="description">Specifier string or <code>NULL</code></td></tr>
+<td class="description">Specifier string or <code>NULL</code></td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Attribute or <code>NULL</code> if not found</p>
+<p class="description">Attribute or <code>NULL</code> if not found</p>
 <h3 class="function"><a id="ppdFindChoice">ppdFindChoice</a></h3>
-        <p class="description">Return a pointer to an option choice.</p>
+<p class="description">Return a pointer to an option choice.</p>
 <p class="code">
 <a href="#ppd_choice_t">ppd_choice_t</a> *ppdFindChoice(<a href="#ppd_option_t">ppd_option_t</a> *o, const char *choice);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>o</th>
-        <td class="description">Pointer to option</td></tr>
+<td class="description">Pointer to option</td></tr>
 <tr><th>choice</th>
-        <td class="description">Name of choice</td></tr>
+<td class="description">Name of choice</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Choice pointer or <code>NULL</code></p>
+<p class="description">Choice pointer or <code>NULL</code></p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ppdFindCustomOption">ppdFindCustomOption</a></h3>
-        <p class="description">Find a custom option.</p>
+<p class="description">Find a custom option.</p>
 <p class="code">
 <a href="#ppd_coption_t">ppd_coption_t</a> *ppdFindCustomOption(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *keyword);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 <tr><th>keyword</th>
-        <td class="description">Custom option name</td></tr>
+<td class="description">Custom option name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Custom option or NULL</p>
+<p class="description">Custom option or NULL</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ppdFindCustomParam">ppdFindCustomParam</a></h3>
-        <p class="description">Find a parameter for a custom option.</p>
+<p class="description">Find a parameter for a custom option.</p>
 <p class="code">
 <a href="#ppd_cparam_t">ppd_cparam_t</a> *ppdFindCustomParam(<a href="#ppd_coption_t">ppd_coption_t</a> *opt, const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>opt</th>
-        <td class="description">Custom option</td></tr>
+<td class="description">Custom option</td></tr>
 <tr><th>name</th>
-        <td class="description">Parameter name</td></tr>
+<td class="description">Parameter name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Custom parameter or NULL</p>
+<p class="description">Custom parameter or NULL</p>
 <h3 class="function"><a id="ppdFindMarkedChoice">ppdFindMarkedChoice</a></h3>
-        <p class="description">Return the marked choice for the specified option.</p>
+<p class="description">Return the marked choice for the specified option.</p>
 <p class="code">
 <a href="#ppd_choice_t">ppd_choice_t</a> *ppdFindMarkedChoice(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *option);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 <tr><th>option</th>
-        <td class="description">Keyword/option name</td></tr>
+<td class="description">Keyword/option name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Pointer to choice or <code>NULL</code></p>
+<p class="description">Pointer to choice or <code>NULL</code></p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span><a id="ppdFindNextAttr">ppdFindNextAttr</a></h3>
-        <p class="description">Find the next matching attribute.</p>
+<p class="description">Find the next matching attribute.</p>
 <p class="code">
 <a href="#ppd_attr_t">ppd_attr_t</a> *ppdFindNextAttr(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *name, const char *spec);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file data</td></tr>
+<td class="description">PPD file data</td></tr>
 <tr><th>name</th>
-        <td class="description">Attribute name</td></tr>
+<td class="description">Attribute name</td></tr>
 <tr><th>spec</th>
-        <td class="description">Specifier string or <code>NULL</code></td></tr>
+<td class="description">Specifier string or <code>NULL</code></td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Attribute or <code>NULL</code> if not found</p>
+<p class="description">Attribute or <code>NULL</code> if not found</p>
 <h3 class="function"><a id="ppdFindOption">ppdFindOption</a></h3>
-        <p class="description">Return a pointer to the specified option.</p>
+<p class="description">Return a pointer to the specified option.</p>
 <p class="code">
 <a href="#ppd_option_t">ppd_option_t</a> *ppdFindOption(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *option);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file data</td></tr>
+<td class="description">PPD file data</td></tr>
 <tr><th>option</th>
-        <td class="description">Option/Keyword name</td></tr>
+<td class="description">Option/Keyword name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Pointer to option or <code>NULL</code></p>
+<p class="description">Pointer to option or <code>NULL</code></p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ppdFirstCustomParam">ppdFirstCustomParam</a></h3>
-        <p class="description">Return the first parameter for a custom option.</p>
+<p class="description">Return the first parameter for a custom option.</p>
 <p class="code">
 <a href="#ppd_cparam_t">ppd_cparam_t</a> *ppdFirstCustomParam(<a href="#ppd_coption_t">ppd_coption_t</a> *opt);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>opt</th>
-        <td class="description">Custom option</td></tr>
+<td class="description">Custom option</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Custom parameter or NULL</p>
+<p class="description">Custom parameter or NULL</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ppdFirstOption">ppdFirstOption</a></h3>
-        <p class="description">Return the first option in the PPD file.</p>
+<p class="description">Return the first option in the PPD file.</p>
 <p class="code">
 <a href="#ppd_option_t">ppd_option_t</a> *ppdFirstOption(<a href="#ppd_file_t">ppd_file_t</a> *ppd);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">First option or <code>NULL</code></p>
+<p class="description">First option or <code>NULL</code></p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Options are returned from all groups in ascending alphanumeric order.
+<p class="discussion">Options are returned from all groups in ascending alphanumeric order.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="ppdInstallableConflict">ppdInstallableConflict</a></h3>
-        <p class="description">Test whether an option choice conflicts with
+<p class="description">Test whether an option choice conflicts with
 an installable option.</p>
 <p class="code">
 int ppdInstallableConflict(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *option, const char *choice);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 <tr><th>option</th>
-        <td class="description">Option</td></tr>
+<td class="description">Option</td></tr>
 <tr><th>choice</th>
-        <td class="description">Choice</td></tr>
+<td class="description">Choice</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if conflicting, 0 if not conflicting</p>
+<p class="description">1 if conflicting, 0 if not conflicting</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function tests whether a particular option choice is available based
+<p class="discussion">This function tests whether a particular option choice is available based
 on constraints against options in the &quot;InstallableOptions&quot; group.
 
 </p>
 <h3 class="function"><a id="ppdIsMarked">ppdIsMarked</a></h3>
-        <p class="description">Check to see if an option is marked.</p>
+<p class="description">Check to see if an option is marked.</p>
 <p class="code">
 int ppdIsMarked(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *option, const char *choice);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file data</td></tr>
+<td class="description">PPD file data</td></tr>
 <tr><th>option</th>
-        <td class="description">Option/Keyword name</td></tr>
+<td class="description">Option/Keyword name</td></tr>
 <tr><th>choice</th>
-        <td class="description">Choice name</td></tr>
+<td class="description">Choice name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Non-zero if option is marked</p>
+<p class="description">Non-zero if option is marked</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ppdLocalize">ppdLocalize</a></h3>
-        <p class="description">Localize the PPD file to the current locale.</p>
+<p class="description">Localize the PPD file to the current locale.</p>
 <p class="code">
 int ppdLocalize(<a href="#ppd_file_t">ppd_file_t</a> *ppd);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on error</p>
+<p class="description">0 on success, -1 on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">All groups, options, and choices are localized, as are ICC profile
+<p class="discussion">All groups, options, and choices are localized, as are ICC profile
 descriptions, printer presets, and custom option parameters.  Each
 localized string uses the UTF-8 character encoding.
 
 </p>
 <h3 class="function"><a id="ppdLocalizeAttr">ppdLocalizeAttr</a></h3>
-        <p class="description">Localize an attribute.</p>
+<p class="description">Localize an attribute.</p>
 <p class="code">
 <a href="#ppd_attr_t">ppd_attr_t</a> *ppdLocalizeAttr(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *keyword, const char *spec);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 <tr><th>keyword</th>
-        <td class="description">Main keyword</td></tr>
+<td class="description">Main keyword</td></tr>
 <tr><th>spec</th>
-        <td class="description">Option keyword or <code>NULL</code> for none</td></tr>
+<td class="description">Option keyword or <code>NULL</code> for none</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Localized attribute or <code>NULL</code> if none exists</p>
+<p class="description">Localized attribute or <code>NULL</code> if none exists</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function uses the current locale to find the localized attribute for
+<p class="discussion">This function uses the current locale to find the localized attribute for
 the given main and option keywords.  If no localized version of the
 attribute exists for the current locale, the unlocalized version is returned.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="ppdLocalizeIPPReason">ppdLocalizeIPPReason</a></h3>
-        <p class="description">Get the localized version of a cupsIPPReason
+<p class="description">Get the localized version of a cupsIPPReason
 attribute.</p>
 <p class="code">
 const char *ppdLocalizeIPPReason(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *reason, const char *scheme, char *buffer, size_t bufsize);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 <tr><th>reason</th>
-        <td class="description">IPP reason keyword to look up</td></tr>
+<td class="description">IPP reason keyword to look up</td></tr>
 <tr><th>scheme</th>
-        <td class="description">URI scheme or NULL for text</td></tr>
+<td class="description">URI scheme or NULL for text</td></tr>
 <tr><th>buffer</th>
-        <td class="description">Value buffer</td></tr>
+<td class="description">Value buffer</td></tr>
 <tr><th>bufsize</th>
-        <td class="description">Size of value buffer</td></tr>
+<td class="description">Size of value buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Value or NULL if not found</p>
+<p class="description">Value or NULL if not found</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function uses the current locale to find the corresponding reason
+<p class="discussion">This function uses the current locale to find the corresponding reason
 text or URI from the attribute value. If &quot;scheme&quot; is NULL or &quot;text&quot;,
 the returned value contains human-readable (UTF-8) text from the translation
 string or attribute value. Otherwise the corresponding URI is returned.<br>
@@ -1449,119 +1453,119 @@ If no value of the requested scheme can be found, NULL is returned.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="ppdLocalizeMarkerName">ppdLocalizeMarkerName</a></h3>
-        <p class="description">Get the localized version of a marker-names
+<p class="description">Get the localized version of a marker-names
 attribute value.</p>
 <p class="code">
 const char *ppdLocalizeMarkerName(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 <tr><th>name</th>
-        <td class="description">Marker name to look up</td></tr>
+<td class="description">Marker name to look up</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Value or <code>NULL</code> if not found</p>
+<p class="description">Value or <code>NULL</code> if not found</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function uses the current locale to find the corresponding name
+<p class="discussion">This function uses the current locale to find the corresponding name
 text from the attribute value. If no localized text for the requested
 name can be found, <code>NULL</code> is returned.
 
 </p>
 <h3 class="function"><a id="ppdMarkDefaults">ppdMarkDefaults</a></h3>
-        <p class="description">Mark all default options in the PPD file.</p>
+<p class="description">Mark all default options in the PPD file.</p>
 <p class="code">
 void ppdMarkDefaults(<a href="#ppd_file_t">ppd_file_t</a> *ppd);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file record</td></tr>
+<td class="description">PPD file record</td></tr>
 </tbody></table>
 <h3 class="function"><a id="ppdMarkOption">ppdMarkOption</a></h3>
-        <p class="description">Mark an option in a PPD file and return the number of
+<p class="description">Mark an option in a PPD file and return the number of
 conflicts.</p>
 <p class="code">
 int ppdMarkOption(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *option, const char *choice);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file record</td></tr>
+<td class="description">PPD file record</td></tr>
 <tr><th>option</th>
-        <td class="description">Keyword</td></tr>
+<td class="description">Keyword</td></tr>
 <tr><th>choice</th>
-        <td class="description">Option name</td></tr>
+<td class="description">Option name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of conflicts</p>
+<p class="description">Number of conflicts</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ppdNextCustomParam">ppdNextCustomParam</a></h3>
-        <p class="description">Return the next parameter for a custom option.</p>
+<p class="description">Return the next parameter for a custom option.</p>
 <p class="code">
 <a href="#ppd_cparam_t">ppd_cparam_t</a> *ppdNextCustomParam(<a href="#ppd_coption_t">ppd_coption_t</a> *opt);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>opt</th>
-        <td class="description">Custom option</td></tr>
+<td class="description">Custom option</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Custom parameter or NULL</p>
+<p class="description">Custom parameter or NULL</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ppdNextOption">ppdNextOption</a></h3>
-        <p class="description">Return the next option in the PPD file.</p>
+<p class="description">Return the next option in the PPD file.</p>
 <p class="code">
 <a href="#ppd_option_t">ppd_option_t</a> *ppdNextOption(<a href="#ppd_file_t">ppd_file_t</a> *ppd);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Next option or <code>NULL</code></p>
+<p class="description">Next option or <code>NULL</code></p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Options are returned from all groups in ascending alphanumeric order.
+<p class="discussion">Options are returned from all groups in ascending alphanumeric order.
 
 </p>
 <h3 class="function"><a id="ppdPageLength">ppdPageLength</a></h3>
-        <p class="description">Get the page length for the given size.</p>
+<p class="description">Get the page length for the given size.</p>
 <p class="code">
 float ppdPageLength(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file</td></tr>
+<td class="description">PPD file</td></tr>
 <tr><th>name</th>
-        <td class="description">Size name</td></tr>
+<td class="description">Size name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Length of page in points or 0.0</p>
+<p class="description">Length of page in points or 0.0</p>
 <h3 class="function"><a id="ppdPageSize">ppdPageSize</a></h3>
-        <p class="description">Get the page size record for the named size.</p>
+<p class="description">Get the page size record for the named size.</p>
 <p class="code">
 <a href="#ppd_size_t">ppd_size_t</a> *ppdPageSize(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file record</td></tr>
+<td class="description">PPD file record</td></tr>
 <tr><th>name</th>
-        <td class="description">Size name</td></tr>
+<td class="description">Size name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Size record for page or NULL</p>
+<p class="description">Size record for page or NULL</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="ppdPageSizeLimits">ppdPageSizeLimits</a></h3>
-        <p class="description">Return the custom page size limits.</p>
+<p class="description">Return the custom page size limits.</p>
 <p class="code">
 int ppdPageSizeLimits(<a href="#ppd_file_t">ppd_file_t</a> *ppd, <a href="#ppd_size_t">ppd_size_t</a> *minimum, <a href="#ppd_size_t">ppd_size_t</a> *maximum);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file record</td></tr>
+<td class="description">PPD file record</td></tr>
 <tr><th>minimum</th>
-        <td class="description">Minimum custom size</td></tr>
+<td class="description">Minimum custom size</td></tr>
 <tr><th>maximum</th>
-        <td class="description">Maximum custom size</td></tr>
+<td class="description">Maximum custom size</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if custom sizes are supported, 0 otherwise</p>
+<p class="description">1 if custom sizes are supported, 0 otherwise</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function returns the minimum and maximum custom page sizes and printable
+<p class="discussion">This function returns the minimum and maximum custom page sizes and printable
 areas based on the currently-marked (selected) options.<br>
 <br>
 If the specified PPD file does not support custom page sizes, both
@@ -1569,122 +1573,122 @@ If the specified PPD file does not support custom page sizes, both
 
 </p>
 <h3 class="function"><a id="ppdPageWidth">ppdPageWidth</a></h3>
-        <p class="description">Get the page width for the given size.</p>
+<p class="description">Get the page width for the given size.</p>
 <p class="code">
 float ppdPageWidth(<a href="#ppd_file_t">ppd_file_t</a> *ppd, const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ppd</th>
-        <td class="description">PPD file record</td></tr>
+<td class="description">PPD file record</td></tr>
 <tr><th>name</th>
-        <td class="description">Size name</td></tr>
+<td class="description">Size name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Width of page in points or 0.0</p>
-      <h2 class="title"><a id="TYPES">Data Types</a></h2>
-      <h3 class="typedef"><a id="cups_interpret_cb_t">cups_interpret_cb_t</a></h3>
-        <p class="description">cupsRasterInterpretPPD callback function</p>
-      <p class="code">
+<p class="description">Width of page in points or 0.0</p>
+<h2 class="title"><a id="TYPES">Data Types</a></h2>
+<h3 class="typedef"><a id="cups_interpret_cb_t">cups_interpret_cb_t</a></h3>
+<p class="description">cupsRasterInterpretPPD callback function</p>
+<p class="code">
 typedef int (*cups_interpret_cb_t)(cups_page_header2_t *header, int preferred_bits);
 </p>
-      <h3 class="typedef"><a id="ppd_attr_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_attr_t</a></h3>
-        <p class="description">PPD Attribute Structure </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_attr_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_attr_t</a></h3>
+<p class="description">PPD Attribute Structure </p>
+<p class="code">
 typedef struct <a href="#ppd_attr_s">ppd_attr_s</a> ppd_attr_t;
 </p>
-      <h3 class="typedef"><a id="ppd_choice_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_choice_t</a></h3>
-        <p class="description">Option choices </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_choice_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_choice_t</a></h3>
+<p class="description">Option choices </p>
+<p class="code">
 typedef struct <a href="#ppd_choice_s">ppd_choice_s</a> ppd_choice_t;
 </p>
-      <h3 class="typedef"><a id="ppd_conform_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_conform_t</a></h3>
-        <p class="description">Conformance Levels </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_conform_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_conform_t</a></h3>
+<p class="description">Conformance Levels </p>
+<p class="code">
 typedef enum <a href="#ppd_conform_e">ppd_conform_e</a> ppd_conform_t;
 </p>
-      <h3 class="typedef"><a id="ppd_const_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_const_t</a></h3>
-        <p class="description">Constraints </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_const_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_const_t</a></h3>
+<p class="description">Constraints </p>
+<p class="code">
 typedef struct <a href="#ppd_const_s">ppd_const_s</a> ppd_const_t;
 </p>
-      <h3 class="typedef"><a id="ppd_coption_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_coption_t</a></h3>
-        <p class="description">Custom Option </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_coption_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_coption_t</a></h3>
+<p class="description">Custom Option </p>
+<p class="code">
 typedef struct <a href="#ppd_coption_s">ppd_coption_s</a> ppd_coption_t;
 </p>
-      <h3 class="typedef"><a id="ppd_cparam_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cparam_t</a></h3>
-        <p class="description">Custom Parameter </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_cparam_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cparam_t</a></h3>
+<p class="description">Custom Parameter </p>
+<p class="code">
 typedef struct <a href="#ppd_cparam_s">ppd_cparam_s</a> ppd_cparam_t;
 </p>
-      <h3 class="typedef"><a id="ppd_cplimit_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cplimit_t</a></h3>
-        <p class="description">Custom Parameter Limit </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_cplimit_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cplimit_t</a></h3>
+<p class="description">Custom Parameter Limit </p>
+<p class="code">
 typedef union <a href="#ppd_cplimit_u">ppd_cplimit_u</a> ppd_cplimit_t;
 </p>
-      <h3 class="typedef"><a id="ppd_cptype_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cptype_t</a></h3>
-        <p class="description">Custom Parameter Type </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_cptype_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cptype_t</a></h3>
+<p class="description">Custom Parameter Type </p>
+<p class="code">
 typedef enum <a href="#ppd_cptype_e">ppd_cptype_e</a> ppd_cptype_t;
 </p>
-      <h3 class="typedef"><a id="ppd_cpvalue_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cpvalue_t</a></h3>
-        <p class="description">Custom Parameter Value </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_cpvalue_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cpvalue_t</a></h3>
+<p class="description">Custom Parameter Value </p>
+<p class="code">
 typedef union <a href="#ppd_cpvalue_u">ppd_cpvalue_u</a> ppd_cpvalue_t;
 </p>
-      <h3 class="typedef"><a id="ppd_cs_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cs_t</a></h3>
-        <p class="description">Colorspaces </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_cs_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cs_t</a></h3>
+<p class="description">Colorspaces </p>
+<p class="code">
 typedef enum <a href="#ppd_cs_e">ppd_cs_e</a> ppd_cs_t;
 </p>
-      <h3 class="typedef"><a id="ppd_emul_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_emul_t</a></h3>
-        <p class="description">Emulators </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_emul_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_emul_t</a></h3>
+<p class="description">Emulators </p>
+<p class="code">
 typedef struct <a href="#ppd_emul_s">ppd_emul_s</a> ppd_emul_t;
 </p>
-      <h3 class="typedef"><a id="ppd_file_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_file_t</a></h3>
-        <p class="description">PPD File </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_file_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_file_t</a></h3>
+<p class="description">PPD File </p>
+<p class="code">
 typedef struct <a href="#ppd_file_s">ppd_file_s</a> ppd_file_t;
 </p>
-      <h3 class="typedef"><a id="ppd_group_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_group_t</a></h3>
-        <p class="description">Groups </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_group_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_group_t</a></h3>
+<p class="description">Groups </p>
+<p class="code">
 typedef struct <a href="#ppd_group_s">ppd_group_s</a> ppd_group_t;
 </p>
-      <h3 class="typedef"><a id="ppd_option_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_option_t</a></h3>
-        <p class="description">Options </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_option_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_option_t</a></h3>
+<p class="description">Options </p>
+<p class="code">
 typedef struct <a href="#ppd_option_s">ppd_option_s</a> ppd_option_t;
 </p>
-      <h3 class="typedef"><a id="ppd_profile_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_profile_t</a></h3>
-        <p class="description">sRGB Color Profiles </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_profile_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_profile_t</a></h3>
+<p class="description">sRGB Color Profiles </p>
+<p class="code">
 typedef struct <a href="#ppd_profile_s">ppd_profile_s</a> ppd_profile_t;
 </p>
-      <h3 class="typedef"><a id="ppd_section_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_section_t</a></h3>
-        <p class="description">Order dependency sections </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_section_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_section_t</a></h3>
+<p class="description">Order dependency sections </p>
+<p class="code">
 typedef enum <a href="#ppd_section_e">ppd_section_e</a> ppd_section_t;
 </p>
-      <h3 class="typedef"><a id="ppd_size_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_size_t</a></h3>
-        <p class="description">Page Sizes </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_size_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_size_t</a></h3>
+<p class="description">Page Sizes </p>
+<p class="code">
 typedef struct <a href="#ppd_size_s">ppd_size_s</a> ppd_size_t;
 </p>
-      <h3 class="typedef"><a id="ppd_status_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_status_t</a></h3>
-        <p class="description">Status Codes </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_status_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_status_t</a></h3>
+<p class="description">Status Codes </p>
+<p class="code">
 typedef enum <a href="#ppd_status_e">ppd_status_e</a> ppd_status_t;
 </p>
-      <h3 class="typedef"><a id="ppd_ui_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_ui_t</a></h3>
-        <p class="description">UI Types </p>
-      <p class="code">
+<h3 class="typedef"><a id="ppd_ui_t"><span class="info">&#160;DEPRECATED&#160;</span>ppd_ui_t</a></h3>
+<p class="description">UI Types </p>
+<p class="code">
 typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 </p>
-      <h2 class="title"><a id="STRUCTURES">Structures</a></h2>
+<h2 class="title"><a id="STRUCTURES">Structures</a></h2>
 <h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_attr_s">ppd_attr_s</a></h3>
-        <p class="description">PPD Attribute Structure </p>
+<p class="description">PPD Attribute Structure </p>
 <p class="code">struct ppd_attr_s {<br>
 &#160;&#160;&#160;&#160;char name[PPD_MAX_NAME];<br>
 &#160;&#160;&#160;&#160;char spec[PPD_MAX_NAME];<br>
@@ -1694,16 +1698,16 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>name[PPD_MAX_NAME] </th>
-        <td class="description">Name of attribute (cupsXYZ)</td></tr>
+<td class="description">Name of attribute (cupsXYZ)</td></tr>
 <tr><th>spec[PPD_MAX_NAME] </th>
-        <td class="description">Specifier string, if any</td></tr>
+<td class="description">Specifier string, if any</td></tr>
 <tr><th>text[PPD_MAX_TEXT] </th>
-        <td class="description">Human-readable text, if any</td></tr>
+<td class="description">Human-readable text, if any</td></tr>
 <tr><th>value </th>
-        <td class="description">Value string</td></tr>
+<td class="description">Value string</td></tr>
 </tbody></table>
 <h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_choice_s">ppd_choice_s</a></h3>
-        <p class="description">Option choices </p>
+<p class="description">Option choices </p>
 <p class="code">struct ppd_choice_s {<br>
 &#160;&#160;&#160;&#160;char choice[PPD_MAX_NAME];<br>
 &#160;&#160;&#160;&#160;char *code;<br>
@@ -1714,18 +1718,18 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>choice[PPD_MAX_NAME] </th>
-        <td class="description">Computer-readable option name</td></tr>
+<td class="description">Computer-readable option name</td></tr>
 <tr><th>code </th>
-        <td class="description">Code to send for this option</td></tr>
+<td class="description">Code to send for this option</td></tr>
 <tr><th>marked </th>
-        <td class="description">0 if not selected, 1 otherwise</td></tr>
+<td class="description">0 if not selected, 1 otherwise</td></tr>
 <tr><th>option </th>
-        <td class="description">Pointer to parent option structure</td></tr>
+<td class="description">Pointer to parent option structure</td></tr>
 <tr><th>text[PPD_MAX_TEXT] </th>
-        <td class="description">Human-readable option name</td></tr>
+<td class="description">Human-readable option name</td></tr>
 </tbody></table>
 <h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_const_s">ppd_const_s</a></h3>
-        <p class="description">Constraints </p>
+<p class="description">Constraints </p>
 <p class="code">struct ppd_const_s {<br>
 &#160;&#160;&#160;&#160;char choice1[PPD_MAX_NAME];<br>
 &#160;&#160;&#160;&#160;char choice2[PPD_MAX_NAME];<br>
@@ -1735,16 +1739,16 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>choice1[PPD_MAX_NAME] </th>
-        <td class="description">First option/choice (blank for all)</td></tr>
+<td class="description">First option/choice (blank for all)</td></tr>
 <tr><th>choice2[PPD_MAX_NAME] </th>
-        <td class="description">Second option/choice (blank for all)</td></tr>
+<td class="description">Second option/choice (blank for all)</td></tr>
 <tr><th>option1[PPD_MAX_NAME] </th>
-        <td class="description">First keyword</td></tr>
+<td class="description">First keyword</td></tr>
 <tr><th>option2[PPD_MAX_NAME] </th>
-        <td class="description">Second keyword</td></tr>
+<td class="description">Second keyword</td></tr>
 </tbody></table>
 <h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_coption_s">ppd_coption_s</a></h3>
-        <p class="description">Custom Option </p>
+<p class="description">Custom Option </p>
 <p class="code">struct ppd_coption_s {<br>
 &#160;&#160;&#160;&#160;char keyword[PPD_MAX_NAME];<br>
 &#160;&#160;&#160;&#160;int marked;<br>
@@ -1754,16 +1758,16 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>keyword[PPD_MAX_NAME] </th>
-        <td class="description">Name of option that is being extended...</td></tr>
+<td class="description">Name of option that is being extended...</td></tr>
 <tr><th>marked </th>
-        <td class="description">Extended option is marked</td></tr>
+<td class="description">Extended option is marked</td></tr>
 <tr><th>option </th>
-        <td class="description">Option that is being extended...</td></tr>
+<td class="description">Option that is being extended...</td></tr>
 <tr><th>params </th>
-        <td class="description">Parameters</td></tr>
+<td class="description">Parameters</td></tr>
 </tbody></table>
 <h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_cparam_s">ppd_cparam_s</a></h3>
-        <p class="description">Custom Parameter </p>
+<p class="description">Custom Parameter </p>
 <p class="code">struct ppd_cparam_s {<br>
 &#160;&#160;&#160;&#160;<a href="#ppd_cpvalue_t">ppd_cpvalue_t</a> current;<br>
 &#160;&#160;&#160;&#160;<a href="#ppd_cplimit_t">ppd_cplimit_t</a> minimum, maximum;<br>
@@ -1775,20 +1779,20 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>current </th>
-        <td class="description">Current value</td></tr>
+<td class="description">Current value</td></tr>
 <tr><th>maximum </th>
-        <td class="description">Maximum value</td></tr>
+<td class="description">Maximum value</td></tr>
 <tr><th>name[PPD_MAX_NAME] </th>
-        <td class="description">Parameter name</td></tr>
+<td class="description">Parameter name</td></tr>
 <tr><th>order </th>
-        <td class="description">Order (0 to N)</td></tr>
+<td class="description">Order (0 to N)</td></tr>
 <tr><th>text[PPD_MAX_TEXT] </th>
-        <td class="description">Human-readable text</td></tr>
+<td class="description">Human-readable text</td></tr>
 <tr><th>type </th>
-        <td class="description">Parameter type</td></tr>
+<td class="description">Parameter type</td></tr>
 </tbody></table>
 <h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_emul_s">ppd_emul_s</a></h3>
-        <p class="description">Emulators </p>
+<p class="description">Emulators </p>
 <p class="code">struct ppd_emul_s {<br>
 &#160;&#160;&#160;&#160;char name[PPD_MAX_NAME];<br>
 &#160;&#160;&#160;&#160;char *start;<br>
@@ -1797,14 +1801,14 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>name[PPD_MAX_NAME] </th>
-        <td class="description">Emulator name</td></tr>
+<td class="description">Emulator name</td></tr>
 <tr><th>start </th>
-        <td class="description">Code to switch to this emulation</td></tr>
+<td class="description">Code to switch to this emulation</td></tr>
 <tr><th>stop </th>
-        <td class="description">Code to stop this emulation</td></tr>
+<td class="description">Code to stop this emulation</td></tr>
 </tbody></table>
 <h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_file_s">ppd_file_s</a></h3>
-        <p class="description">PPD File </p>
+<p class="description">PPD File </p>
 <p class="code">struct ppd_file_s {<br>
 &#160;&#160;&#160;&#160;int accurate_screens;<br>
 &#160;&#160;&#160;&#160;int color_device;<br>
@@ -1850,88 +1854,88 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>accurate_screens </th>
-        <td class="description">1 = supports accurate screens, 0 = not</td></tr>
+<td class="description">1 = supports accurate screens, 0 = not</td></tr>
 <tr><th>color_device </th>
-        <td class="description">1 = color device, 0 = grayscale</td></tr>
+<td class="description">1 = color device, 0 = grayscale</td></tr>
 <tr><th>colorspace </th>
-        <td class="description">Default colorspace</td></tr>
+<td class="description">Default colorspace</td></tr>
 <tr><th>consts </th>
-        <td class="description">UI/Non-UI constraints</td></tr>
+<td class="description">UI/Non-UI constraints</td></tr>
 <tr><th>contone_only </th>
-        <td class="description">1 = continuous tone only, 0 = not</td></tr>
+<td class="description">1 = continuous tone only, 0 = not</td></tr>
 <tr><th>custom_margins[4] </th>
-        <td class="description">Margins around page</td></tr>
+<td class="description">Margins around page</td></tr>
 <tr><th>custom_max[2] </th>
-        <td class="description">Maximum variable page size</td></tr>
+<td class="description">Maximum variable page size</td></tr>
 <tr><th>custom_min[2] </th>
-        <td class="description">Minimum variable page size</td></tr>
+<td class="description">Minimum variable page size</td></tr>
 <tr><th>filters </th>
-        <td class="description">Filter strings...</td></tr>
+<td class="description">Filter strings...</td></tr>
 <tr><th>flip_duplex <span class="info">&#160;DEPRECATED&#160;</span></th>
-        <td class="description">1 = Flip page for back sides </td></tr>
+<td class="description">1 = Flip page for back sides </td></tr>
 <tr><th>fonts </th>
-        <td class="description">Pre-loaded fonts</td></tr>
+<td class="description">Pre-loaded fonts</td></tr>
 <tr><th>groups </th>
-        <td class="description">UI groups</td></tr>
+<td class="description">UI groups</td></tr>
 <tr><th>jcl_begin </th>
-        <td class="description">Start JCL commands</td></tr>
+<td class="description">Start JCL commands</td></tr>
 <tr><th>jcl_end </th>
-        <td class="description">End JCL commands</td></tr>
+<td class="description">End JCL commands</td></tr>
 <tr><th>jcl_ps </th>
-        <td class="description">Enter PostScript interpreter</td></tr>
+<td class="description">Enter PostScript interpreter</td></tr>
 <tr><th>landscape </th>
-        <td class="description">-90 or 90</td></tr>
+<td class="description">-90 or 90</td></tr>
 <tr><th>lang_encoding </th>
-        <td class="description">Language encoding</td></tr>
+<td class="description">Language encoding</td></tr>
 <tr><th>lang_version </th>
-        <td class="description">Language version (English, Spanish, etc.)</td></tr>
+<td class="description">Language version (English, Spanish, etc.)</td></tr>
 <tr><th>language_level </th>
-        <td class="description">Language level of device</td></tr>
+<td class="description">Language level of device</td></tr>
 <tr><th>manual_copies </th>
-        <td class="description">1 = Copies done manually, 0 = hardware</td></tr>
+<td class="description">1 = Copies done manually, 0 = hardware</td></tr>
 <tr><th>manufacturer </th>
-        <td class="description">Manufacturer name</td></tr>
+<td class="description">Manufacturer name</td></tr>
 <tr><th>model_number </th>
-        <td class="description">Device-specific model number</td></tr>
+<td class="description">Device-specific model number</td></tr>
 <tr><th>modelname </th>
-        <td class="description">Model name (general)</td></tr>
+<td class="description">Model name (general)</td></tr>
 <tr><th>nickname </th>
-        <td class="description">Nickname (specific)</td></tr>
+<td class="description">Nickname (specific)</td></tr>
 <tr><th>num_consts </th>
-        <td class="description">Number of UI/Non-UI constraints</td></tr>
+<td class="description">Number of UI/Non-UI constraints</td></tr>
 <tr><th>num_filters </th>
-        <td class="description">Number of filters</td></tr>
+<td class="description">Number of filters</td></tr>
 <tr><th>num_fonts </th>
-        <td class="description">Number of pre-loaded fonts</td></tr>
+<td class="description">Number of pre-loaded fonts</td></tr>
 <tr><th>num_groups </th>
-        <td class="description">Number of UI groups</td></tr>
+<td class="description">Number of UI groups</td></tr>
 <tr><th>num_profiles <span class="info">&#160;DEPRECATED&#160;</span></th>
-        <td class="description">Number of sRGB color profiles </td></tr>
+<td class="description">Number of sRGB color profiles </td></tr>
 <tr><th>num_sizes </th>
-        <td class="description">Number of page sizes</td></tr>
+<td class="description">Number of page sizes</td></tr>
 <tr><th>patches </th>
-        <td class="description">Patch commands to be sent to printer</td></tr>
+<td class="description">Patch commands to be sent to printer</td></tr>
 <tr><th>pcfilename <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>
-        <td class="description">PCFileName string </td></tr>
+<td class="description">PCFileName string </td></tr>
 <tr><th>product </th>
-        <td class="description">Product name (from PS RIP/interpreter)</td></tr>
+<td class="description">Product name (from PS RIP/interpreter)</td></tr>
 <tr><th>profiles <span class="info">&#160;DEPRECATED&#160;</span></th>
-        <td class="description">sRGB color profiles </td></tr>
+<td class="description">sRGB color profiles </td></tr>
 <tr><th>protocols <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>
-        <td class="description">Protocols (BCP, TBCP) string </td></tr>
+<td class="description">Protocols (BCP, TBCP) string </td></tr>
 <tr><th>shortnickname </th>
-        <td class="description">Short version of nickname</td></tr>
+<td class="description">Short version of nickname</td></tr>
 <tr><th>sizes </th>
-        <td class="description">Page sizes</td></tr>
+<td class="description">Page sizes</td></tr>
 <tr><th>throughput </th>
-        <td class="description">Pages per minute</td></tr>
+<td class="description">Pages per minute</td></tr>
 <tr><th>ttrasterizer </th>
-        <td class="description">Truetype rasterizer</td></tr>
+<td class="description">Truetype rasterizer</td></tr>
 <tr><th>variable_sizes </th>
-        <td class="description">1 = supports variable sizes, 0 = doesn't</td></tr>
+<td class="description">1 = supports variable sizes, 0 = doesn't</td></tr>
 </tbody></table>
 <h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_group_s">ppd_group_s</a></h3>
-        <p class="description">Groups </p>
+<p class="description">Groups </p>
 <p class="code">struct ppd_group_s {<br>
 &#160;&#160;&#160;&#160;char text[PPD_MAX_TEXT - PPD_MAX_NAME];<br>
 &#160;&#160;&#160;&#160;char name[PPD_MAX_NAME];<br>
@@ -1943,20 +1947,20 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>PPD_MAX_NAME] </th>
-        <td class="description">Human-readable group name</td></tr>
+<td class="description">Human-readable group name</td></tr>
 <tr><th>name[PPD_MAX_NAME] <span class="info">&#160;CUPS 1.1.18/macOS 10.3&#160;</span></th>
-        <td class="description">Group name </td></tr>
+<td class="description">Group name </td></tr>
 <tr><th>num_options </th>
-        <td class="description">Number of options</td></tr>
+<td class="description">Number of options</td></tr>
 <tr><th>num_subgroups </th>
-        <td class="description">Number of sub-groups</td></tr>
+<td class="description">Number of sub-groups</td></tr>
 <tr><th>options </th>
-        <td class="description">Options</td></tr>
+<td class="description">Options</td></tr>
 <tr><th>subgroups </th>
-        <td class="description">Sub-groups (max depth = 1)</td></tr>
+<td class="description">Sub-groups (max depth = 1)</td></tr>
 </tbody></table>
 <h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_option_s">ppd_option_s</a></h3>
-        <p class="description">Options </p>
+<p class="description">Options </p>
 <p class="code">struct ppd_option_s {<br>
 &#160;&#160;&#160;&#160;<a href="#ppd_choice_t">ppd_choice_t</a> *choices;<br>
 &#160;&#160;&#160;&#160;char conflicted;<br>
@@ -1971,26 +1975,26 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>choices </th>
-        <td class="description">Option choices</td></tr>
+<td class="description">Option choices</td></tr>
 <tr><th>conflicted </th>
-        <td class="description">0 if no conflicts exist, 1 otherwise</td></tr>
+<td class="description">0 if no conflicts exist, 1 otherwise</td></tr>
 <tr><th>defchoice[PPD_MAX_NAME] </th>
-        <td class="description">Default option choice</td></tr>
+<td class="description">Default option choice</td></tr>
 <tr><th>keyword[PPD_MAX_NAME] </th>
-        <td class="description">Option keyword name (&quot;PageSize&quot;, etc.)</td></tr>
+<td class="description">Option keyword name (&quot;PageSize&quot;, etc.)</td></tr>
 <tr><th>num_choices </th>
-        <td class="description">Number of option choices</td></tr>
+<td class="description">Number of option choices</td></tr>
 <tr><th>order </th>
-        <td class="description">Order number</td></tr>
+<td class="description">Order number</td></tr>
 <tr><th>section </th>
-        <td class="description">Section for command</td></tr>
+<td class="description">Section for command</td></tr>
 <tr><th>text[PPD_MAX_TEXT] </th>
-        <td class="description">Human-readable text</td></tr>
+<td class="description">Human-readable text</td></tr>
 <tr><th>ui </th>
-        <td class="description">Type of UI option</td></tr>
+<td class="description">Type of UI option</td></tr>
 </tbody></table>
 <h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_profile_s">ppd_profile_s</a></h3>
-        <p class="description">sRGB Color Profiles </p>
+<p class="description">sRGB Color Profiles </p>
 <p class="code">struct ppd_profile_s {<br>
 &#160;&#160;&#160;&#160;float density;<br>
 &#160;&#160;&#160;&#160;float gamma;<br>
@@ -2001,18 +2005,18 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>density </th>
-        <td class="description">Ink density to use</td></tr>
+<td class="description">Ink density to use</td></tr>
 <tr><th>gamma </th>
-        <td class="description">Gamma correction to use</td></tr>
+<td class="description">Gamma correction to use</td></tr>
 <tr><th>matrix[3][3] </th>
-        <td class="description">Transform matrix</td></tr>
+<td class="description">Transform matrix</td></tr>
 <tr><th>media_type[PPD_MAX_NAME] </th>
-        <td class="description">Media type or &quot;-&quot;</td></tr>
+<td class="description">Media type or &quot;-&quot;</td></tr>
 <tr><th>resolution[PPD_MAX_NAME] </th>
-        <td class="description">Resolution or &quot;-&quot;</td></tr>
+<td class="description">Resolution or &quot;-&quot;</td></tr>
 </tbody></table>
 <h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_size_s">ppd_size_s</a></h3>
-        <p class="description">Page Sizes </p>
+<p class="description">Page Sizes </p>
 <p class="code">struct ppd_size_s {<br>
 &#160;&#160;&#160;&#160;float bottom;<br>
 &#160;&#160;&#160;&#160;float left;<br>
@@ -2026,25 +2030,25 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>bottom </th>
-        <td class="description">Bottom printable margin in points</td></tr>
+<td class="description">Bottom printable margin in points</td></tr>
 <tr><th>left </th>
-        <td class="description">Left printable margin in points</td></tr>
+<td class="description">Left printable margin in points</td></tr>
 <tr><th>length </th>
-        <td class="description">Length of media in points</td></tr>
+<td class="description">Length of media in points</td></tr>
 <tr><th>marked </th>
-        <td class="description">Page size selected?</td></tr>
+<td class="description">Page size selected?</td></tr>
 <tr><th>name[PPD_MAX_NAME] </th>
-        <td class="description">Media size option</td></tr>
+<td class="description">Media size option</td></tr>
 <tr><th>right </th>
-        <td class="description">Right printable margin in points</td></tr>
+<td class="description">Right printable margin in points</td></tr>
 <tr><th>top </th>
-        <td class="description">Top printable margin in points</td></tr>
+<td class="description">Top printable margin in points</td></tr>
 <tr><th>width </th>
-        <td class="description">Width of media in points</td></tr>
+<td class="description">Width of media in points</td></tr>
 </tbody></table>
-      <h2 class="title"><a id="UNIONS">Unions</a></h2>
+<h2 class="title"><a id="UNIONS">Unions</a></h2>
 <h3 class="union"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_cplimit_u">ppd_cplimit_u</a></h3>
-        <p class="description">Custom Parameter Limit </p>
+<p class="description">Custom Parameter Limit </p>
 <p class="code">union ppd_cplimit_u {<br>
 &#160;&#160;&#160;&#160;float custom_curve;<br>
 &#160;&#160;&#160;&#160;int custom_int;<br>
@@ -2058,24 +2062,24 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>custom_curve </th>
-        <td class="description">Gamma value</td></tr>
+<td class="description">Gamma value</td></tr>
 <tr><th>custom_int </th>
-        <td class="description">Integer value</td></tr>
+<td class="description">Integer value</td></tr>
 <tr><th>custom_invcurve </th>
-        <td class="description">Gamma value</td></tr>
+<td class="description">Gamma value</td></tr>
 <tr><th>custom_passcode </th>
-        <td class="description">Passcode length</td></tr>
+<td class="description">Passcode length</td></tr>
 <tr><th>custom_password </th>
-        <td class="description">Password length</td></tr>
+<td class="description">Password length</td></tr>
 <tr><th>custom_points </th>
-        <td class="description">Measurement value</td></tr>
+<td class="description">Measurement value</td></tr>
 <tr><th>custom_real </th>
-        <td class="description">Real value</td></tr>
+<td class="description">Real value</td></tr>
 <tr><th>custom_string </th>
-        <td class="description">String length</td></tr>
+<td class="description">String length</td></tr>
 </tbody></table>
 <h3 class="union"><span class="info">&#160;DEPRECATED&#160;</span><a id="ppd_cpvalue_u">ppd_cpvalue_u</a></h3>
-        <p class="description">Custom Parameter Value </p>
+<p class="description">Custom Parameter Value </p>
 <p class="code">union ppd_cpvalue_u {<br>
 &#160;&#160;&#160;&#160;float custom_curve;<br>
 &#160;&#160;&#160;&#160;int custom_int;<br>
@@ -2089,105 +2093,105 @@ typedef enum <a href="#ppd_ui_e">ppd_ui_e</a> ppd_ui_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>custom_curve </th>
-        <td class="description">Gamma value</td></tr>
+<td class="description">Gamma value</td></tr>
 <tr><th>custom_int </th>
-        <td class="description">Integer value</td></tr>
+<td class="description">Integer value</td></tr>
 <tr><th>custom_invcurve </th>
-        <td class="description">Gamma value</td></tr>
+<td class="description">Gamma value</td></tr>
 <tr><th>custom_passcode </th>
-        <td class="description">Passcode value</td></tr>
+<td class="description">Passcode value</td></tr>
 <tr><th>custom_password </th>
-        <td class="description">Password value</td></tr>
+<td class="description">Password value</td></tr>
 <tr><th>custom_points </th>
-        <td class="description">Measurement value</td></tr>
+<td class="description">Measurement value</td></tr>
 <tr><th>custom_real </th>
-        <td class="description">Real value</td></tr>
+<td class="description">Real value</td></tr>
 <tr><th>custom_string </th>
-        <td class="description">String value</td></tr>
+<td class="description">String value</td></tr>
 </tbody></table>
-      <h2 class="title"><a id="ENUMERATIONS">Constants</a></h2>
-      <h3 class="enumeration"><a id="ppd_conform_e"><span class="info">&#160;DEPRECATED&#160;</span>ppd_conform_e</a></h3>
-        <p class="description">Conformance Levels </p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>PPD_CONFORM_RELAXED </th>        <td class="description">Relax whitespace and control char</td></tr>
-        <tr><th>PPD_CONFORM_STRICT </th>        <td class="description">Require strict conformance</td></tr>
+<h2 class="title"><a id="ENUMERATIONS">Constants</a></h2>
+<h3 class="enumeration"><a id="ppd_conform_e"><span class="info">&#160;DEPRECATED&#160;</span>ppd_conform_e</a></h3>
+<p class="description">Conformance Levels </p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>PPD_CONFORM_RELAXED </th><td class="description">Relax whitespace and control char</td></tr>
+<tr><th>PPD_CONFORM_STRICT </th><td class="description">Require strict conformance</td></tr>
 </tbody></table>
-      <h3 class="enumeration"><a id="ppd_cptype_e"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cptype_e</a></h3>
-        <p class="description">Custom Parameter Type </p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>PPD_CUSTOM_CURVE </th>        <td class="description">Curve value for f(x) = x^value</td></tr>
-        <tr><th>PPD_CUSTOM_INT </th>        <td class="description">Integer number value</td></tr>
-        <tr><th>PPD_CUSTOM_INVCURVE </th>        <td class="description">Curve value for f(x) = x^(1/value)</td></tr>
-        <tr><th>PPD_CUSTOM_PASSCODE </th>        <td class="description">String of (hidden) numbers</td></tr>
-        <tr><th>PPD_CUSTOM_PASSWORD </th>        <td class="description">String of (hidden) characters</td></tr>
-        <tr><th>PPD_CUSTOM_POINTS </th>        <td class="description">Measurement value in points</td></tr>
-        <tr><th>PPD_CUSTOM_REAL </th>        <td class="description">Real number value</td></tr>
-        <tr><th>PPD_CUSTOM_STRING </th>        <td class="description">String of characters</td></tr>
-        <tr><th>PPD_CUSTOM_UNKNOWN </th>        <td class="description">Unknown type (error)</td></tr>
+<h3 class="enumeration"><a id="ppd_cptype_e"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cptype_e</a></h3>
+<p class="description">Custom Parameter Type </p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>PPD_CUSTOM_CURVE </th><td class="description">Curve value for f(x) = x^value</td></tr>
+<tr><th>PPD_CUSTOM_INT </th><td class="description">Integer number value</td></tr>
+<tr><th>PPD_CUSTOM_INVCURVE </th><td class="description">Curve value for f(x) = x^(1/value)</td></tr>
+<tr><th>PPD_CUSTOM_PASSCODE </th><td class="description">String of (hidden) numbers</td></tr>
+<tr><th>PPD_CUSTOM_PASSWORD </th><td class="description">String of (hidden) characters</td></tr>
+<tr><th>PPD_CUSTOM_POINTS </th><td class="description">Measurement value in points</td></tr>
+<tr><th>PPD_CUSTOM_REAL </th><td class="description">Real number value</td></tr>
+<tr><th>PPD_CUSTOM_STRING </th><td class="description">String of characters</td></tr>
+<tr><th>PPD_CUSTOM_UNKNOWN </th><td class="description">Unknown type (error)</td></tr>
 </tbody></table>
-      <h3 class="enumeration"><a id="ppd_cs_e"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cs_e</a></h3>
-        <p class="description">Colorspaces </p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>PPD_CS_CMY </th>        <td class="description">CMY colorspace</td></tr>
-        <tr><th>PPD_CS_CMYK </th>        <td class="description">CMYK colorspace</td></tr>
-        <tr><th>PPD_CS_GRAY </th>        <td class="description">Grayscale colorspace</td></tr>
-        <tr><th>PPD_CS_N </th>        <td class="description">DeviceN colorspace</td></tr>
-        <tr><th>PPD_CS_RGB </th>        <td class="description">RGB colorspace</td></tr>
-        <tr><th>PPD_CS_RGBK </th>        <td class="description">RGBK (K = gray) colorspace</td></tr>
+<h3 class="enumeration"><a id="ppd_cs_e"><span class="info">&#160;DEPRECATED&#160;</span>ppd_cs_e</a></h3>
+<p class="description">Colorspaces </p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>PPD_CS_CMY </th><td class="description">CMY colorspace</td></tr>
+<tr><th>PPD_CS_CMYK </th><td class="description">CMYK colorspace</td></tr>
+<tr><th>PPD_CS_GRAY </th><td class="description">Grayscale colorspace</td></tr>
+<tr><th>PPD_CS_N </th><td class="description">DeviceN colorspace</td></tr>
+<tr><th>PPD_CS_RGB </th><td class="description">RGB colorspace</td></tr>
+<tr><th>PPD_CS_RGBK </th><td class="description">RGBK (K = gray) colorspace</td></tr>
 </tbody></table>
-      <h3 class="enumeration"><a id="ppd_section_e"><span class="info">&#160;DEPRECATED&#160;</span>ppd_section_e</a></h3>
-        <p class="description">Order dependency sections </p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>PPD_ORDER_ANY </th>        <td class="description">Option code can be anywhere in the file</td></tr>
-        <tr><th>PPD_ORDER_DOCUMENT </th>        <td class="description">... must be in the DocumentSetup section</td></tr>
-        <tr><th>PPD_ORDER_EXIT </th>        <td class="description">... must be sent prior to the document</td></tr>
-        <tr><th>PPD_ORDER_JCL </th>        <td class="description">... must be sent as a JCL command</td></tr>
-        <tr><th>PPD_ORDER_PAGE </th>        <td class="description">... must be in the PageSetup section</td></tr>
-        <tr><th>PPD_ORDER_PROLOG </th>        <td class="description">... must be in the Prolog section</td></tr>
+<h3 class="enumeration"><a id="ppd_section_e"><span class="info">&#160;DEPRECATED&#160;</span>ppd_section_e</a></h3>
+<p class="description">Order dependency sections </p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>PPD_ORDER_ANY </th><td class="description">Option code can be anywhere in the file</td></tr>
+<tr><th>PPD_ORDER_DOCUMENT </th><td class="description">... must be in the DocumentSetup section</td></tr>
+<tr><th>PPD_ORDER_EXIT </th><td class="description">... must be sent prior to the document</td></tr>
+<tr><th>PPD_ORDER_JCL </th><td class="description">... must be sent as a JCL command</td></tr>
+<tr><th>PPD_ORDER_PAGE </th><td class="description">... must be in the PageSetup section</td></tr>
+<tr><th>PPD_ORDER_PROLOG </th><td class="description">... must be in the Prolog section</td></tr>
 </tbody></table>
-      <h3 class="enumeration"><a id="ppd_status_e"><span class="info">&#160;DEPRECATED&#160;</span>ppd_status_e</a></h3>
-        <p class="description">Status Codes </p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>PPD_ALLOC_ERROR </th>        <td class="description">Memory allocation error</td></tr>
-        <tr><th>PPD_BAD_CLOSE_UI </th>        <td class="description">Bad CloseUI/JCLCloseUI</td></tr>
-        <tr><th>PPD_BAD_CUSTOM_PARAM </th>        <td class="description">Bad custom parameter</td></tr>
-        <tr><th>PPD_BAD_OPEN_GROUP </th>        <td class="description">Bad OpenGroup</td></tr>
-        <tr><th>PPD_BAD_OPEN_UI </th>        <td class="description">Bad OpenUI/JCLOpenUI</td></tr>
-        <tr><th>PPD_BAD_ORDER_DEPENDENCY </th>        <td class="description">Bad OrderDependency</td></tr>
-        <tr><th>PPD_BAD_UI_CONSTRAINTS </th>        <td class="description">Bad UIConstraints</td></tr>
-        <tr><th>PPD_BAD_VALUE </th>        <td class="description">Bad value string</td></tr>
-        <tr><th>PPD_FILE_OPEN_ERROR </th>        <td class="description">Unable to open PPD file</td></tr>
-        <tr><th>PPD_ILLEGAL_CHARACTER </th>        <td class="description">Illegal control character</td></tr>
-        <tr><th>PPD_ILLEGAL_MAIN_KEYWORD </th>        <td class="description">Illegal main keyword string</td></tr>
-        <tr><th>PPD_ILLEGAL_OPTION_KEYWORD </th>        <td class="description">Illegal option keyword string</td></tr>
-        <tr><th>PPD_ILLEGAL_TRANSLATION </th>        <td class="description">Illegal translation string</td></tr>
-        <tr><th>PPD_ILLEGAL_WHITESPACE </th>        <td class="description">Illegal whitespace character</td></tr>
-        <tr><th>PPD_INTERNAL_ERROR </th>        <td class="description">Internal error</td></tr>
-        <tr><th>PPD_LINE_TOO_LONG </th>        <td class="description">Line longer than 255 chars</td></tr>
-        <tr><th>PPD_MISSING_ASTERISK </th>        <td class="description">Missing asterisk in column 0</td></tr>
-        <tr><th>PPD_MISSING_CLOSE_GROUP </th>        <td class="description">Missing CloseGroup</td></tr>
-        <tr><th>PPD_MISSING_CLOSE_UI </th>        <td class="description">Missing CloseUI/JCLCloseUI</td></tr>
-        <tr><th>PPD_MISSING_OPTION_KEYWORD </th>        <td class="description">Missing option keyword</td></tr>
-        <tr><th>PPD_MISSING_PPDADOBE4 </th>        <td class="description">Missing PPD-Adobe-4.x header</td></tr>
-        <tr><th>PPD_MISSING_VALUE </th>        <td class="description">Missing value string</td></tr>
-        <tr><th>PPD_NESTED_OPEN_GROUP </th>        <td class="description">OpenGroup without a CloseGroup first</td></tr>
-        <tr><th>PPD_NESTED_OPEN_UI </th>        <td class="description">OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first</td></tr>
-        <tr><th>PPD_NULL_FILE </th>        <td class="description">NULL PPD file pointer</td></tr>
-        <tr><th>PPD_OK </th>        <td class="description">OK</td></tr>
+<h3 class="enumeration"><a id="ppd_status_e"><span class="info">&#160;DEPRECATED&#160;</span>ppd_status_e</a></h3>
+<p class="description">Status Codes </p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>PPD_ALLOC_ERROR </th><td class="description">Memory allocation error</td></tr>
+<tr><th>PPD_BAD_CLOSE_UI </th><td class="description">Bad CloseUI/JCLCloseUI</td></tr>
+<tr><th>PPD_BAD_CUSTOM_PARAM </th><td class="description">Bad custom parameter</td></tr>
+<tr><th>PPD_BAD_OPEN_GROUP </th><td class="description">Bad OpenGroup</td></tr>
+<tr><th>PPD_BAD_OPEN_UI </th><td class="description">Bad OpenUI/JCLOpenUI</td></tr>
+<tr><th>PPD_BAD_ORDER_DEPENDENCY </th><td class="description">Bad OrderDependency</td></tr>
+<tr><th>PPD_BAD_UI_CONSTRAINTS </th><td class="description">Bad UIConstraints</td></tr>
+<tr><th>PPD_BAD_VALUE </th><td class="description">Bad value string</td></tr>
+<tr><th>PPD_FILE_OPEN_ERROR </th><td class="description">Unable to open PPD file</td></tr>
+<tr><th>PPD_ILLEGAL_CHARACTER </th><td class="description">Illegal control character</td></tr>
+<tr><th>PPD_ILLEGAL_MAIN_KEYWORD </th><td class="description">Illegal main keyword string</td></tr>
+<tr><th>PPD_ILLEGAL_OPTION_KEYWORD </th><td class="description">Illegal option keyword string</td></tr>
+<tr><th>PPD_ILLEGAL_TRANSLATION </th><td class="description">Illegal translation string</td></tr>
+<tr><th>PPD_ILLEGAL_WHITESPACE </th><td class="description">Illegal whitespace character</td></tr>
+<tr><th>PPD_INTERNAL_ERROR </th><td class="description">Internal error</td></tr>
+<tr><th>PPD_LINE_TOO_LONG </th><td class="description">Line longer than 255 chars</td></tr>
+<tr><th>PPD_MISSING_ASTERISK </th><td class="description">Missing asterisk in column 0</td></tr>
+<tr><th>PPD_MISSING_CLOSE_GROUP </th><td class="description">Missing CloseGroup</td></tr>
+<tr><th>PPD_MISSING_CLOSE_UI </th><td class="description">Missing CloseUI/JCLCloseUI</td></tr>
+<tr><th>PPD_MISSING_OPTION_KEYWORD </th><td class="description">Missing option keyword</td></tr>
+<tr><th>PPD_MISSING_PPDADOBE4 </th><td class="description">Missing PPD-Adobe-4.x header</td></tr>
+<tr><th>PPD_MISSING_VALUE </th><td class="description">Missing value string</td></tr>
+<tr><th>PPD_NESTED_OPEN_GROUP </th><td class="description">OpenGroup without a CloseGroup first</td></tr>
+<tr><th>PPD_NESTED_OPEN_UI </th><td class="description">OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first</td></tr>
+<tr><th>PPD_NULL_FILE </th><td class="description">NULL PPD file pointer</td></tr>
+<tr><th>PPD_OK </th><td class="description">OK</td></tr>
 </tbody></table>
-      <h3 class="enumeration"><a id="ppd_ui_e"><span class="info">&#160;DEPRECATED&#160;</span>ppd_ui_e</a></h3>
-        <p class="description">UI Types </p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>PPD_UI_BOOLEAN </th>        <td class="description">True or False option</td></tr>
-        <tr><th>PPD_UI_PICKMANY </th>        <td class="description">Pick zero or more from a list</td></tr>
-        <tr><th>PPD_UI_PICKONE </th>        <td class="description">Pick one from a list</td></tr>
+<h3 class="enumeration"><a id="ppd_ui_e"><span class="info">&#160;DEPRECATED&#160;</span>ppd_ui_e</a></h3>
+<p class="description">UI Types </p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>PPD_UI_BOOLEAN </th><td class="description">True or False option</td></tr>
+<tr><th>PPD_UI_PICKMANY </th><td class="description">Pick zero or more from a list</td></tr>
+<tr><th>PPD_UI_PICKONE </th><td class="description">Pick one from a list</td></tr>
 </tbody></table>
-    </div>
-  </body>
+</div>
+</body>
 </html>
diff --git a/doc/help/api-raster.html b/doc/help/api-raster.html
deleted file mode 100644 (file)
index 6eccab7..0000000
+++ /dev/null
@@ -1,1393 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- SECTION: Programming -->
-  <head>
-    <title>Raster API</title>
-    <meta name="keywords" content="Programming">
-    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <meta name="creator" content="codedoc v3.1">
-    <meta name="author" content="Unknown">
-    <meta name="copyright" content="Unknown">
-    <meta name="version" content="0.0">
-    <style type="text/css"><!--
-BODY {
-  font-family: lucida grande, geneva, helvetica, arial, sans-serif;
-}
-
-H1, H2, H3, H4, H5, H6, P, TD, TH {
-  font-family: lucida grande, geneva, helvetica, arial, sans-serif;
-}
-
-H1 { font-size: 2em; }
-H2 { font-size: 1.75em; }
-H3 { font-size: 1.5em; }
-H4 { font-size: 1.25em; }
-
-KBD {
-  font-family: monaco, courier, monospace;
-  font-weight: bold;
-}
-
-PRE {
-  font-family: monaco, courier, monospace;
-}
-
-BLOCKQUOTE {
-  border-left: solid 2px #777;
-  margin: 1em 0;
-  padding: 10px;
-}
-
-BLOCKQUOTE OL LI {
-  margin-left: -1em;
-}
-
-PRE.command, PRE.example {
-  background: #eee;
-  margin: 0 36pt;
-  padding: 10px;
-}
-
-P.compact {
-  margin: 0;
-}
-
-P.example {
-  font-style: italic;
-  margin-left: 36pt;
-}
-
-DL.man DD {
-  margin-left: 5em;
-}
-
-DL.man DT {
-  margin-left: 0;
-}
-
-PRE.man {
-  margin: 0;
-}
-
-PRE.command EM, PRE.example EM {
-  font-family: lucida grande, geneva, helvetica, arial, sans-serif;
-}
-
-P.command {
-  font-family: monaco, courier, monospace;
-  margin-left: 36pt;
-}
-
-P.formula {
-  font-style: italic;
-  margin-left: 36pt;
-}
-
-A IMG {
-  border: none;
-}
-
-A:link:hover IMG {
-  background: #f0f0f0;
-  border-radius: 10px;
-  -moz-border-radius: 10px;
-}
-
-A:link, A:visited {
-  font-weight: inherit;
-  text-decoration: none;
-}
-
-A:link:hover, A:visited:hover, A:active {
-  text-decoration: underline;
-}
-
-SUB, SUP {
-  font-size: 50%;
-}
-
-TR.data, TD.data, TR.data TD {
-  margin-top: 10pt;
-  padding: 5pt;
-  border-bottom: solid 1pt #999999;
-}
-
-TR.data TH {
-  border-bottom: solid 1pt #999999;
-  padding-top: 10pt;
-  padding-left: 5pt;
-  text-align: left;
-}
-
-DIV.table TABLE {
-  border: solid thin #999999;
-  border-collapse: collapse;
-  border-spacing: 0;
-  margin-left: auto;
-  margin-right: auto;
-}
-
-DIV.table CAPTION {
-  caption-side: top;
-  font-size: 120%;
-  font-style: italic;
-  font-weight: bold;
-  margin-left: auto;
-  margin-right: auto;
-}
-
-DIV.table TABLE TD {
-  border: solid thin #cccccc;
-  padding: 5pt 10pt 0;
-}
-
-DIV.table TABLE TH {
-  background: #cccccc;
-  border: none;
-  border-bottom: solid thin #999999;
-}
-
-DIV.figure TABLE {
-  margin-left: auto;
-  margin-right: auto;
-}
-
-DIV.figure CAPTION {
-  caption-side: bottom;
-  font-size: 120%;
-  font-style: italic;
-  font-weight: bold;
-  margin-left: auto;
-  margin-right: auto;
-}
-
-TH.label {
-  text-align: right;
-  vertical-align: top;
-}
-
-TH.sublabel {
-  text-align: right;
-  font-weight: normal;
-}
-
-HR {
-  border: solid thin;
-}
-
-SPAN.info {
-  background: black;
-  border: thin solid black;
-  color: white;
-  font-size: 80%;
-  font-style: italic;
-  font-weight: bold;
-  white-space: nowrap;
-}
-
-H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
-  float: right;
-  font-size: 100%;
-}
-
-H1.title {
-}
-
-H2.title, H3.title {
-  border-bottom: solid 2pt #000000;
-}
-
-DIV.indent, TABLE.indent {
-  margin-top: 2em;
-  margin-left: auto;
-  margin-right: auto;
-  width: 90%;
-}
-
-TABLE.indent {
-  border-collapse: collapse;
-}
-
-TABLE.indent TD, TABLE.indent TH {
-  padding: 0;
-}
-
-TABLE.list {
-  border-collapse: collapse;
-  margin-left: auto;
-  margin-right: auto;
-  width: 90%;
-}
-
-TABLE.list TH {
-  background: white;
-  border-bottom: solid thin #cccccc;
-  color: #444444;
-  padding-top: 10pt;
-  padding-left: 5pt;
-  text-align: left;
-  vertical-align: bottom;
-  white-space: nowrap;
-}
-
-TABLE.list TH A {
-  color: #4444cc;
-}
-
-TABLE.list TD {
-  border-bottom: solid thin #eeeeee;
-  padding-top: 5pt;
-  padding-left: 5pt;
-}
-
-TABLE.list TR:nth-child(even) {
-  background: #f8f8f8;
-}
-
-TABLE.list TR:nth-child(odd) {
-  background: #f4f4f4;
-}
-
-DT {
-  margin-left: 36pt;
-  margin-top: 12pt;
-}
-
-DD {
-  margin-left: 54pt;
-}
-
-DL.category DT {
-  font-weight: bold;
-}
-
-P.summary {
-  margin-left: 36pt;
-  font-family: monaco, courier, monospace;
-}
-
-DIV.summary TABLE {
-  border: solid thin #999999;
-  border-collapse: collapse;
-  border-spacing: 0;
-  margin: 10px;
-}
-
-DIV.summary TABLE TD, DIV.summary TABLE TH {
-  border: solid thin #999999;
-  padding: 5px;
-  text-align: left;
-  vertical-align: top;
-}
-
-DIV.summary TABLE THEAD TH {
-  background: #eeeeee;
-}
-
-/* API documentation styles... */
-div.body h1 {
-  font-size: 250%;
-  font-weight: bold;
-  margin: 0;
-}
-div.body h2 {
-  font-size: 250%;
-  margin-top: 1.5em;
-}
-div.body h3 {
-  font-size: 150%;
-  margin-bottom: 0.5em;
-  margin-top: 1.5em;
-}
-div.body h4 {
-  font-size: 110%;
-  margin-bottom: 0.5em;
-  margin-top: 1.5em;
-}
-div.body h5 {
-  font-size: 100%;
-  margin-bottom: 0.5em;
-  margin-top: 1.5em;
-}
-div.contents {
-  background: #e8e8e8;
-  border: solid thin black;
-  padding: 10px;
-}
-div.contents h1 {
-  font-size: 110%;
-}
-div.contents h2 {
-  font-size: 100%;
-}
-div.contents ul.contents {
-  font-size: 80%;
-}
-.class {
-  border-bottom: solid 2px gray;
-}
-.constants {
-}
-.description {
-  margin-top: 0.5em;
-}
-.discussion {
-}
-.enumeration {
-  border-bottom: solid 2px gray;
-}
-.function {
-  border-bottom: solid 2px gray;
-  margin-bottom: 0;
-}
-.members {
-}
-.method {
-}
-.parameters {
-}
-.returnvalue {
-}
-.struct {
-  border-bottom: solid 2px gray;
-}
-.typedef {
-  border-bottom: solid 2px gray;
-}
-.union {
-  border-bottom: solid 2px gray;
-}
-.variable {
-}
-h1, h2, h3, h4, h5, h6 {
-  page-break-inside: avoid;
-}
-blockquote {
-  border: solid thin gray;
-  box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
-  padding: 10px 10px 0px;
-  page-break-inside: avoid;
-}
-p code, li code, p.code, pre, ul.code li {
-  background: rgba(127,127,127,0.1);
-  border: thin dotted gray;
-  font-family: monospace;
-  hyphens: manual;
-  -webkit-hyphens: manual;
-  page-break-inside: avoid;
-}
-p.code, pre, ul.code li {
-  padding: 10px;
-}
-p code, li code {
-  padding: 2px 5px;
-}
-a:link, a:visited {
-  text-decoration: none;
-}
-span.info {
-  background: black;
-  border: solid thin black;
-  color: white;
-  font-size: 80%;
-  font-style: italic;
-  font-weight: bold;
-  white-space: nowrap;
-}
-h2 span.info, h3 span.info, h4 span.info {
-  border-radius: 10px;
-  float: right;
-  font-size: 80%;
-  padding: 3px 6px;
-}
-h2.title span.info, h3.title span.info, h4.title span.info {
-  border-bottom-left-radius: 0px;
-  border-bottom-right-radius: 0px;
-}
-h2.title span.info {
-  padding: 4px 6px;
-}
-ul.code, ul.contents, ul.subcontents {
-  list-style-type: none;
-  margin: 0;
-  padding-left: 0;
-}
-ul.code li {
-  margin: 0;
-}
-ul.contents > li {
-  margin-top: 1em;
-}
-ul.contents li ul.code, ul.contents li ul.subcontents {
-  padding-left: 2em;
-}
-table.list {
-  border-collapse: collapse;
-  width: 100%;
-}
-table.list tr:nth-child(even) {
-  background: rgba(127,127,127,0.1);]n}
-table.list th {
-  border-right: 2px solid gray;
-  font-family: monospace;
-  padding: 5px 10px 5px 2px;
-  text-align: right;
-  vertical-align: top;
-}
-table.list td {
-  padding: 5px 2px 5px 10px;
-  text-align: left;
-  vertical-align: top;
-}
-h1.title {
-}
-h2.title {
-  border-bottom: solid 2px black;
-}
-h3.title {
-  border-bottom: solid 2px black;
-}
---></style>
-  </head>
-  <body>
-<!--
-  Raster API documentation for CUPS.
-
-  Copyright © 2008-2019 by Apple Inc.
-
-  Licensed under Apache License v2.0.  See the file "LICENSE" for more
-  information.
--->
-
-<h1 class='title'>Raster API</h1>
-
-<div class='summary'><table summary='General Information'>
-<thead>
-<tr>
-       <th>Header</th>
-       <th>cups/raster.h</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-       <th>Library</th>
-       <td>-lcups</td>
-</tr>
-<tr>
-       <th>See Also</th>
-       <td>Programming: <a href='cupspm.html'>CUPS Programming Manual</a><br>
-       Programming: <a href='api-ppd.html'>PPD API</a><br>
-       References: <a href='spec-ppd.html'>CUPS PPD Specification</a></td>
-</tr>
-</tbody>
-</table></div>
-    <div class="contents">
-      <h2 class="title">Contents</h2>
-      <ul class="contents">
-        <li><a href="#OVERVIEW">Overview</a></li>
-        <li><a href="#TASKS">Functions by Task</a><ul class="subcontents">
-          <li><a href="#OPENCLOSE">Opening and Closing Raster Streams</a></li>
-          <li><a href="#READING">Reading Raster Streams</a></li>
-          <li><a href="#WRITING">Writing Raster Streams</a></li>
-        </ul></li>
-        <li><a href="#FUNCTIONS">Functions</a><ul class="subcontents">
-          <li><a href="#cupsRasterClose">cupsRasterClose</a></li>
-          <li><a href="#cupsRasterErrorString">cupsRasterErrorString</a></li>
-          <li><a href="#cupsRasterInitPWGHeader">cupsRasterInitPWGHeader</a></li>
-          <li><a href="#cupsRasterOpen">cupsRasterOpen</a></li>
-          <li><a href="#cupsRasterOpenIO">cupsRasterOpenIO</a></li>
-          <li><a href="#cupsRasterReadHeader">cupsRasterReadHeader</a></li>
-          <li><a href="#cupsRasterReadHeader2">cupsRasterReadHeader2</a></li>
-          <li><a href="#cupsRasterReadPixels">cupsRasterReadPixels</a></li>
-          <li><a href="#cupsRasterWriteHeader">cupsRasterWriteHeader</a></li>
-          <li><a href="#cupsRasterWriteHeader2">cupsRasterWriteHeader2</a></li>
-          <li><a href="#cupsRasterWritePixels">cupsRasterWritePixels</a></li>
-        </ul></li>
-        <li><a href="#TYPES">Data Types</a><ul class="subcontents">
-          <li><a href="#cups_adv_t">cups_adv_t</a></li>
-          <li><a href="#cups_bool_t">cups_bool_t</a></li>
-          <li><a href="#cups_cspace_t">cups_cspace_t</a></li>
-          <li><a href="#cups_cut_t">cups_cut_t</a></li>
-          <li><a href="#cups_edge_t">cups_edge_t</a></li>
-          <li><a href="#cups_jog_t">cups_jog_t</a></li>
-          <li><a href="#cups_mode_t">cups_mode_t</a></li>
-          <li><a href="#cups_order_t">cups_order_t</a></li>
-          <li><a href="#cups_orient_t">cups_orient_t</a></li>
-          <li><a href="#cups_page_header2_t">cups_page_header2_t</a></li>
-          <li><a href="#cups_page_header_t">cups_page_header_t</a></li>
-          <li><a href="#cups_raster_iocb_t">cups_raster_iocb_t</a></li>
-          <li><a href="#cups_raster_t">cups_raster_t</a></li>
-        </ul></li>
-        <li><a href="#STRUCTURES">Structures</a><ul class="subcontents">
-          <li><a href="#cups_page_header2_s">cups_page_header2_s</a></li>
-          <li><a href="#cups_page_header_s">cups_page_header_s</a></li>
-        </ul></li>
-        <li><a href="#ENUMERATIONS">Enumerations</a><ul class="subcontents">
-          <li><a href="#cups_adv_e">cups_adv_e</a></li>
-          <li><a href="#cups_bool_e">cups_bool_e</a></li>
-          <li><a href="#cups_cspace_e">cups_cspace_e</a></li>
-          <li><a href="#cups_cut_e">cups_cut_e</a></li>
-          <li><a href="#cups_edge_e">cups_edge_e</a></li>
-          <li><a href="#cups_jog_e">cups_jog_e</a></li>
-          <li><a href="#cups_mode_e">cups_mode_e</a></li>
-          <li><a href="#cups_order_e">cups_order_e</a></li>
-          <li><a href="#cups_orient_e">cups_orient_e</a></li>
-        </ul></li>
-      </ul>
-    </div>
-    <div class="body">
-<!--
-  Raster API introduction for CUPS.
-
-  Copyright © 2007-2019 by Apple Inc.
-  Copyright © 1997-2006 by Easy Software Products, all rights reserved.
-
-  Licensed under Apache License v2.0.  See the file "LICENSE" for more
-  information.
--->
-
-<h2 class='title'><a name="OVERVIEW">Overview</a></h2>
-
-<p>The CUPS raster API provides a standard interface for reading and writing
-CUPS raster streams which are used for printing to raster printers. Because the
-raster format is updated from time to time, it is important to use this API to
-avoid incompatibilities with newer versions of CUPS.</p>
-
-<p>Two kinds of CUPS filters use the CUPS raster API - raster image processor
-(RIP) filters such as <code>pstoraster</code> and <code>cgpdftoraster</code>
-(macOS) that produce CUPS raster files and printer driver filters that
-convert CUPS raster files into a format usable by the printer. Printer
-driver filters are by far the most common.</p>
-
-<p>CUPS raster files (<code>application/vnd.cups-raster</code>) consists of
-a stream of raster page descriptions produced by one of the RIP filters such as
-<var>pstoraster</var>, <var>imagetoraster</var>, or
-<var>cgpdftoraster</var>. CUPS raster files are referred to using the
-<a href='#cups_raster_t'><code>cups_raster_t</code></a> type and are
-opened using the <a href='#cupsRasterOpen'><code>cupsRasterOpen</code></a>
-function. For example, to read raster data from the standard input, open
-file descriptor 0:</p>
-
-<pre class="example">
-#include &lt;cups/raster.h&gt;
-
-<a href="#cups_raster_t">cups_raster_t</a> *ras = <a href="#cupsRasterOpen">cupsRasterOpen</a>(0, CUPS_RASTER_READ);
-</pre>
-
-<p>Each page of data begins with a page dictionary structure called
-<a href="#cups_page_header2_t"><code>cups_page_header2_t</code></a>. This
-structure contains the colorspace, bits per color, media size, media type,
-hardware resolution, and so forth used for the page.</p>
-
-<blockquote><b>Note:</b>
-
-  <p>Do not confuse the colorspace in the page header with the PPD
-  <tt>ColorModel</tt> keyword. <tt>ColorModel</tt> refers to the general type of
-  color used for a device (Gray, RGB, CMYK, DeviceN) and is often used to
-  select a particular colorspace for the page header along with the associate
-  color profile. The page header colorspace (<tt>cupsColorSpace</tt>) describes
-  both the type and organization of the color data, for example KCMY (black
-  first) instead of CMYK and RGBA (RGB + alpha) instead of RGB.</p>
-
-</blockquote>
-
-<p>You read the page header using the
-<a href="#cupsRasterReadHeader2"><code>cupsRasterReadHeader2</code></a>
-function:</p>
-
-<pre class="example">
-#include &lt;cups/raster.h&gt;
-
-<a href="#cups_raster_t">cups_raster_t</a> *ras = <a href="#cupsRasterOpen">cupsRasterOpen</a>(0, CUPS_RASTER_READ);
-<a href="#cups_page_header2_t">cups_page_header2_t</a> header;
-
-while (<a href="#cupsRasterReadHeader2">cupsRasterReadHeader2</a>(ras, &amp;header))
-{
-  /* setup this page */
-
-  /* read raster data */
-
-  /* finish this page */
-}
-</pre>
-
-<p>After the page dictionary comes the page data which is a full-resolution,
-possibly compressed bitmap representing the page in the printer's output
-colorspace. You read uncompressed raster data using the
-<a href="#cupsRasterReadPixels"><code>cupsRasterReadPixels</code></a>
-function. A <code>for</code> loop is normally used to read the page one line
-at a time:</p>
-
-<pre class="example">
-#include &lt;cups/raster.h&gt;
-
-<a href="#cups_raster_t">cups_raster_t</a> *ras = <a href="#cupsRasterOpen">cupsRasterOpen</a>(0, CUPS_RASTER_READ);
-<a href="#cups_page_header2_t">cups_page_header2_t</a> header;
-int page = 0;
-int y;
-char *buffer;
-
-while (<a href="#cupsRasterReadHeader2">cupsRasterReadHeader2</a>(ras, &amp;header))
-{
-  /* setup this page */
-  page ++;
-  fprintf(stderr, "PAGE: %d %d\n", page, header.NumCopies);
-
-  /* allocate memory for 1 line */
-  buffer = malloc(header.cupsBytesPerLine);
-
-  /* read raster data */
-  for (y = 0; y &lt; header.cupsHeight; y ++)
-  {
-    if (<a href="#cupsRasterReadPixels">cupsRasterReadPixels</a>(ras, buffer, header.cupsBytesPerLine) == 0)
-      break;
-
-    /* write raster data to printer on stdout */
-  }
-
-  /* finish this page */
-}
-</pre>
-
-<p>When you are done reading the raster data, call the
-<a href="#cupsRasterClose"><code>cupsRasterClose</code></a> function to free
-the memory used to read the raster file:</p>
-
-<pre class="example">
-<a href="#cups_raster_t">cups_raster_t</a> *ras;
-
-<a href="#cupsRasterClose">cupsRasterClose</a>(ras);
-</pre>
-
-
-<h2 class='title'><a name="TASKS">Functions by Task</a></h2>
-
-<h3><a name="OPENCLOSE">Opening and Closing Raster Streams</a></h3>
-
-<ul class="code">
-
-       <li><a href="#cupsRasterClose" title="Close a raster stream.">cupsRasterClose</a></li>
-       <li><a href="#cupsRasterOpen" title="Open a raster stream.">cupsRasterOpen</a></li>
-
-</ul>
-
-<h3><a name="READING">Reading Raster Streams</a></h3>
-
-<ul class="code">
-
-       <li><a href="#cupsRasterReadHeader" title="Read a raster page header and store it in a version 1 page header structure.">cupsRasterReadHeader</a> <span class="info">Deprecated in CUPS 1.2/macOS 10.5</span></li>
-       <li><a href="#cupsRasterReadHeader2" title="Read a raster page header and store it in a version 2 page header structure.">cupsRasterReadHeader2</a></li>
-       <li><a href="#cupsRasterReadPixels" title="Read raster pixels.">cupsRasterReadPixels</a></li>
-
-</ul>
-
-<h3><a name="WRITING">Writing Raster Streams</a></h3>
-
-<ul class="code">
-
-       <li><a href="#cupsRasterInitPWGHeader" title="Interpret IPP attributes to create a page header.">cupsRasterInitPWGHeader</a></li>
-       <li><a href="#cupsRasterWriteHeader" title="Write a raster page header from a version 1 page header structure.">cupsRasterWriteHeader</a> <span class="info">Deprecated in CUPS 1.2/macOS 10.5</span></li>
-       <li><a href="#cupsRasterWriteHeader2" title="Write a raster page header from a version 2 page header structure.">cupsRasterWriteHeader2</a></li>
-       <li><a href="#cupsRasterWritePixels" title="Write raster pixels.">cupsRasterWritePixels</a></li>
-
-</ul>
-      <h2 class="title"><a id="FUNCTIONS">Functions</a></h2>
-<h3 class="function"><a id="cupsRasterClose">cupsRasterClose</a></h3>
-        <p class="description">Close a raster stream.</p>
-<p class="code">
-void cupsRasterClose(<a href="#cups_raster_t">cups_raster_t</a> *r);</p>
-<h4 class="parameters">Parameters</h4>
-<table class="list"><tbody>
-<tr><th>r</th>
-        <td class="description">Stream to close</td></tr>
-</tbody></table>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">The file descriptor associated with the raster stream must be closed
-separately as needed.</p>
-<h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsRasterErrorString">cupsRasterErrorString</a></h3>
-        <p class="description">Return the last error from a raster function.</p>
-<p class="code">
-const char *cupsRasterErrorString(void);</p>
-<h4 class="returnvalue">Return Value</h4>
-        <p class="description">Last error or <code>NULL</code></p>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">If there are no recent errors, <code>NULL</code> is returned.
-
-</p>
-<h3 class="function"><span class="info">&#160;CUPS 2.2/macOS 10.12&#160;</span><a id="cupsRasterInitPWGHeader">cupsRasterInitPWGHeader</a></h3>
-        <p class="description">Initialize a page header for PWG Raster output.</p>
-<p class="code">
-int cupsRasterInitPWGHeader(<a href="#cups_page_header2_t">cups_page_header2_t</a> *h, pwg_media_t *media, const char *type, int xdpi, int ydpi, const char *sides, const char *sheet_back);</p>
-<h4 class="parameters">Parameters</h4>
-<table class="list"><tbody>
-<tr><th>h</th>
-        <td class="description">Page header</td></tr>
-<tr><th>media</th>
-        <td class="description">PWG media information</td></tr>
-<tr><th>type</th>
-        <td class="description">PWG raster type string</td></tr>
-<tr><th>xdpi</th>
-        <td class="description">Cross-feed direction (horizontal) resolution</td></tr>
-<tr><th>ydpi</th>
-        <td class="description">Feed direction (vertical) resolution</td></tr>
-<tr><th>sides</th>
-        <td class="description">IPP &quot;sides&quot; option value</td></tr>
-<tr><th>sheet_back</th>
-        <td class="description">Transform for back side or <code>NULL</code> for none</td></tr>
-</tbody></table>
-<h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">The &quot;media&quot; argument specifies the media to use.<br>
-<br>
-The &quot;type&quot; argument specifies a &quot;pwg-raster-document-type-supported&quot; value
-that controls the color space and bit depth of the raster data.<br>
-<br>
-The &quot;xres&quot; and &quot;yres&quot; arguments specify the raster resolution in dots per
-inch.<br>
-<br>
-The &quot;sheet_back&quot; argument specifies a &quot;pwg-raster-document-sheet-back&quot; value
-to apply for the back side of a page.  Pass <code>NULL</code> for the front side.
-
-</p>
-<h3 class="function"><a id="cupsRasterOpen">cupsRasterOpen</a></h3>
-        <p class="description">Open a raster stream using a file descriptor.</p>
-<p class="code">
-<a href="#cups_raster_t">cups_raster_t</a> *cupsRasterOpen(int fd, <a href="#cups_mode_t">cups_mode_t</a> mode);</p>
-<h4 class="parameters">Parameters</h4>
-<table class="list"><tbody>
-<tr><th>fd</th>
-        <td class="description">File descriptor</td></tr>
-<tr><th>mode</th>
-        <td class="description">Mode - <code>CUPS_RASTER_READ</code>,
-<code>CUPS_RASTER_WRITE</code>,
-<code>CUPS_RASTER_WRITE_COMPRESSED</code>,
-or <code>CUPS_RASTER_WRITE_PWG</code></td></tr>
-</tbody></table>
-<h4 class="returnvalue">Return Value</h4>
-        <p class="description">New stream</p>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function associates a raster stream with the given file descriptor.
-For most printer driver filters, &quot;fd&quot; will be 0 (stdin).  For most raster
-image processor (RIP) filters that generate raster data, &quot;fd&quot; will be 1
-(stdout).<br>
-<br>
-When writing raster data, the <code>CUPS_RASTER_WRITE</code>,
-<code>CUPS_RASTER_WRITE_COMPRESS</code>, or <code>CUPS_RASTER_WRITE_PWG</code> mode can
-be used - compressed and PWG output is generally 25-50% smaller but adds a
-100-300% execution time overhead.</p>
-<h3 class="function"><a id="cupsRasterOpenIO">cupsRasterOpenIO</a></h3>
-        <p class="description">Open a raster stream using a callback function.</p>
-<p class="code">
-<a href="#cups_raster_t">cups_raster_t</a> *cupsRasterOpenIO(<a href="#cups_raster_iocb_t">cups_raster_iocb_t</a> iocb, void *ctx, <a href="#cups_mode_t">cups_mode_t</a> mode);</p>
-<h4 class="parameters">Parameters</h4>
-<table class="list"><tbody>
-<tr><th>iocb</th>
-        <td class="description">Read/write callback</td></tr>
-<tr><th>ctx</th>
-        <td class="description">Context pointer for callback</td></tr>
-<tr><th>mode</th>
-        <td class="description">Mode - <code>CUPS_RASTER_READ</code>,
-<code>CUPS_RASTER_WRITE</code>,
-<code>CUPS_RASTER_WRITE_COMPRESSED</code>,
-or <code>CUPS_RASTER_WRITE_PWG</code></td></tr>
-</tbody></table>
-<h4 class="returnvalue">Return Value</h4>
-        <p class="description">New stream</p>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function associates a raster stream with the given callback function and
-context pointer.<br>
-<br>
-When writing raster data, the <code>CUPS_RASTER_WRITE</code>,
-<code>CUPS_RASTER_WRITE_COMPRESS</code>, or <code>CUPS_RASTER_WRITE_PWG</code> mode can
-be used - compressed and PWG output is generally 25-50% smaller but adds a
-100-300% execution time overhead.</p>
-<h3 class="function"><span class="info">&#160;DEPRECATED&#160;</span><a id="cupsRasterReadHeader">cupsRasterReadHeader</a></h3>
-        <p class="description">Read a raster page header and store it in a
-version 1 page header structure.</p>
-<p class="code">
-unsigned cupsRasterReadHeader(<a href="#cups_raster_t">cups_raster_t</a> *r, <a href="#cups_page_header_t">cups_page_header_t</a> *h);</p>
-<h4 class="parameters">Parameters</h4>
-<table class="list"><tbody>
-<tr><th>r</th>
-        <td class="description">Raster stream</td></tr>
-<tr><th>h</th>
-        <td class="description">Pointer to header data</td></tr>
-</tbody></table>
-<h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure/end-of-file</p>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function is deprecated. Use <a href="#cupsRasterReadHeader2"><code>cupsRasterReadHeader2</code></a> instead.<br>
-<br>
-Version 1 page headers were used in CUPS 1.0 and 1.1 and contain a subset
-of the version 2 page header data. This function handles reading version 2
-page headers and copying only the version 1 data into the provided buffer.
-
-</p>
-<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsRasterReadHeader2">cupsRasterReadHeader2</a></h3>
-        <p class="description">Read a raster page header and store it in a
-version 2 page header structure.</p>
-<p class="code">
-unsigned cupsRasterReadHeader2(<a href="#cups_raster_t">cups_raster_t</a> *r, <a href="#cups_page_header2_t">cups_page_header2_t</a> *h);</p>
-<h4 class="parameters">Parameters</h4>
-<table class="list"><tbody>
-<tr><th>r</th>
-        <td class="description">Raster stream</td></tr>
-<tr><th>h</th>
-        <td class="description">Pointer to header data</td></tr>
-</tbody></table>
-<h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure/end-of-file</p>
-<h3 class="function"><a id="cupsRasterReadPixels">cupsRasterReadPixels</a></h3>
-        <p class="description">Read raster pixels.</p>
-<p class="code">
-unsigned cupsRasterReadPixels(<a href="#cups_raster_t">cups_raster_t</a> *r, unsigned char *p, unsigned len);</p>
-<h4 class="parameters">Parameters</h4>
-<table class="list"><tbody>
-<tr><th>r</th>
-        <td class="description">Raster stream</td></tr>
-<tr><th>p</th>
-        <td class="description">Pointer to pixel buffer</td></tr>
-<tr><th>len</th>
-        <td class="description">Number of bytes to read</td></tr>
-</tbody></table>
-<h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of bytes read</p>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">For best performance, filters should read one or more whole lines.
-The &quot;cupsBytesPerLine&quot; value from the page header can be used to allocate
-the line buffer and as the number of bytes to read.</p>
-<h3 class="function"><span class="info">&#160;DEPRECATED&#160;</span><a id="cupsRasterWriteHeader">cupsRasterWriteHeader</a></h3>
-        <p class="description">Write a raster page header from a version 1 page
-header structure.</p>
-<p class="code">
-unsigned cupsRasterWriteHeader(<a href="#cups_raster_t">cups_raster_t</a> *r, <a href="#cups_page_header_t">cups_page_header_t</a> *h);</p>
-<h4 class="parameters">Parameters</h4>
-<table class="list"><tbody>
-<tr><th>r</th>
-        <td class="description">Raster stream</td></tr>
-<tr><th>h</th>
-        <td class="description">Raster page header</td></tr>
-</tbody></table>
-<h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function is deprecated. Use <a href="#cupsRasterWriteHeader2"><code>cupsRasterWriteHeader2</code></a> instead.
-
-</p>
-<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsRasterWriteHeader2">cupsRasterWriteHeader2</a></h3>
-        <p class="description">Write a raster page header from a version 2
-page header structure.</p>
-<p class="code">
-unsigned cupsRasterWriteHeader2(<a href="#cups_raster_t">cups_raster_t</a> *r, <a href="#cups_page_header2_t">cups_page_header2_t</a> *h);</p>
-<h4 class="parameters">Parameters</h4>
-<table class="list"><tbody>
-<tr><th>r</th>
-        <td class="description">Raster stream</td></tr>
-<tr><th>h</th>
-        <td class="description">Raster page header</td></tr>
-</tbody></table>
-<h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">The page header can be initialized using <a href="#cupsRasterInitPWGHeader"><code>cupsRasterInitPWGHeader</code></a>.
-
-</p>
-<h3 class="function"><a id="cupsRasterWritePixels">cupsRasterWritePixels</a></h3>
-        <p class="description">Write raster pixels.</p>
-<p class="code">
-unsigned cupsRasterWritePixels(<a href="#cups_raster_t">cups_raster_t</a> *r, unsigned char *p, unsigned len);</p>
-<h4 class="parameters">Parameters</h4>
-<table class="list"><tbody>
-<tr><th>r</th>
-        <td class="description">Raster stream</td></tr>
-<tr><th>p</th>
-        <td class="description">Bytes to write</td></tr>
-<tr><th>len</th>
-        <td class="description">Number of bytes to write</td></tr>
-</tbody></table>
-<h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of bytes written</p>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">For best performance, filters should write one or more whole lines.
-The &quot;cupsBytesPerLine&quot; value from the page header can be used to allocate
-the line buffer and as the number of bytes to write.</p>
-      <h2 class="title"><a id="TYPES">Data Types</a></h2>
-      <h3 class="typedef"><a id="cups_adv_t">cups_adv_t</a></h3>
-        <p class="description">AdvanceMedia attribute values</p>
-      <p class="code">
-typedef enum <a href="#cups_adv_e">cups_adv_e</a> cups_adv_t;
-</p>
-      <h3 class="typedef"><a id="cups_bool_t">cups_bool_t</a></h3>
-        <p class="description">Boolean type</p>
-      <p class="code">
-typedef enum <a href="#cups_bool_e">cups_bool_e</a> cups_bool_t;
-</p>
-      <h3 class="typedef"><a id="cups_cspace_t">cups_cspace_t</a></h3>
-        <p class="description">cupsColorSpace attribute values</p>
-      <p class="code">
-typedef enum <a href="#cups_cspace_e">cups_cspace_e</a> cups_cspace_t;
-</p>
-      <h3 class="typedef"><a id="cups_cut_t">cups_cut_t</a></h3>
-        <p class="description">CutMedia attribute values</p>
-      <p class="code">
-typedef enum <a href="#cups_cut_e">cups_cut_e</a> cups_cut_t;
-</p>
-      <h3 class="typedef"><a id="cups_edge_t">cups_edge_t</a></h3>
-        <p class="description">LeadingEdge attribute values</p>
-      <p class="code">
-typedef enum <a href="#cups_edge_e">cups_edge_e</a> cups_edge_t;
-</p>
-      <h3 class="typedef"><a id="cups_jog_t">cups_jog_t</a></h3>
-        <p class="description">Jog attribute values</p>
-      <p class="code">
-typedef enum <a href="#cups_jog_e">cups_jog_e</a> cups_jog_t;
-</p>
-      <h3 class="typedef"><a id="cups_mode_t">cups_mode_t</a></h3>
-        <p class="description">cupsRasterOpen modes</p>
-      <p class="code">
-typedef enum <a href="#cups_mode_e">cups_mode_e</a> cups_mode_t;
-</p>
-      <h3 class="typedef"><a id="cups_order_t">cups_order_t</a></h3>
-        <p class="description">cupsColorOrder attribute values</p>
-      <p class="code">
-typedef enum <a href="#cups_order_e">cups_order_e</a> cups_order_t;
-</p>
-      <h3 class="typedef"><a id="cups_orient_t">cups_orient_t</a></h3>
-        <p class="description">Orientation attribute values</p>
-      <p class="code">
-typedef enum <a href="#cups_orient_e">cups_orient_e</a> cups_orient_t;
-</p>
-      <h3 class="typedef"><a id="cups_page_header2_t"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span>cups_page_header2_t</a></h3>
-        <p class="description">Version 2 page header </p>
-      <p class="code">
-typedef struct <a href="#cups_page_header2_s">cups_page_header2_s</a> cups_page_header2_t;
-</p>
-      <h3 class="typedef"><a id="cups_page_header_t"><span class="info">&#160;DEPRECATED&#160;</span>cups_page_header_t</a></h3>
-        <p class="description">Version 1 page header </p>
-      <p class="code">
-typedef struct <a href="#cups_page_header_s">cups_page_header_s</a> cups_page_header_t;
-</p>
-      <h3 class="typedef"><a id="cups_raster_iocb_t">cups_raster_iocb_t</a></h3>
-        <p class="description">cupsRasterOpenIO callback function</p>
-      <p class="code">
-typedef ssize_t (*cups_raster_iocb_t)(void *ctx, unsigned char *buffer, size_t length);
-</p>
-      <h3 class="typedef"><a id="cups_raster_t">cups_raster_t</a></h3>
-        <p class="description">Raster stream data</p>
-      <p class="code">
-typedef struct _cups_raster_s cups_raster_t;
-</p>
-      <h2 class="title"><a id="STRUCTURES">Structures</a></h2>
-<h3 class="struct"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cups_page_header2_s">cups_page_header2_s</a></h3>
-        <p class="description">Version 2 page header </p>
-<p class="code">struct cups_page_header2_s {<br>
-&#160;&#160;&#160;&#160;unsigned AdvanceDistance;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_adv_t">cups_adv_t</a> AdvanceMedia;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Collate;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_cut_t">cups_cut_t</a> CutMedia;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Duplex;<br>
-&#160;&#160;&#160;&#160;unsigned HWResolution[2];<br>
-&#160;&#160;&#160;&#160;unsigned ImagingBoundingBox[4];<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> InsertSheet;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_jog_t">cups_jog_t</a> Jog;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_edge_t">cups_edge_t</a> LeadingEdge;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> ManualFeed;<br>
-&#160;&#160;&#160;&#160;unsigned Margins[2];<br>
-&#160;&#160;&#160;&#160;char MediaClass[64];<br>
-&#160;&#160;&#160;&#160;char MediaColor[64];<br>
-&#160;&#160;&#160;&#160;unsigned MediaPosition;<br>
-&#160;&#160;&#160;&#160;char MediaType[64];<br>
-&#160;&#160;&#160;&#160;unsigned MediaWeight;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> MirrorPrint;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> NegativePrint;<br>
-&#160;&#160;&#160;&#160;unsigned NumCopies;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_orient_t">cups_orient_t</a> Orientation;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> OutputFaceUp;<br>
-&#160;&#160;&#160;&#160;char OutputType[64];<br>
-&#160;&#160;&#160;&#160;unsigned PageSize[2];<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Separations;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> TraySwitch;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Tumble;<br>
-&#160;&#160;&#160;&#160;unsigned cupsBitsPerColor;<br>
-&#160;&#160;&#160;&#160;unsigned cupsBitsPerPixel;<br>
-&#160;&#160;&#160;&#160;float cupsBorderlessScalingFactor;<br>
-&#160;&#160;&#160;&#160;unsigned cupsBytesPerLine;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_order_t">cups_order_t</a> cupsColorOrder;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_cspace_t">cups_cspace_t</a> cupsColorSpace;<br>
-&#160;&#160;&#160;&#160;unsigned cupsCompression;<br>
-&#160;&#160;&#160;&#160;unsigned cupsHeight;<br>
-&#160;&#160;&#160;&#160;float cupsImagingBBox[4];<br>
-&#160;&#160;&#160;&#160;unsigned cupsInteger[16];<br>
-&#160;&#160;&#160;&#160;char cupsMarkerType[64];<br>
-&#160;&#160;&#160;&#160;unsigned cupsMediaType;<br>
-&#160;&#160;&#160;&#160;unsigned cupsNumColors;<br>
-&#160;&#160;&#160;&#160;char cupsPageSizeName[64];<br>
-&#160;&#160;&#160;&#160;float cupsPageSize[2];<br>
-&#160;&#160;&#160;&#160;float cupsReal[16];<br>
-&#160;&#160;&#160;&#160;char cupsRenderingIntent[64];<br>
-&#160;&#160;&#160;&#160;unsigned cupsRowCount;<br>
-&#160;&#160;&#160;&#160;unsigned cupsRowFeed;<br>
-&#160;&#160;&#160;&#160;unsigned cupsRowStep;<br>
-&#160;&#160;&#160;&#160;char cupsString[16][64];<br>
-&#160;&#160;&#160;&#160;unsigned cupsWidth;<br>
-};</p>
-<h4 class="members">Members</h4>
-<table class="list"><tbody>
-<tr><th>AdvanceDistance </th>
-        <td class="description">AdvanceDistance value in points</td></tr>
-<tr><th>AdvanceMedia </th>
-        <td class="description">AdvanceMedia value (<a href="#cups_adv_t"><code>cups_adv_t</code></a>)</td></tr>
-<tr><th>Collate </th>
-        <td class="description">Collated copies value</td></tr>
-<tr><th>CutMedia </th>
-        <td class="description">CutMedia value (<a href="#cups_cut_t"><code>cups_cut_t</code></a>)</td></tr>
-<tr><th>Duplex </th>
-        <td class="description">Duplexed (double-sided) value</td></tr>
-<tr><th>HWResolution[2] </th>
-        <td class="description">Resolution in dots-per-inch</td></tr>
-<tr><th>ImagingBoundingBox[4] </th>
-        <td class="description">Pixel region that is painted (points, left, bottom, right, top)</td></tr>
-<tr><th>InsertSheet </th>
-        <td class="description">InsertSheet value</td></tr>
-<tr><th>Jog </th>
-        <td class="description">Jog value (<a href="#cups_jog_t"><code>cups_jog_t</code></a>)</td></tr>
-<tr><th>LeadingEdge </th>
-        <td class="description">LeadingEdge value (<a href="#cups_edge_t"><code>cups_edge_t</code></a>)</td></tr>
-<tr><th>ManualFeed </th>
-        <td class="description">ManualFeed value</td></tr>
-<tr><th>Margins[2] </th>
-        <td class="description">Lower-lefthand margins in points</td></tr>
-<tr><th>MediaClass[64] </th>
-        <td class="description">MediaClass string</td></tr>
-<tr><th>MediaColor[64] </th>
-        <td class="description">MediaColor string</td></tr>
-<tr><th>MediaPosition </th>
-        <td class="description">MediaPosition value</td></tr>
-<tr><th>MediaType[64] </th>
-        <td class="description">MediaType string</td></tr>
-<tr><th>MediaWeight </th>
-        <td class="description">MediaWeight value in grams/m^2</td></tr>
-<tr><th>MirrorPrint </th>
-        <td class="description">MirrorPrint value</td></tr>
-<tr><th>NegativePrint </th>
-        <td class="description">NegativePrint value</td></tr>
-<tr><th>NumCopies </th>
-        <td class="description">Number of copies to produce</td></tr>
-<tr><th>Orientation </th>
-        <td class="description">Orientation value (<a href="#cups_orient_t"><code>cups_orient_t</code></a>)</td></tr>
-<tr><th>OutputFaceUp </th>
-        <td class="description">OutputFaceUp value</td></tr>
-<tr><th>OutputType[64] </th>
-        <td class="description">OutputType string</td></tr>
-<tr><th>PageSize[2] </th>
-        <td class="description">Width and length of page in points</td></tr>
-<tr><th>Separations </th>
-        <td class="description">Separations value</td></tr>
-<tr><th>TraySwitch </th>
-        <td class="description">TraySwitch value</td></tr>
-<tr><th>Tumble </th>
-        <td class="description">Tumble value</td></tr>
-<tr><th>cupsBitsPerColor </th>
-        <td class="description">Number of bits for each color</td></tr>
-<tr><th>cupsBitsPerPixel </th>
-        <td class="description">Number of bits for each pixel</td></tr>
-<tr><th>cupsBorderlessScalingFactor <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
-        <td class="description">Scaling that was applied to page data </td></tr>
-<tr><th>cupsBytesPerLine </th>
-        <td class="description">Number of bytes per line</td></tr>
-<tr><th>cupsColorOrder </th>
-        <td class="description">Order of colors</td></tr>
-<tr><th>cupsColorSpace </th>
-        <td class="description">True colorspace</td></tr>
-<tr><th>cupsCompression </th>
-        <td class="description">Device compression to use</td></tr>
-<tr><th>cupsHeight </th>
-        <td class="description">Height of page image in pixels</td></tr>
-<tr><th>cupsImagingBBox[4] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
-        <td class="description">Floating point ImagingBoundingBox
-(scaling factor not applied, left,
-bottom, right, top) </td></tr>
-<tr><th>cupsInteger[16] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
-        <td class="description">User-defined integer values </td></tr>
-<tr><th>cupsMarkerType[64] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
-        <td class="description">Ink/toner type </td></tr>
-<tr><th>cupsMediaType </th>
-        <td class="description">Media type code</td></tr>
-<tr><th>cupsNumColors <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
-        <td class="description">Number of color compoents </td></tr>
-<tr><th>cupsPageSizeName[64] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
-        <td class="description">PageSize name </td></tr>
-<tr><th>cupsPageSize[2] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
-        <td class="description">Floating point PageSize (scaling *
-factor not applied) </td></tr>
-<tr><th>cupsReal[16] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
-        <td class="description">User-defined floating-point values </td></tr>
-<tr><th>cupsRenderingIntent[64] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
-        <td class="description">Color rendering intent </td></tr>
-<tr><th>cupsRowCount </th>
-        <td class="description">Rows per band</td></tr>
-<tr><th>cupsRowFeed </th>
-        <td class="description">Feed between bands</td></tr>
-<tr><th>cupsRowStep </th>
-        <td class="description">Spacing between lines</td></tr>
-<tr><th>cupsString[16][64] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
-        <td class="description">User-defined string values </td></tr>
-<tr><th>cupsWidth </th>
-        <td class="description">Width of page image in pixels</td></tr>
-</tbody></table>
-<h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="cups_page_header_s">cups_page_header_s</a></h3>
-        <p class="description">Version 1 page header </p>
-<p class="code">struct cups_page_header_s {<br>
-&#160;&#160;&#160;&#160;unsigned AdvanceDistance;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_adv_t">cups_adv_t</a> AdvanceMedia;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Collate;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_cut_t">cups_cut_t</a> CutMedia;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Duplex;<br>
-&#160;&#160;&#160;&#160;unsigned HWResolution[2];<br>
-&#160;&#160;&#160;&#160;unsigned ImagingBoundingBox[4];<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> InsertSheet;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_jog_t">cups_jog_t</a> Jog;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_edge_t">cups_edge_t</a> LeadingEdge;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> ManualFeed;<br>
-&#160;&#160;&#160;&#160;unsigned Margins[2];<br>
-&#160;&#160;&#160;&#160;char MediaClass[64];<br>
-&#160;&#160;&#160;&#160;char MediaColor[64];<br>
-&#160;&#160;&#160;&#160;unsigned MediaPosition;<br>
-&#160;&#160;&#160;&#160;char MediaType[64];<br>
-&#160;&#160;&#160;&#160;unsigned MediaWeight;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> MirrorPrint;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> NegativePrint;<br>
-&#160;&#160;&#160;&#160;unsigned NumCopies;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_orient_t">cups_orient_t</a> Orientation;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> OutputFaceUp;<br>
-&#160;&#160;&#160;&#160;char OutputType[64];<br>
-&#160;&#160;&#160;&#160;unsigned PageSize[2];<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Separations;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> TraySwitch;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Tumble;<br>
-&#160;&#160;&#160;&#160;unsigned cupsBitsPerColor;<br>
-&#160;&#160;&#160;&#160;unsigned cupsBitsPerPixel;<br>
-&#160;&#160;&#160;&#160;unsigned cupsBytesPerLine;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_order_t">cups_order_t</a> cupsColorOrder;<br>
-&#160;&#160;&#160;&#160;<a href="#cups_cspace_t">cups_cspace_t</a> cupsColorSpace;<br>
-&#160;&#160;&#160;&#160;unsigned cupsCompression;<br>
-&#160;&#160;&#160;&#160;unsigned cupsHeight;<br>
-&#160;&#160;&#160;&#160;unsigned cupsMediaType;<br>
-&#160;&#160;&#160;&#160;unsigned cupsRowCount;<br>
-&#160;&#160;&#160;&#160;unsigned cupsRowFeed;<br>
-&#160;&#160;&#160;&#160;unsigned cupsRowStep;<br>
-&#160;&#160;&#160;&#160;unsigned cupsWidth;<br>
-};</p>
-<h4 class="members">Members</h4>
-<table class="list"><tbody>
-<tr><th>AdvanceDistance </th>
-        <td class="description">AdvanceDistance value in points</td></tr>
-<tr><th>AdvanceMedia </th>
-        <td class="description">AdvanceMedia value (<a href="#cups_adv_t"><code>cups_adv_t</code></a>)</td></tr>
-<tr><th>Collate </th>
-        <td class="description">Collated copies value</td></tr>
-<tr><th>CutMedia </th>
-        <td class="description">CutMedia value (<a href="#cups_cut_t"><code>cups_cut_t</code></a>)</td></tr>
-<tr><th>Duplex </th>
-        <td class="description">Duplexed (double-sided) value</td></tr>
-<tr><th>HWResolution[2] </th>
-        <td class="description">Resolution in dots-per-inch</td></tr>
-<tr><th>ImagingBoundingBox[4] </th>
-        <td class="description">Pixel region that is painted (points, left, bottom, right, top)</td></tr>
-<tr><th>InsertSheet </th>
-        <td class="description">InsertSheet value</td></tr>
-<tr><th>Jog </th>
-        <td class="description">Jog value (<a href="#cups_jog_t"><code>cups_jog_t</code></a>)</td></tr>
-<tr><th>LeadingEdge </th>
-        <td class="description">LeadingEdge value (<a href="#cups_edge_t"><code>cups_edge_t</code></a>)</td></tr>
-<tr><th>ManualFeed </th>
-        <td class="description">ManualFeed value</td></tr>
-<tr><th>Margins[2] </th>
-        <td class="description">Lower-lefthand margins in points</td></tr>
-<tr><th>MediaClass[64] </th>
-        <td class="description">MediaClass string</td></tr>
-<tr><th>MediaColor[64] </th>
-        <td class="description">MediaColor string</td></tr>
-<tr><th>MediaPosition </th>
-        <td class="description">MediaPosition value</td></tr>
-<tr><th>MediaType[64] </th>
-        <td class="description">MediaType string</td></tr>
-<tr><th>MediaWeight </th>
-        <td class="description">MediaWeight value in grams/m^2</td></tr>
-<tr><th>MirrorPrint </th>
-        <td class="description">MirrorPrint value</td></tr>
-<tr><th>NegativePrint </th>
-        <td class="description">NegativePrint value</td></tr>
-<tr><th>NumCopies </th>
-        <td class="description">Number of copies to produce</td></tr>
-<tr><th>Orientation </th>
-        <td class="description">Orientation value (<a href="#cups_orient_t"><code>cups_orient_t</code></a>)</td></tr>
-<tr><th>OutputFaceUp </th>
-        <td class="description">OutputFaceUp value</td></tr>
-<tr><th>OutputType[64] </th>
-        <td class="description">OutputType string</td></tr>
-<tr><th>PageSize[2] </th>
-        <td class="description">Width and length of page in points</td></tr>
-<tr><th>Separations </th>
-        <td class="description">Separations value</td></tr>
-<tr><th>TraySwitch </th>
-        <td class="description">TraySwitch value</td></tr>
-<tr><th>Tumble </th>
-        <td class="description">Tumble value</td></tr>
-<tr><th>cupsBitsPerColor </th>
-        <td class="description">Number of bits for each color</td></tr>
-<tr><th>cupsBitsPerPixel </th>
-        <td class="description">Number of bits for each pixel</td></tr>
-<tr><th>cupsBytesPerLine </th>
-        <td class="description">Number of bytes per line</td></tr>
-<tr><th>cupsColorOrder </th>
-        <td class="description">Order of colors</td></tr>
-<tr><th>cupsColorSpace </th>
-        <td class="description">True colorspace</td></tr>
-<tr><th>cupsCompression </th>
-        <td class="description">Device compression to use</td></tr>
-<tr><th>cupsHeight </th>
-        <td class="description">Height of page image in pixels</td></tr>
-<tr><th>cupsMediaType </th>
-        <td class="description">Media type code</td></tr>
-<tr><th>cupsRowCount </th>
-        <td class="description">Rows per band</td></tr>
-<tr><th>cupsRowFeed </th>
-        <td class="description">Feed between bands</td></tr>
-<tr><th>cupsRowStep </th>
-        <td class="description">Spacing between lines</td></tr>
-<tr><th>cupsWidth </th>
-        <td class="description">Width of page image in pixels</td></tr>
-</tbody></table>
-      <h2 class="title"><a id="ENUMERATIONS">Constants</a></h2>
-      <h3 class="enumeration"><a id="cups_adv_e">cups_adv_e</a></h3>
-        <p class="description">AdvanceMedia attribute values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_ADVANCE_FILE </th>        <td class="description">Advance the roll after this file</td></tr>
-        <tr><th>CUPS_ADVANCE_JOB </th>        <td class="description">Advance the roll after this job</td></tr>
-        <tr><th>CUPS_ADVANCE_NONE </th>        <td class="description">Never advance the roll</td></tr>
-        <tr><th>CUPS_ADVANCE_PAGE </th>        <td class="description">Advance the roll after this page</td></tr>
-        <tr><th>CUPS_ADVANCE_SET </th>        <td class="description">Advance the roll after this set</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="cups_bool_e">cups_bool_e</a></h3>
-        <p class="description">Boolean type</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_FALSE </th>        <td class="description">Logical false</td></tr>
-        <tr><th>CUPS_TRUE </th>        <td class="description">Logical true</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="cups_cspace_e">cups_cspace_e</a></h3>
-        <p class="description">cupsColorSpace attribute values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_CSPACE_ADOBERGB <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">Red, green, blue (Adobe RGB) </td></tr>
-        <tr><th>CUPS_CSPACE_CIELab <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">CIE Lab </td></tr>
-        <tr><th>CUPS_CSPACE_CIEXYZ <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">CIE XYZ </td></tr>
-        <tr><th>CUPS_CSPACE_CMY </th>        <td class="description">Cyan, magenta, yellow (DeviceCMY)</td></tr>
-        <tr><th>CUPS_CSPACE_CMYK </th>        <td class="description">Cyan, magenta, yellow, black (DeviceCMYK)</td></tr>
-        <tr><th>CUPS_CSPACE_DEVICE1 <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 1 color </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICE2 <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 2 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICE3 <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 3 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICE4 <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 4 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICE5 <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 5 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICE6 <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 6 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICE7 <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 7 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICE8 <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 8 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICE9 <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 9 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICEA <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 10 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICEB <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 11 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICEC <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 12 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICED <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 13 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICEE <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 14 colors </td></tr>
-        <tr><th>CUPS_CSPACE_DEVICEF <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">DeviceN, 15 colors </td></tr>
-        <tr><th>CUPS_CSPACE_GMCK <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">Gold, magenta, yellow, black </td></tr>
-        <tr><th>CUPS_CSPACE_GMCS <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">Gold, magenta, yellow, silver </td></tr>
-        <tr><th>CUPS_CSPACE_GOLD <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">Gold foil </td></tr>
-        <tr><th>CUPS_CSPACE_ICC1 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 1 color </td></tr>
-        <tr><th>CUPS_CSPACE_ICC2 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 2 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICC3 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 3 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICC4 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 4 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICC5 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 5 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICC6 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 6 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICC7 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 7 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICC8 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 8 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICC9 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 9 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICCA <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 10 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICCB <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 11 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICCC <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 12 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICCD <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 13 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICCE <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 14 colors </td></tr>
-        <tr><th>CUPS_CSPACE_ICCF <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th>        <td class="description">ICC-based, 15 colors </td></tr>
-        <tr><th>CUPS_CSPACE_K </th>        <td class="description">Black (DeviceK)</td></tr>
-        <tr><th>CUPS_CSPACE_KCMY <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">Black, cyan, magenta, yellow </td></tr>
-        <tr><th>CUPS_CSPACE_KCMYcm <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">Black, cyan, magenta, yellow, light-cyan, light-magenta </td></tr>
-        <tr><th>CUPS_CSPACE_RGB </th>        <td class="description">Red, green, blue (DeviceRGB, sRGB by default)</td></tr>
-        <tr><th>CUPS_CSPACE_RGBA </th>        <td class="description">Red, green, blue, alpha (DeviceRGB, sRGB by default)</td></tr>
-        <tr><th>CUPS_CSPACE_RGBW <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">Red, green, blue, white (DeviceRGB, sRGB by default) </td></tr>
-        <tr><th>CUPS_CSPACE_SILVER <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">Silver foil </td></tr>
-        <tr><th>CUPS_CSPACE_SRGB <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">Red, green, blue (sRGB) </td></tr>
-        <tr><th>CUPS_CSPACE_SW <span class="info">&#160;CUPS 1.4.5&#160;</span></th>        <td class="description">Luminance (gamma 2.2) </td></tr>
-        <tr><th>CUPS_CSPACE_W </th>        <td class="description">Luminance (DeviceGray, gamma 2.2 by default)</td></tr>
-        <tr><th>CUPS_CSPACE_WHITE <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">White ink (as black) </td></tr>
-        <tr><th>CUPS_CSPACE_YMC <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">Yellow, magenta, cyan </td></tr>
-        <tr><th>CUPS_CSPACE_YMCK <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">Yellow, magenta, cyan, black </td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="cups_cut_e">cups_cut_e</a></h3>
-        <p class="description">CutMedia attribute values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_CUT_FILE </th>        <td class="description">Cut the roll after this file</td></tr>
-        <tr><th>CUPS_CUT_JOB </th>        <td class="description">Cut the roll after this job</td></tr>
-        <tr><th>CUPS_CUT_NONE </th>        <td class="description">Never cut the roll</td></tr>
-        <tr><th>CUPS_CUT_PAGE </th>        <td class="description">Cut the roll after this page</td></tr>
-        <tr><th>CUPS_CUT_SET </th>        <td class="description">Cut the roll after this set</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="cups_edge_e">cups_edge_e</a></h3>
-        <p class="description">LeadingEdge attribute values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_EDGE_BOTTOM </th>        <td class="description">Leading edge is the bottom of the page</td></tr>
-        <tr><th>CUPS_EDGE_LEFT </th>        <td class="description">Leading edge is the left of the page</td></tr>
-        <tr><th>CUPS_EDGE_RIGHT </th>        <td class="description">Leading edge is the right of the page</td></tr>
-        <tr><th>CUPS_EDGE_TOP </th>        <td class="description">Leading edge is the top of the page</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="cups_jog_e">cups_jog_e</a></h3>
-        <p class="description">Jog attribute values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_JOG_FILE </th>        <td class="description">Move pages after this file</td></tr>
-        <tr><th>CUPS_JOG_JOB </th>        <td class="description">Move pages after this job</td></tr>
-        <tr><th>CUPS_JOG_NONE </th>        <td class="description">Never move pages</td></tr>
-        <tr><th>CUPS_JOG_SET </th>        <td class="description">Move pages after this set</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="cups_mode_e">cups_mode_e</a></h3>
-        <p class="description">cupsRasterOpen modes</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_RASTER_READ </th>        <td class="description">Open stream for reading</td></tr>
-        <tr><th>CUPS_RASTER_WRITE </th>        <td class="description">Open stream for writing</td></tr>
-        <tr><th>CUPS_RASTER_WRITE_COMPRESSED <span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span></th>        <td class="description">Open stream for compressed writing </td></tr>
-        <tr><th>CUPS_RASTER_WRITE_PWG <span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span></th>        <td class="description">Open stream for compressed writing in PWG Raster mode </td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="cups_order_e">cups_order_e</a></h3>
-        <p class="description">cupsColorOrder attribute values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_ORDER_BANDED </th>        <td class="description">CCC MMM YYY KKK ...</td></tr>
-        <tr><th>CUPS_ORDER_CHUNKED </th>        <td class="description">CMYK CMYK CMYK ...</td></tr>
-        <tr><th>CUPS_ORDER_PLANAR </th>        <td class="description">CCC ... MMM ... YYY ... KKK ...</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="cups_orient_e">cups_orient_e</a></h3>
-        <p class="description">Orientation attribute values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_ORIENT_0 </th>        <td class="description">Don't rotate the page</td></tr>
-        <tr><th>CUPS_ORIENT_180 </th>        <td class="description">Turn the page upside down</td></tr>
-        <tr><th>CUPS_ORIENT_270 </th>        <td class="description">Rotate the page clockwise</td></tr>
-        <tr><th>CUPS_ORIENT_90 </th>        <td class="description">Rotate the page counter-clockwise</td></tr>
-</tbody></table>
-    </div>
-  </body>
-</html>
index 1d8572474ac67b21a01f31480058491db1a35060..56d5e0543a5caf9ed530c42e15d6551a5c37e498 100644 (file)
Binary files a/doc/help/cupspm.epub and b/doc/help/cupspm.epub differ
index e9a80d9c3fda7abfa6f87b928ecb3ecb5025f0e4..56a1f9cec232295705871a193e0a75a96f12e8e2 100644 (file)
 <!DOCTYPE html>
-<html>
+<html lang="en-US">
 <!-- SECTION: Programming -->
-  <head>
-    <title>CUPS Programming Manual</title>
-    <meta name="keywords" content="Programming">
-    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <meta name="creator" content="codedoc v3.1">
-    <meta name="author" content="Michael R Sweet">
-    <meta name="copyright" content="Copyright &#xa9; 2007-2020 by Apple Inc. All Rights Reserved.">
-    <meta name="version" content="2.3.4">
-    <style type="text/css"><!--
-body, p, h1, h2, h3, h4 {
+<head>
+<title>CUPS Programming Manual</title>
+<meta name="keywords" content="Programming">
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+<meta name="generator" content="codedoc v3.7">
+<meta name="author" content="Michael R Sweet">
+<meta name="language" content="en-US">
+<meta name="copyright" content="Copyright © 2021 by OpenPrinting. All Rights Reserved.">
+<meta name="version" content="2.4.0">
+<style type="text/css"><!--
+body {
+  background: white;
+  color: black;
   font-family: sans-serif;
+  font-size: 12pt;
 }
-div.body h1 {
-  font-size: 250%;
+a {
+  color: black;
+}
+a:link, a:visited {
+  color: #00f;
+}
+a:link:hover, a:visited:hover, a:active {
+  color: #c0c;
+}
+body, p, h1, h2, h3, h4, h5, h6 {
+  font-family: sans-serif;
+  line-height: 1.4;
+}
+h1, h2, h3, h4, h5, h6 {
   font-weight: bold;
+  page-break-inside: avoid;
+}
+h1 {
+  font-size: 250%;
   margin: 0;
 }
-div.body h2 {
+h2 {
   font-size: 250%;
   margin-top: 1.5em;
 }
-div.body h3 {
-  font-size: 150%;
+h3 {
+  font-size: 200%;
   margin-bottom: 0.5em;
   margin-top: 1.5em;
 }
-div.body h4 {
-  font-size: 110%;
+h4 {
+  font-size: 150%;
   margin-bottom: 0.5em;
   margin-top: 1.5em;
 }
-div.body h5 {
-  font-size: 100%;
+h5 {
+  font-size: 125%;
   margin-bottom: 0.5em;
   margin-top: 1.5em;
 }
-div.contents {
-  background: #e8e8e8;
-  border: solid thin black;
-  padding: 10px;
-}
-div.contents h1 {
+h6 {
   font-size: 110%;
+  margin-bottom: 0.5em;
+  margin-top: 1.5em;
 }
-div.contents h2 {
-  font-size: 100%;
+img.title {
+  width: 256px;
 }
-div.contents ul.contents {
-  font-size: 80%;
+div.header h1, div.header p {
+  text-align: center;
 }
-.class {
-  border-bottom: solid 2px gray;
+div.contents, div.body, div.footer {
+  page-break-before: always;
 }
-.constants {
+.class, .enumeration, .function, .struct, .typedef, .union {
+  border-bottom: solid 2px gray;
 }
 .description {
   margin-top: 0.5em;
 }
-.discussion {
-}
-.enumeration {
-  border-bottom: solid 2px gray;
-}
 .function {
-  border-bottom: solid 2px gray;
   margin-bottom: 0;
 }
-.members {
-}
-.method {
-}
-.parameters {
-}
-.returnvalue {
-}
-.struct {
-  border-bottom: solid 2px gray;
-}
-.typedef {
-  border-bottom: solid 2px gray;
-}
-.union {
-  border-bottom: solid 2px gray;
-}
-.variable {
-}
-h1, h2, h3, h4, h5, h6 {
-  page-break-inside: avoid;
-}
 blockquote {
   border: solid thin gray;
-  box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
-  padding: 0px 10px;
+  box-shadow: 3px 3px 5px rgba(127,127,127,0.25);
+  margin: 1em 0;
+  padding: 10px;
   page-break-inside: avoid;
 }
 p code, li code, p.code, pre, ul.code li {
-  background: rgba(127,127,127,0.1);
-  border: thin dotted gray;
   font-family: monospace;
-  font-size: 90%;
   hyphens: manual;
   -webkit-hyphens: manual;
-  page-break-inside: avoid;
 }
 p.code, pre, ul.code li {
+  background: rgba(127,127,127,0.25);
+  border: thin dotted gray;
   padding: 10px;
+  page-break-inside: avoid;
 }
-p code, li code {
-  padding: 2px 5px;
+pre {
+  white-space: pre-wrap;
 }
 a:link, a:visited {
   text-decoration: none;
@@ -123,7 +113,7 @@ span.info {
   font-weight: bold;
   white-space: nowrap;
 }
-h3 span.info, h4 span.info {
+h1 span.info, h2 span.info, h3 span.info, h4 span.info {
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   float: right;
@@ -143,402 +133,590 @@ ul.contents > li {
 ul.contents li ul.code, ul.contents li ul.subcontents {
   padding-left: 2em;
 }
+table {
+  border-collapse: collapse;
+  border-spacing: 0;
+}
+td {
+  border: solid 1px gray;
+  padding: 5px 10px;
+  vertical-align: top;
+}
+td.left {
+  text-align: left;
+}
+td.center {
+  text-align: center;
+}
+td.right {
+  text-align: right;
+}
+th {
+  border-bottom: solid 2px gray;
+  padding: 1px 5px;
+  text-align: center;
+  vertical-align: bottom;
+}
+tr:nth-child(even) {
+  background: rgba(127,127,127,0.25);
+}
 table.list {
   border-collapse: collapse;
   width: 100%;
 }
-table.list tr:nth-child(even) {
-  background: rgba(127,127,127,0.1);]n}
 table.list th {
+  border-bottom: none;
   border-right: 2px solid gray;
   font-family: monospace;
+  font-weight: normal;
   padding: 5px 10px 5px 2px;
   text-align: right;
   vertical-align: top;
 }
 table.list td {
+  border: none;
   padding: 5px 2px 5px 10px;
   text-align: left;
   vertical-align: top;
 }
-h1.title {
+h2.title, h3.title {
+  border-bottom: solid 2px gray;
+}
+/* Syntax highlighting */
+span.comment {
+  color: darkgreen;
 }
-h2.title {
-  border-bottom: solid 2px black;
+span.directive {
+  color: purple;
 }
-h3.title {
-  border-bottom: solid 2px black;
+span.number {
+  color: brown;
+}
+span.reserved {
+  color: darkcyan;
+}
+span.string {
+  color: magenta;
+}
+/* Dark mode overrides */
+@media (prefers-color-scheme: dark) {
+  body {
+    background: black;
+    color: #ccc;
+  }
+  a {
+    color: #ccc;
+  }
+  a:link, a:visited {
+    color: #66f;
+  }
+  a:link:hover, a:visited:hover, a:active {
+    color: #f06;
+  }
+}
+/* Show contents on left side in web browser */
+@media screen and (min-width: 800px) {
+  div.contents {
+    border-right: solid thin gray;
+    bottom: 0px;
+    box-shadow: 3px 3px 5px rgba(127,127,127,0.5);
+    font-size: 10pt;
+    left: 0px;
+    overflow: scroll;
+    padding: 1%;
+    position: fixed;
+    top: 0px;
+    width: 18%;
+  }
+  div.contents h2.title {
+    margin-top: 0px;
+  }
+  div.header, div.body, div.footer {
+    margin-left: 20%;
+    padding: 1% 2%;
+  }
+}
+/* Center title page content vertically */
+@media print {
+  div.header {
+    padding-top: 33%;
+  }
 }
 --></style>
-  </head>
-  <body>
-    <h1 class="title">CUPS Programming Manual</h1>
-    <p>Michael R Sweet</p>
-    <p>Copyright &#xa9; 2007-2020 by Apple Inc. All Rights Reserved.</p>
-    <div class="contents">
-      <h2 class="title">Contents</h2>
-      <ul class="contents">
-        <li><a href="#introduction">Introduction</a><ul class="subcontents">
-          <li><a href="#guidelines">Guidelines</a></li>
-          <li><a href="#terms-used-in-this-document">Terms Used in This Document</a></li>
-          <li><a href="#compiling-programs-that-use-the-cups-api">Compiling Programs That Use the CUPS API</a></li>
-        </ul></li>
-        <li><a href="#working-with-destinations">Working with Destinations</a><ul class="subcontents">
-          <li><a href="#finding-available-destinations">Finding Available Destinations</a></li>
-          <li><a href="#basic-destination-information">Basic Destination Information</a></li>
-          <li><a href="#detailed-destination-information">Detailed Destination Information</a></li>
-          <li><a href="#submitting-a-print-job">Submitting a Print Job</a></li>
-        </ul></li>
-        <li><a href="#sending-ipp-requests">Sending IPP Requests</a><ul class="subcontents">
-          <li><a href="#connecting-to-the-scheduler-or-printer">Connecting to the Scheduler or Printer</a></li>
-          <li><a href="#creating-an-ipp-request">Creating an IPP Request</a></li>
-          <li><a href="#sending-the-ipp-request">Sending the IPP Request</a></li>
-          <li><a href="#processing-the-ipp-response">Processing the IPP Response</a></li>
-          <li><a href="#authentication">Authentication</a></li>
-        </ul></li>
-        <li><a href="#FUNCTIONS">Functions</a><ul class="subcontents">
-          <li><a href="#cupsAddDest">cupsAddDest</a></li>
-          <li><a href="#cupsAddDestMediaOptions">cupsAddDestMediaOptions</a></li>
-          <li><a href="#cupsAddIntegerOption">cupsAddIntegerOption</a></li>
-          <li><a href="#cupsAddOption">cupsAddOption</a></li>
-          <li><a href="#cupsCancelDestJob">cupsCancelDestJob</a></li>
-          <li><a href="#cupsCheckDestSupported">cupsCheckDestSupported</a></li>
-          <li><a href="#cupsCloseDestJob">cupsCloseDestJob</a></li>
-          <li><a href="#cupsConnectDest">cupsConnectDest</a></li>
-          <li><a href="#cupsCopyDest">cupsCopyDest</a></li>
-          <li><a href="#cupsCopyDestConflicts">cupsCopyDestConflicts</a></li>
-          <li><a href="#cupsCopyDestInfo">cupsCopyDestInfo</a></li>
-          <li><a href="#cupsCreateDestJob">cupsCreateDestJob</a></li>
-          <li><a href="#cupsDoAuthentication">cupsDoAuthentication</a></li>
-          <li><a href="#cupsEncodeOption">cupsEncodeOption</a></li>
-          <li><a href="#cupsEncodeOptions">cupsEncodeOptions</a></li>
-          <li><a href="#cupsEncodeOptions2">cupsEncodeOptions2</a></li>
-          <li><a href="#cupsEncryption">cupsEncryption</a></li>
-          <li><a href="#cupsEnumDests">cupsEnumDests</a></li>
-          <li><a href="#cupsFindDestDefault">cupsFindDestDefault</a></li>
-          <li><a href="#cupsFindDestReady">cupsFindDestReady</a></li>
-          <li><a href="#cupsFindDestSupported">cupsFindDestSupported</a></li>
-          <li><a href="#cupsFinishDestDocument">cupsFinishDestDocument</a></li>
-          <li><a href="#cupsFreeDestInfo">cupsFreeDestInfo</a></li>
-          <li><a href="#cupsFreeDests">cupsFreeDests</a></li>
-          <li><a href="#cupsFreeJobs">cupsFreeJobs</a></li>
-          <li><a href="#cupsFreeOptions">cupsFreeOptions</a></li>
-          <li><a href="#cupsGetDest">cupsGetDest</a></li>
-          <li><a href="#cupsGetDestMediaByIndex">cupsGetDestMediaByIndex</a></li>
-          <li><a href="#cupsGetDestMediaByName">cupsGetDestMediaByName</a></li>
-          <li><a href="#cupsGetDestMediaBySize">cupsGetDestMediaBySize</a></li>
-          <li><a href="#cupsGetDestMediaCount">cupsGetDestMediaCount</a></li>
-          <li><a href="#cupsGetDestMediaDefault">cupsGetDestMediaDefault</a></li>
-          <li><a href="#cupsGetDestWithURI">cupsGetDestWithURI</a></li>
-          <li><a href="#cupsGetDests2">cupsGetDests2</a></li>
-          <li><a href="#cupsGetIntegerOption">cupsGetIntegerOption</a></li>
-          <li><a href="#cupsGetJobs2">cupsGetJobs2</a></li>
-          <li><a href="#cupsGetNamedDest">cupsGetNamedDest</a></li>
-          <li><a href="#cupsGetOption">cupsGetOption</a></li>
-          <li><a href="#cupsGetPassword2">cupsGetPassword2</a></li>
-          <li><a href="#cupsLocalizeDestMedia">cupsLocalizeDestMedia</a></li>
-          <li><a href="#cupsLocalizeDestOption">cupsLocalizeDestOption</a></li>
-          <li><a href="#cupsLocalizeDestValue">cupsLocalizeDestValue</a></li>
-          <li><a href="#cupsMakeServerCredentials">cupsMakeServerCredentials</a></li>
-          <li><a href="#cupsParseOptions">cupsParseOptions</a></li>
-          <li><a href="#cupsRemoveDest">cupsRemoveDest</a></li>
-          <li><a href="#cupsRemoveOption">cupsRemoveOption</a></li>
-          <li><a href="#cupsServer">cupsServer</a></li>
-          <li><a href="#cupsSetClientCertCB">cupsSetClientCertCB</a></li>
-          <li><a href="#cupsSetCredentials">cupsSetCredentials</a></li>
-          <li><a href="#cupsSetDefaultDest">cupsSetDefaultDest</a></li>
-          <li><a href="#cupsSetDests2">cupsSetDests2</a></li>
-          <li><a href="#cupsSetEncryption">cupsSetEncryption</a></li>
-          <li><a href="#cupsSetPasswordCB2">cupsSetPasswordCB2</a></li>
-          <li><a href="#cupsSetServer">cupsSetServer</a></li>
-          <li><a href="#cupsSetServerCertCB">cupsSetServerCertCB</a></li>
-          <li><a href="#cupsSetServerCredentials">cupsSetServerCredentials</a></li>
-          <li><a href="#cupsSetUser">cupsSetUser</a></li>
-          <li><a href="#cupsSetUserAgent">cupsSetUserAgent</a></li>
-          <li><a href="#cupsStartDestDocument">cupsStartDestDocument</a></li>
-          <li><a href="#cupsUser">cupsUser</a></li>
-          <li><a href="#cupsUserAgent">cupsUserAgent</a></li>
-          <li><a href="#httpAcceptConnection">httpAcceptConnection</a></li>
-          <li><a href="#httpAddCredential">httpAddCredential</a></li>
-          <li><a href="#httpAddrAny">httpAddrAny</a></li>
-          <li><a href="#httpAddrClose">httpAddrClose</a></li>
-          <li><a href="#httpAddrConnect2">httpAddrConnect2</a></li>
-          <li><a href="#httpAddrCopyList">httpAddrCopyList</a></li>
-          <li><a href="#httpAddrEqual">httpAddrEqual</a></li>
-          <li><a href="#httpAddrFamily">httpAddrFamily</a></li>
-          <li><a href="#httpAddrFreeList">httpAddrFreeList</a></li>
-          <li><a href="#httpAddrGetList">httpAddrGetList</a></li>
-          <li><a href="#httpAddrLength">httpAddrLength</a></li>
-          <li><a href="#httpAddrListen">httpAddrListen</a></li>
-          <li><a href="#httpAddrLocalhost">httpAddrLocalhost</a></li>
-          <li><a href="#httpAddrLookup">httpAddrLookup</a></li>
-          <li><a href="#httpAddrPort">httpAddrPort</a></li>
-          <li><a href="#httpAddrString">httpAddrString</a></li>
-          <li><a href="#httpAssembleURI">httpAssembleURI</a></li>
-          <li><a href="#httpAssembleURIf">httpAssembleURIf</a></li>
-          <li><a href="#httpAssembleUUID">httpAssembleUUID</a></li>
-          <li><a href="#httpBlocking">httpBlocking</a></li>
-          <li><a href="#httpCheck">httpCheck</a></li>
-          <li><a href="#httpClearCookie">httpClearCookie</a></li>
-          <li><a href="#httpClearFields">httpClearFields</a></li>
-          <li><a href="#httpClose">httpClose</a></li>
-          <li><a href="#httpCompareCredentials">httpCompareCredentials</a></li>
-          <li><a href="#httpConnect2">httpConnect2</a></li>
-          <li><a href="#httpCopyCredentials">httpCopyCredentials</a></li>
-          <li><a href="#httpCredentialsAreValidForName">httpCredentialsAreValidForName</a></li>
-          <li><a href="#httpCredentialsGetExpiration">httpCredentialsGetExpiration</a></li>
-          <li><a href="#httpCredentialsGetTrust">httpCredentialsGetTrust</a></li>
-          <li><a href="#httpCredentialsString">httpCredentialsString</a></li>
-          <li><a href="#httpDecode64_2">httpDecode64_2</a></li>
-          <li><a href="#httpDelete">httpDelete</a></li>
-          <li><a href="#httpEncode64_2">httpEncode64_2</a></li>
-          <li><a href="#httpEncryption">httpEncryption</a></li>
-          <li><a href="#httpError">httpError</a></li>
-          <li><a href="#httpFieldValue">httpFieldValue</a></li>
-          <li><a href="#httpFlush">httpFlush</a></li>
-          <li><a href="#httpFlushWrite">httpFlushWrite</a></li>
-          <li><a href="#httpFreeCredentials">httpFreeCredentials</a></li>
-          <li><a href="#httpGet">httpGet</a></li>
-          <li><a href="#httpGetActivity">httpGetActivity</a></li>
-          <li><a href="#httpGetAddress">httpGetAddress</a></li>
-          <li><a href="#httpGetAuthString">httpGetAuthString</a></li>
-          <li><a href="#httpGetBlocking">httpGetBlocking</a></li>
-          <li><a href="#httpGetContentEncoding">httpGetContentEncoding</a></li>
-          <li><a href="#httpGetCookie">httpGetCookie</a></li>
-          <li><a href="#httpGetDateString2">httpGetDateString2</a></li>
-          <li><a href="#httpGetDateTime">httpGetDateTime</a></li>
-          <li><a href="#httpGetEncryption">httpGetEncryption</a></li>
-          <li><a href="#httpGetExpect">httpGetExpect</a></li>
-          <li><a href="#httpGetFd">httpGetFd</a></li>
-          <li><a href="#httpGetField">httpGetField</a></li>
-          <li><a href="#httpGetHostname">httpGetHostname</a></li>
-          <li><a href="#httpGetKeepAlive">httpGetKeepAlive</a></li>
-          <li><a href="#httpGetLength2">httpGetLength2</a></li>
-          <li><a href="#httpGetPending">httpGetPending</a></li>
-          <li><a href="#httpGetReady">httpGetReady</a></li>
-          <li><a href="#httpGetRemaining">httpGetRemaining</a></li>
-          <li><a href="#httpGetState">httpGetState</a></li>
-          <li><a href="#httpGetStatus">httpGetStatus</a></li>
-          <li><a href="#httpGetSubField2">httpGetSubField2</a></li>
-          <li><a href="#httpGetVersion">httpGetVersion</a></li>
-          <li><a href="#httpGets">httpGets</a></li>
-          <li><a href="#httpHead">httpHead</a></li>
-          <li><a href="#httpInitialize">httpInitialize</a></li>
-          <li><a href="#httpIsChunked">httpIsChunked</a></li>
-          <li><a href="#httpIsEncrypted">httpIsEncrypted</a></li>
-          <li><a href="#httpLoadCredentials">httpLoadCredentials</a></li>
-          <li><a href="#httpOptions">httpOptions</a></li>
-          <li><a href="#httpPeek">httpPeek</a></li>
-          <li><a href="#httpPost">httpPost</a></li>
-          <li><a href="#httpPut">httpPut</a></li>
-          <li><a href="#httpRead2">httpRead2</a></li>
-          <li><a href="#httpReadRequest">httpReadRequest</a></li>
-          <li><a href="#httpReconnect2">httpReconnect2</a></li>
-          <li><a href="#httpResolveHostname">httpResolveHostname</a></li>
-          <li><a href="#httpSaveCredentials">httpSaveCredentials</a></li>
-          <li><a href="#httpSeparateURI">httpSeparateURI</a></li>
-          <li><a href="#httpSetAuthString">httpSetAuthString</a></li>
-          <li><a href="#httpSetCookie">httpSetCookie</a></li>
-          <li><a href="#httpSetCredentials">httpSetCredentials</a></li>
-          <li><a href="#httpSetDefaultField">httpSetDefaultField</a></li>
-          <li><a href="#httpSetExpect">httpSetExpect</a></li>
-          <li><a href="#httpSetField">httpSetField</a></li>
-          <li><a href="#httpSetKeepAlive">httpSetKeepAlive</a></li>
-          <li><a href="#httpSetLength">httpSetLength</a></li>
-          <li><a href="#httpSetTimeout">httpSetTimeout</a></li>
-          <li><a href="#httpShutdown">httpShutdown</a></li>
-          <li><a href="#httpStateString">httpStateString</a></li>
-          <li><a href="#httpStatus">httpStatus</a></li>
-          <li><a href="#httpURIStatusString">httpURIStatusString</a></li>
-          <li><a href="#httpUpdate">httpUpdate</a></li>
-          <li><a href="#httpWait">httpWait</a></li>
-          <li><a href="#httpWrite2">httpWrite2</a></li>
-          <li><a href="#httpWriteResponse">httpWriteResponse</a></li>
-          <li><a href="#ippAddBoolean">ippAddBoolean</a></li>
-          <li><a href="#ippAddBooleans">ippAddBooleans</a></li>
-          <li><a href="#ippAddCollection">ippAddCollection</a></li>
-          <li><a href="#ippAddCollections">ippAddCollections</a></li>
-          <li><a href="#ippAddDate">ippAddDate</a></li>
-          <li><a href="#ippAddInteger">ippAddInteger</a></li>
-          <li><a href="#ippAddIntegers">ippAddIntegers</a></li>
-          <li><a href="#ippAddOctetString">ippAddOctetString</a></li>
-          <li><a href="#ippAddOutOfBand">ippAddOutOfBand</a></li>
-          <li><a href="#ippAddRange">ippAddRange</a></li>
-          <li><a href="#ippAddRanges">ippAddRanges</a></li>
-          <li><a href="#ippAddResolution">ippAddResolution</a></li>
-          <li><a href="#ippAddResolutions">ippAddResolutions</a></li>
-          <li><a href="#ippAddSeparator">ippAddSeparator</a></li>
-          <li><a href="#ippAddString">ippAddString</a></li>
-          <li><a href="#ippAddStringf">ippAddStringf</a></li>
-          <li><a href="#ippAddStringfv">ippAddStringfv</a></li>
-          <li><a href="#ippAddStrings">ippAddStrings</a></li>
-          <li><a href="#ippAttributeString">ippAttributeString</a></li>
-          <li><a href="#ippContainsInteger">ippContainsInteger</a></li>
-          <li><a href="#ippContainsString">ippContainsString</a></li>
-          <li><a href="#ippCopyAttribute">ippCopyAttribute</a></li>
-          <li><a href="#ippCopyAttributes">ippCopyAttributes</a></li>
-          <li><a href="#ippCreateRequestedArray">ippCreateRequestedArray</a></li>
-          <li><a href="#ippDateToTime">ippDateToTime</a></li>
-          <li><a href="#ippDelete">ippDelete</a></li>
-          <li><a href="#ippDeleteAttribute">ippDeleteAttribute</a></li>
-          <li><a href="#ippDeleteValues">ippDeleteValues</a></li>
-          <li><a href="#ippEnumString">ippEnumString</a></li>
-          <li><a href="#ippEnumValue">ippEnumValue</a></li>
-          <li><a href="#ippErrorString">ippErrorString</a></li>
-          <li><a href="#ippErrorValue">ippErrorValue</a></li>
-          <li><a href="#ippFindAttribute">ippFindAttribute</a></li>
-          <li><a href="#ippFindNextAttribute">ippFindNextAttribute</a></li>
-          <li><a href="#ippFirstAttribute">ippFirstAttribute</a></li>
-          <li><a href="#ippGetBoolean">ippGetBoolean</a></li>
-          <li><a href="#ippGetCollection">ippGetCollection</a></li>
-          <li><a href="#ippGetCount">ippGetCount</a></li>
-          <li><a href="#ippGetDate">ippGetDate</a></li>
-          <li><a href="#ippGetGroupTag">ippGetGroupTag</a></li>
-          <li><a href="#ippGetInteger">ippGetInteger</a></li>
-          <li><a href="#ippGetName">ippGetName</a></li>
-          <li><a href="#ippGetOctetString">ippGetOctetString</a></li>
-          <li><a href="#ippGetOperation">ippGetOperation</a></li>
-          <li><a href="#ippGetRange">ippGetRange</a></li>
-          <li><a href="#ippGetRequestId">ippGetRequestId</a></li>
-          <li><a href="#ippGetResolution">ippGetResolution</a></li>
-          <li><a href="#ippGetState">ippGetState</a></li>
-          <li><a href="#ippGetStatusCode">ippGetStatusCode</a></li>
-          <li><a href="#ippGetString">ippGetString</a></li>
-          <li><a href="#ippGetValueTag">ippGetValueTag</a></li>
-          <li><a href="#ippGetVersion">ippGetVersion</a></li>
-          <li><a href="#ippLength">ippLength</a></li>
-          <li><a href="#ippNew">ippNew</a></li>
-          <li><a href="#ippNewRequest">ippNewRequest</a></li>
-          <li><a href="#ippNewResponse">ippNewResponse</a></li>
-          <li><a href="#ippNextAttribute">ippNextAttribute</a></li>
-          <li><a href="#ippOpString">ippOpString</a></li>
-          <li><a href="#ippOpValue">ippOpValue</a></li>
-          <li><a href="#ippPort">ippPort</a></li>
-          <li><a href="#ippRead">ippRead</a></li>
-          <li><a href="#ippReadFile">ippReadFile</a></li>
-          <li><a href="#ippReadIO">ippReadIO</a></li>
-          <li><a href="#ippSetBoolean">ippSetBoolean</a></li>
-          <li><a href="#ippSetCollection">ippSetCollection</a></li>
-          <li><a href="#ippSetDate">ippSetDate</a></li>
-          <li><a href="#ippSetGroupTag">ippSetGroupTag</a></li>
-          <li><a href="#ippSetInteger">ippSetInteger</a></li>
-          <li><a href="#ippSetName">ippSetName</a></li>
-          <li><a href="#ippSetOctetString">ippSetOctetString</a></li>
-          <li><a href="#ippSetOperation">ippSetOperation</a></li>
-          <li><a href="#ippSetPort">ippSetPort</a></li>
-          <li><a href="#ippSetRange">ippSetRange</a></li>
-          <li><a href="#ippSetRequestId">ippSetRequestId</a></li>
-          <li><a href="#ippSetResolution">ippSetResolution</a></li>
-          <li><a href="#ippSetState">ippSetState</a></li>
-          <li><a href="#ippSetStatusCode">ippSetStatusCode</a></li>
-          <li><a href="#ippSetString">ippSetString</a></li>
-          <li><a href="#ippSetStringf">ippSetStringf</a></li>
-          <li><a href="#ippSetStringfv">ippSetStringfv</a></li>
-          <li><a href="#ippSetValueTag">ippSetValueTag</a></li>
-          <li><a href="#ippSetVersion">ippSetVersion</a></li>
-          <li><a href="#ippStateString">ippStateString</a></li>
-          <li><a href="#ippTagString">ippTagString</a></li>
-          <li><a href="#ippTagValue">ippTagValue</a></li>
-          <li><a href="#ippTimeToDate">ippTimeToDate</a></li>
-          <li><a href="#ippValidateAttribute">ippValidateAttribute</a></li>
-          <li><a href="#ippValidateAttributes">ippValidateAttributes</a></li>
-          <li><a href="#ippWrite">ippWrite</a></li>
-          <li><a href="#ippWriteFile">ippWriteFile</a></li>
-          <li><a href="#ippWriteIO">ippWriteIO</a></li>
-        </ul></li>
-        <li><a href="#TYPES">Data Types</a><ul class="subcontents">
-          <li><a href="#cups_client_cert_cb_t">cups_client_cert_cb_t</a></li>
-          <li><a href="#cups_dest_cb_t">cups_dest_cb_t</a></li>
-          <li><a href="#cups_dest_t">cups_dest_t</a></li>
-          <li><a href="#cups_dinfo_t">cups_dinfo_t</a></li>
-          <li><a href="#cups_job_t">cups_job_t</a></li>
-          <li><a href="#cups_option_t">cups_option_t</a></li>
-          <li><a href="#cups_password_cb2_t">cups_password_cb2_t</a></li>
-          <li><a href="#cups_ptype_t">cups_ptype_t</a></li>
-          <li><a href="#cups_server_cert_cb_t">cups_server_cert_cb_t</a></li>
-          <li><a href="#cups_size_t">cups_size_t</a></li>
-          <li><a href="#http_addr_t">http_addr_t</a></li>
-          <li><a href="#http_encoding_t">http_encoding_t</a></li>
-          <li><a href="#http_encryption_t">http_encryption_t</a></li>
-          <li><a href="#http_field_t">http_field_t</a></li>
-          <li><a href="#http_keepalive_t">http_keepalive_t</a></li>
-          <li><a href="#http_state_t">http_state_t</a></li>
-          <li><a href="#http_t">http_t</a></li>
-          <li><a href="#http_timeout_cb_t">http_timeout_cb_t</a></li>
-          <li><a href="#http_trust_t">http_trust_t</a></li>
-          <li><a href="#http_uri_coding_t">http_uri_coding_t</a></li>
-          <li><a href="#http_uri_status_t">http_uri_status_t</a></li>
-          <li><a href="#ipp_attribute_t">ipp_attribute_t</a></li>
-          <li><a href="#ipp_copycb_t">ipp_copycb_t</a></li>
-          <li><a href="#ipp_iocb_t">ipp_iocb_t</a></li>
-          <li><a href="#ipp_orient_t">ipp_orient_t</a></li>
-          <li><a href="#ipp_pstate_t">ipp_pstate_t</a></li>
-          <li><a href="#ipp_quality_t">ipp_quality_t</a></li>
-          <li><a href="#ipp_res_t">ipp_res_t</a></li>
-          <li><a href="#ipp_rstate_t">ipp_rstate_t</a></li>
-          <li><a href="#ipp_sstate_t">ipp_sstate_t</a></li>
-          <li><a href="#ipp_state_t">ipp_state_t</a></li>
-          <li><a href="#ipp_t">ipp_t</a></li>
-        </ul></li>
-        <li><a href="#STRUCTURES">Structures</a><ul class="subcontents">
-          <li><a href="#cups_dest_s">cups_dest_s</a></li>
-          <li><a href="#cups_job_s">cups_job_s</a></li>
-          <li><a href="#cups_option_s">cups_option_s</a></li>
-          <li><a href="#cups_size_s">cups_size_s</a></li>
-        </ul></li>
-        <li><a href="#ENUMERATIONS">Enumerations</a><ul class="subcontents">
-          <li><a href="#cups_ptype_e">cups_ptype_e</a></li>
-          <li><a href="#http_encoding_e">http_encoding_e</a></li>
-          <li><a href="#http_encryption_e">http_encryption_e</a></li>
-          <li><a href="#http_field_e">http_field_e</a></li>
-          <li><a href="#http_keepalive_e">http_keepalive_e</a></li>
-          <li><a href="#http_state_e">http_state_e</a></li>
-          <li><a href="#http_status_e">http_status_e</a></li>
-          <li><a href="#http_trust_e">http_trust_e</a></li>
-          <li><a href="#http_uri_coding_e">http_uri_coding_e</a></li>
-          <li><a href="#http_uri_status_e">http_uri_status_e</a></li>
-          <li><a href="#ipp_finishings_e">ipp_finishings_e</a></li>
-          <li><a href="#ipp_jstate_e">ipp_jstate_e</a></li>
-          <li><a href="#ipp_op_e">ipp_op_e</a></li>
-          <li><a href="#ipp_orient_e">ipp_orient_e</a></li>
-          <li><a href="#ipp_pstate_e">ipp_pstate_e</a></li>
-          <li><a href="#ipp_quality_e">ipp_quality_e</a></li>
-          <li><a href="#ipp_res_e">ipp_res_e</a></li>
-          <li><a href="#ipp_rstate_e">ipp_rstate_e</a></li>
-          <li><a href="#ipp_sstate_e">ipp_sstate_e</a></li>
-          <li><a href="#ipp_state_e">ipp_state_e</a></li>
-          <li><a href="#ipp_status_e">ipp_status_e</a></li>
-          <li><a href="#ipp_tag_e">ipp_tag_e</a></li>
-        </ul></li>
-      </ul>
-    </div>
-    <div class="body">
-    <blockquote>
-    <p>Please <a href="https://github.com/apple/cups/issues">file issues on Github</a> to provide feedback on this document.</p>
+</head>
+<body>
+<div class="header">
+<h1 class="title">CUPS Programming Manual</h1>
+<p>Michael R Sweet</p>
+<p>Copyright © 2021 by OpenPrinting. All Rights Reserved.</p>
+</div>
+<div class="contents">
+<h2 class="title">Contents</h2>
+<ul class="contents">
+<li><a href="#introduction">Introduction</a><ul class="subcontents">
+<li><a href="#guidelines">Guidelines</a></li>
+<li><a href="#terms-used-in-this-document">Terms Used in This Document</a></li>
+<li><a href="#compiling-programs-that-use-the-cups-api">Compiling Programs That Use the CUPS API</a></li>
+</ul></li>
+<li><a href="#working-with-destinations">Working with Destinations</a><ul class="subcontents">
+<li><a href="#finding-available-destinations">Finding Available Destinations</a></li>
+<li><a href="#basic-destination-information">Basic Destination Information</a></li>
+<li><a href="#detailed-destination-information">Detailed Destination Information</a></li>
+<li><a href="#submitting-a-print-job">Submitting a Print Job</a></li>
+</ul></li>
+<li><a href="#sending-ipp-requests">Sending IPP Requests</a><ul class="subcontents">
+<li><a href="#connecting-to-the-scheduler-or-printer">Connecting to the Scheduler or Printer</a></li>
+<li><a href="#creating-an-ipp-request">Creating an IPP Request</a></li>
+<li><a href="#sending-the-ipp-request">Sending the IPP Request</a></li>
+<li><a href="#processing-the-ipp-response">Processing the IPP Response</a></li>
+<li><a href="#authentication">Authentication</a></li>
+</ul></li>
+<li><a href="#FUNCTIONS">Functions</a><ul class="subcontents">
+<li><a href="#cupsAddDest">cupsAddDest</a></li>
+<li><a href="#cupsAddDestMediaOptions">cupsAddDestMediaOptions</a></li>
+<li><a href="#cupsAddIntegerOption">cupsAddIntegerOption</a></li>
+<li><a href="#cupsAddOption">cupsAddOption</a></li>
+<li><a href="#cupsArrayAdd">cupsArrayAdd</a></li>
+<li><a href="#cupsArrayClear">cupsArrayClear</a></li>
+<li><a href="#cupsArrayCount">cupsArrayCount</a></li>
+<li><a href="#cupsArrayCurrent">cupsArrayCurrent</a></li>
+<li><a href="#cupsArrayDelete">cupsArrayDelete</a></li>
+<li><a href="#cupsArrayDup">cupsArrayDup</a></li>
+<li><a href="#cupsArrayFind">cupsArrayFind</a></li>
+<li><a href="#cupsArrayFirst">cupsArrayFirst</a></li>
+<li><a href="#cupsArrayGetIndex">cupsArrayGetIndex</a></li>
+<li><a href="#cupsArrayGetInsert">cupsArrayGetInsert</a></li>
+<li><a href="#cupsArrayIndex">cupsArrayIndex</a></li>
+<li><a href="#cupsArrayInsert">cupsArrayInsert</a></li>
+<li><a href="#cupsArrayLast">cupsArrayLast</a></li>
+<li><a href="#cupsArrayNew">cupsArrayNew</a></li>
+<li><a href="#cupsArrayNew2">cupsArrayNew2</a></li>
+<li><a href="#cupsArrayNew3">cupsArrayNew3</a></li>
+<li><a href="#cupsArrayNext">cupsArrayNext</a></li>
+<li><a href="#cupsArrayPrev">cupsArrayPrev</a></li>
+<li><a href="#cupsArrayRemove">cupsArrayRemove</a></li>
+<li><a href="#cupsArrayRestore">cupsArrayRestore</a></li>
+<li><a href="#cupsArraySave">cupsArraySave</a></li>
+<li><a href="#cupsArrayUserData">cupsArrayUserData</a></li>
+<li><a href="#cupsCancelDestJob">cupsCancelDestJob</a></li>
+<li><a href="#cupsCheckDestSupported">cupsCheckDestSupported</a></li>
+<li><a href="#cupsCloseDestJob">cupsCloseDestJob</a></li>
+<li><a href="#cupsConnectDest">cupsConnectDest</a></li>
+<li><a href="#cupsCopyDest">cupsCopyDest</a></li>
+<li><a href="#cupsCopyDestConflicts">cupsCopyDestConflicts</a></li>
+<li><a href="#cupsCopyDestInfo">cupsCopyDestInfo</a></li>
+<li><a href="#cupsCreateDestJob">cupsCreateDestJob</a></li>
+<li><a href="#cupsDirClose">cupsDirClose</a></li>
+<li><a href="#cupsDirOpen">cupsDirOpen</a></li>
+<li><a href="#cupsDirRead">cupsDirRead</a></li>
+<li><a href="#cupsDirRewind">cupsDirRewind</a></li>
+<li><a href="#cupsDoAuthentication">cupsDoAuthentication</a></li>
+<li><a href="#cupsEncodeOption">cupsEncodeOption</a></li>
+<li><a href="#cupsEncodeOptions">cupsEncodeOptions</a></li>
+<li><a href="#cupsEncodeOptions2">cupsEncodeOptions2</a></li>
+<li><a href="#cupsEncryption">cupsEncryption</a></li>
+<li><a href="#cupsEnumDests">cupsEnumDests</a></li>
+<li><a href="#cupsFileClose">cupsFileClose</a></li>
+<li><a href="#cupsFileCompression">cupsFileCompression</a></li>
+<li><a href="#cupsFileEOF">cupsFileEOF</a></li>
+<li><a href="#cupsFileFind">cupsFileFind</a></li>
+<li><a href="#cupsFileFlush">cupsFileFlush</a></li>
+<li><a href="#cupsFileGetChar">cupsFileGetChar</a></li>
+<li><a href="#cupsFileGetConf">cupsFileGetConf</a></li>
+<li><a href="#cupsFileGetLine">cupsFileGetLine</a></li>
+<li><a href="#cupsFileGets">cupsFileGets</a></li>
+<li><a href="#cupsFileLock">cupsFileLock</a></li>
+<li><a href="#cupsFileNumber">cupsFileNumber</a></li>
+<li><a href="#cupsFileOpen">cupsFileOpen</a></li>
+<li><a href="#cupsFileOpenFd">cupsFileOpenFd</a></li>
+<li><a href="#cupsFilePeekChar">cupsFilePeekChar</a></li>
+<li><a href="#cupsFilePrintf">cupsFilePrintf</a></li>
+<li><a href="#cupsFilePutChar">cupsFilePutChar</a></li>
+<li><a href="#cupsFilePutConf">cupsFilePutConf</a></li>
+<li><a href="#cupsFilePuts">cupsFilePuts</a></li>
+<li><a href="#cupsFileRead">cupsFileRead</a></li>
+<li><a href="#cupsFileRewind">cupsFileRewind</a></li>
+<li><a href="#cupsFileSeek">cupsFileSeek</a></li>
+<li><a href="#cupsFileStderr">cupsFileStderr</a></li>
+<li><a href="#cupsFileStdin">cupsFileStdin</a></li>
+<li><a href="#cupsFileStdout">cupsFileStdout</a></li>
+<li><a href="#cupsFileTell">cupsFileTell</a></li>
+<li><a href="#cupsFileUnlock">cupsFileUnlock</a></li>
+<li><a href="#cupsFileWrite">cupsFileWrite</a></li>
+<li><a href="#cupsFindDestDefault">cupsFindDestDefault</a></li>
+<li><a href="#cupsFindDestReady">cupsFindDestReady</a></li>
+<li><a href="#cupsFindDestSupported">cupsFindDestSupported</a></li>
+<li><a href="#cupsFinishDestDocument">cupsFinishDestDocument</a></li>
+<li><a href="#cupsFreeDestInfo">cupsFreeDestInfo</a></li>
+<li><a href="#cupsFreeDests">cupsFreeDests</a></li>
+<li><a href="#cupsFreeJobs">cupsFreeJobs</a></li>
+<li><a href="#cupsFreeOptions">cupsFreeOptions</a></li>
+<li><a href="#cupsGetDest">cupsGetDest</a></li>
+<li><a href="#cupsGetDestMediaByIndex">cupsGetDestMediaByIndex</a></li>
+<li><a href="#cupsGetDestMediaByName">cupsGetDestMediaByName</a></li>
+<li><a href="#cupsGetDestMediaBySize">cupsGetDestMediaBySize</a></li>
+<li><a href="#cupsGetDestMediaCount">cupsGetDestMediaCount</a></li>
+<li><a href="#cupsGetDestMediaDefault">cupsGetDestMediaDefault</a></li>
+<li><a href="#cupsGetDestWithURI">cupsGetDestWithURI</a></li>
+<li><a href="#cupsGetDests2">cupsGetDests2</a></li>
+<li><a href="#cupsGetIntegerOption">cupsGetIntegerOption</a></li>
+<li><a href="#cupsGetJobs2">cupsGetJobs2</a></li>
+<li><a href="#cupsGetNamedDest">cupsGetNamedDest</a></li>
+<li><a href="#cupsGetOption">cupsGetOption</a></li>
+<li><a href="#cupsGetPassword2">cupsGetPassword2</a></li>
+<li><a href="#cupsLocalizeDestMedia">cupsLocalizeDestMedia</a></li>
+<li><a href="#cupsLocalizeDestOption">cupsLocalizeDestOption</a></li>
+<li><a href="#cupsLocalizeDestValue">cupsLocalizeDestValue</a></li>
+<li><a href="#cupsMakeServerCredentials">cupsMakeServerCredentials</a></li>
+<li><a href="#cupsParseOptions">cupsParseOptions</a></li>
+<li><a href="#cupsRasterClose">cupsRasterClose</a></li>
+<li><a href="#cupsRasterErrorString">cupsRasterErrorString</a></li>
+<li><a href="#cupsRasterInitPWGHeader">cupsRasterInitPWGHeader</a></li>
+<li><a href="#cupsRasterOpen">cupsRasterOpen</a></li>
+<li><a href="#cupsRasterOpenIO">cupsRasterOpenIO</a></li>
+<li><a href="#cupsRasterReadHeader">cupsRasterReadHeader</a></li>
+<li><a href="#cupsRasterReadHeader2">cupsRasterReadHeader2</a></li>
+<li><a href="#cupsRasterReadPixels">cupsRasterReadPixels</a></li>
+<li><a href="#cupsRasterWriteHeader">cupsRasterWriteHeader</a></li>
+<li><a href="#cupsRasterWriteHeader2">cupsRasterWriteHeader2</a></li>
+<li><a href="#cupsRasterWritePixels">cupsRasterWritePixels</a></li>
+<li><a href="#cupsRemoveDest">cupsRemoveDest</a></li>
+<li><a href="#cupsRemoveOption">cupsRemoveOption</a></li>
+<li><a href="#cupsServer">cupsServer</a></li>
+<li><a href="#cupsSetClientCertCB">cupsSetClientCertCB</a></li>
+<li><a href="#cupsSetCredentials">cupsSetCredentials</a></li>
+<li><a href="#cupsSetDefaultDest">cupsSetDefaultDest</a></li>
+<li><a href="#cupsSetDests2">cupsSetDests2</a></li>
+<li><a href="#cupsSetEncryption">cupsSetEncryption</a></li>
+<li><a href="#cupsSetPasswordCB2">cupsSetPasswordCB2</a></li>
+<li><a href="#cupsSetServer">cupsSetServer</a></li>
+<li><a href="#cupsSetServerCertCB">cupsSetServerCertCB</a></li>
+<li><a href="#cupsSetServerCredentials">cupsSetServerCredentials</a></li>
+<li><a href="#cupsSetUser">cupsSetUser</a></li>
+<li><a href="#cupsSetUserAgent">cupsSetUserAgent</a></li>
+<li><a href="#cupsStartDestDocument">cupsStartDestDocument</a></li>
+<li><a href="#cupsUser">cupsUser</a></li>
+<li><a href="#cupsUserAgent">cupsUserAgent</a></li>
+<li><a href="#httpAcceptConnection">httpAcceptConnection</a></li>
+<li><a href="#httpAddCredential">httpAddCredential</a></li>
+<li><a href="#httpAddrAny">httpAddrAny</a></li>
+<li><a href="#httpAddrClose">httpAddrClose</a></li>
+<li><a href="#httpAddrConnect2">httpAddrConnect2</a></li>
+<li><a href="#httpAddrCopyList">httpAddrCopyList</a></li>
+<li><a href="#httpAddrEqual">httpAddrEqual</a></li>
+<li><a href="#httpAddrFamily">httpAddrFamily</a></li>
+<li><a href="#httpAddrFreeList">httpAddrFreeList</a></li>
+<li><a href="#httpAddrGetList">httpAddrGetList</a></li>
+<li><a href="#httpAddrLength">httpAddrLength</a></li>
+<li><a href="#httpAddrListen">httpAddrListen</a></li>
+<li><a href="#httpAddrLocalhost">httpAddrLocalhost</a></li>
+<li><a href="#httpAddrLookup">httpAddrLookup</a></li>
+<li><a href="#httpAddrPort">httpAddrPort</a></li>
+<li><a href="#httpAddrString">httpAddrString</a></li>
+<li><a href="#httpAssembleURI">httpAssembleURI</a></li>
+<li><a href="#httpAssembleURIf">httpAssembleURIf</a></li>
+<li><a href="#httpAssembleUUID">httpAssembleUUID</a></li>
+<li><a href="#httpBlocking">httpBlocking</a></li>
+<li><a href="#httpCheck">httpCheck</a></li>
+<li><a href="#httpClearCookie">httpClearCookie</a></li>
+<li><a href="#httpClearFields">httpClearFields</a></li>
+<li><a href="#httpClose">httpClose</a></li>
+<li><a href="#httpCompareCredentials">httpCompareCredentials</a></li>
+<li><a href="#httpConnect2">httpConnect2</a></li>
+<li><a href="#httpCopyCredentials">httpCopyCredentials</a></li>
+<li><a href="#httpCredentialsAreValidForName">httpCredentialsAreValidForName</a></li>
+<li><a href="#httpCredentialsGetExpiration">httpCredentialsGetExpiration</a></li>
+<li><a href="#httpCredentialsGetTrust">httpCredentialsGetTrust</a></li>
+<li><a href="#httpCredentialsString">httpCredentialsString</a></li>
+<li><a href="#httpDecode64_2">httpDecode64_2</a></li>
+<li><a href="#httpDelete">httpDelete</a></li>
+<li><a href="#httpEncode64_2">httpEncode64_2</a></li>
+<li><a href="#httpEncryption">httpEncryption</a></li>
+<li><a href="#httpError">httpError</a></li>
+<li><a href="#httpFieldValue">httpFieldValue</a></li>
+<li><a href="#httpFlush">httpFlush</a></li>
+<li><a href="#httpFlushWrite">httpFlushWrite</a></li>
+<li><a href="#httpFreeCredentials">httpFreeCredentials</a></li>
+<li><a href="#httpGet">httpGet</a></li>
+<li><a href="#httpGetActivity">httpGetActivity</a></li>
+<li><a href="#httpGetAddress">httpGetAddress</a></li>
+<li><a href="#httpGetAuthString">httpGetAuthString</a></li>
+<li><a href="#httpGetBlocking">httpGetBlocking</a></li>
+<li><a href="#httpGetContentEncoding">httpGetContentEncoding</a></li>
+<li><a href="#httpGetCookie">httpGetCookie</a></li>
+<li><a href="#httpGetDateString2">httpGetDateString2</a></li>
+<li><a href="#httpGetDateTime">httpGetDateTime</a></li>
+<li><a href="#httpGetEncryption">httpGetEncryption</a></li>
+<li><a href="#httpGetExpect">httpGetExpect</a></li>
+<li><a href="#httpGetFd">httpGetFd</a></li>
+<li><a href="#httpGetField">httpGetField</a></li>
+<li><a href="#httpGetHostname">httpGetHostname</a></li>
+<li><a href="#httpGetKeepAlive">httpGetKeepAlive</a></li>
+<li><a href="#httpGetLength2">httpGetLength2</a></li>
+<li><a href="#httpGetPending">httpGetPending</a></li>
+<li><a href="#httpGetReady">httpGetReady</a></li>
+<li><a href="#httpGetRemaining">httpGetRemaining</a></li>
+<li><a href="#httpGetState">httpGetState</a></li>
+<li><a href="#httpGetStatus">httpGetStatus</a></li>
+<li><a href="#httpGetSubField2">httpGetSubField2</a></li>
+<li><a href="#httpGetVersion">httpGetVersion</a></li>
+<li><a href="#httpGets">httpGets</a></li>
+<li><a href="#httpHead">httpHead</a></li>
+<li><a href="#httpInitialize">httpInitialize</a></li>
+<li><a href="#httpIsChunked">httpIsChunked</a></li>
+<li><a href="#httpIsEncrypted">httpIsEncrypted</a></li>
+<li><a href="#httpLoadCredentials">httpLoadCredentials</a></li>
+<li><a href="#httpOptions">httpOptions</a></li>
+<li><a href="#httpPeek">httpPeek</a></li>
+<li><a href="#httpPost">httpPost</a></li>
+<li><a href="#httpPut">httpPut</a></li>
+<li><a href="#httpRead2">httpRead2</a></li>
+<li><a href="#httpReadRequest">httpReadRequest</a></li>
+<li><a href="#httpReconnect2">httpReconnect2</a></li>
+<li><a href="#httpResolveHostname">httpResolveHostname</a></li>
+<li><a href="#httpSaveCredentials">httpSaveCredentials</a></li>
+<li><a href="#httpSeparateURI">httpSeparateURI</a></li>
+<li><a href="#httpSetAuthString">httpSetAuthString</a></li>
+<li><a href="#httpSetCookie">httpSetCookie</a></li>
+<li><a href="#httpSetCredentials">httpSetCredentials</a></li>
+<li><a href="#httpSetDefaultField">httpSetDefaultField</a></li>
+<li><a href="#httpSetExpect">httpSetExpect</a></li>
+<li><a href="#httpSetField">httpSetField</a></li>
+<li><a href="#httpSetKeepAlive">httpSetKeepAlive</a></li>
+<li><a href="#httpSetLength">httpSetLength</a></li>
+<li><a href="#httpSetTimeout">httpSetTimeout</a></li>
+<li><a href="#httpShutdown">httpShutdown</a></li>
+<li><a href="#httpStateString">httpStateString</a></li>
+<li><a href="#httpStatus">httpStatus</a></li>
+<li><a href="#httpURIStatusString">httpURIStatusString</a></li>
+<li><a href="#httpUpdate">httpUpdate</a></li>
+<li><a href="#httpWait">httpWait</a></li>
+<li><a href="#httpWrite2">httpWrite2</a></li>
+<li><a href="#httpWriteResponse">httpWriteResponse</a></li>
+<li><a href="#ippAddBoolean">ippAddBoolean</a></li>
+<li><a href="#ippAddBooleans">ippAddBooleans</a></li>
+<li><a href="#ippAddCollection">ippAddCollection</a></li>
+<li><a href="#ippAddCollections">ippAddCollections</a></li>
+<li><a href="#ippAddDate">ippAddDate</a></li>
+<li><a href="#ippAddInteger">ippAddInteger</a></li>
+<li><a href="#ippAddIntegers">ippAddIntegers</a></li>
+<li><a href="#ippAddOctetString">ippAddOctetString</a></li>
+<li><a href="#ippAddOutOfBand">ippAddOutOfBand</a></li>
+<li><a href="#ippAddRange">ippAddRange</a></li>
+<li><a href="#ippAddRanges">ippAddRanges</a></li>
+<li><a href="#ippAddResolution">ippAddResolution</a></li>
+<li><a href="#ippAddResolutions">ippAddResolutions</a></li>
+<li><a href="#ippAddSeparator">ippAddSeparator</a></li>
+<li><a href="#ippAddString">ippAddString</a></li>
+<li><a href="#ippAddStringf">ippAddStringf</a></li>
+<li><a href="#ippAddStringfv">ippAddStringfv</a></li>
+<li><a href="#ippAddStrings">ippAddStrings</a></li>
+<li><a href="#ippAttributeString">ippAttributeString</a></li>
+<li><a href="#ippContainsInteger">ippContainsInteger</a></li>
+<li><a href="#ippContainsString">ippContainsString</a></li>
+<li><a href="#ippCopyAttribute">ippCopyAttribute</a></li>
+<li><a href="#ippCopyAttributes">ippCopyAttributes</a></li>
+<li><a href="#ippCreateRequestedArray">ippCreateRequestedArray</a></li>
+<li><a href="#ippDateToTime">ippDateToTime</a></li>
+<li><a href="#ippDelete">ippDelete</a></li>
+<li><a href="#ippDeleteAttribute">ippDeleteAttribute</a></li>
+<li><a href="#ippDeleteValues">ippDeleteValues</a></li>
+<li><a href="#ippEnumString">ippEnumString</a></li>
+<li><a href="#ippEnumValue">ippEnumValue</a></li>
+<li><a href="#ippErrorString">ippErrorString</a></li>
+<li><a href="#ippErrorValue">ippErrorValue</a></li>
+<li><a href="#ippFindAttribute">ippFindAttribute</a></li>
+<li><a href="#ippFindNextAttribute">ippFindNextAttribute</a></li>
+<li><a href="#ippFirstAttribute">ippFirstAttribute</a></li>
+<li><a href="#ippGetBoolean">ippGetBoolean</a></li>
+<li><a href="#ippGetCollection">ippGetCollection</a></li>
+<li><a href="#ippGetCount">ippGetCount</a></li>
+<li><a href="#ippGetDate">ippGetDate</a></li>
+<li><a href="#ippGetGroupTag">ippGetGroupTag</a></li>
+<li><a href="#ippGetInteger">ippGetInteger</a></li>
+<li><a href="#ippGetName">ippGetName</a></li>
+<li><a href="#ippGetOctetString">ippGetOctetString</a></li>
+<li><a href="#ippGetOperation">ippGetOperation</a></li>
+<li><a href="#ippGetRange">ippGetRange</a></li>
+<li><a href="#ippGetRequestId">ippGetRequestId</a></li>
+<li><a href="#ippGetResolution">ippGetResolution</a></li>
+<li><a href="#ippGetState">ippGetState</a></li>
+<li><a href="#ippGetStatusCode">ippGetStatusCode</a></li>
+<li><a href="#ippGetString">ippGetString</a></li>
+<li><a href="#ippGetValueTag">ippGetValueTag</a></li>
+<li><a href="#ippGetVersion">ippGetVersion</a></li>
+<li><a href="#ippLength">ippLength</a></li>
+<li><a href="#ippNew">ippNew</a></li>
+<li><a href="#ippNewRequest">ippNewRequest</a></li>
+<li><a href="#ippNewResponse">ippNewResponse</a></li>
+<li><a href="#ippNextAttribute">ippNextAttribute</a></li>
+<li><a href="#ippOpString">ippOpString</a></li>
+<li><a href="#ippOpValue">ippOpValue</a></li>
+<li><a href="#ippPort">ippPort</a></li>
+<li><a href="#ippRead">ippRead</a></li>
+<li><a href="#ippReadFile">ippReadFile</a></li>
+<li><a href="#ippReadIO">ippReadIO</a></li>
+<li><a href="#ippSetBoolean">ippSetBoolean</a></li>
+<li><a href="#ippSetCollection">ippSetCollection</a></li>
+<li><a href="#ippSetDate">ippSetDate</a></li>
+<li><a href="#ippSetGroupTag">ippSetGroupTag</a></li>
+<li><a href="#ippSetInteger">ippSetInteger</a></li>
+<li><a href="#ippSetName">ippSetName</a></li>
+<li><a href="#ippSetOctetString">ippSetOctetString</a></li>
+<li><a href="#ippSetOperation">ippSetOperation</a></li>
+<li><a href="#ippSetPort">ippSetPort</a></li>
+<li><a href="#ippSetRange">ippSetRange</a></li>
+<li><a href="#ippSetRequestId">ippSetRequestId</a></li>
+<li><a href="#ippSetResolution">ippSetResolution</a></li>
+<li><a href="#ippSetState">ippSetState</a></li>
+<li><a href="#ippSetStatusCode">ippSetStatusCode</a></li>
+<li><a href="#ippSetString">ippSetString</a></li>
+<li><a href="#ippSetStringf">ippSetStringf</a></li>
+<li><a href="#ippSetStringfv">ippSetStringfv</a></li>
+<li><a href="#ippSetValueTag">ippSetValueTag</a></li>
+<li><a href="#ippSetVersion">ippSetVersion</a></li>
+<li><a href="#ippStateString">ippStateString</a></li>
+<li><a href="#ippTagString">ippTagString</a></li>
+<li><a href="#ippTagValue">ippTagValue</a></li>
+<li><a href="#ippTimeToDate">ippTimeToDate</a></li>
+<li><a href="#ippValidateAttribute">ippValidateAttribute</a></li>
+<li><a href="#ippValidateAttributes">ippValidateAttributes</a></li>
+<li><a href="#ippWrite">ippWrite</a></li>
+<li><a href="#ippWriteFile">ippWriteFile</a></li>
+<li><a href="#ippWriteIO">ippWriteIO</a></li>
+</ul></li>
+<li><a href="#TYPES">Data Types</a><ul class="subcontents">
+<li><a href="#cups_acopy_func_t">cups_acopy_func_t</a></li>
+<li><a href="#cups_adv_t">cups_adv_t</a></li>
+<li><a href="#cups_afree_func_t">cups_afree_func_t</a></li>
+<li><a href="#cups_ahash_func_t">cups_ahash_func_t</a></li>
+<li><a href="#cups_array_func_t">cups_array_func_t</a></li>
+<li><a href="#cups_array_t">cups_array_t</a></li>
+<li><a href="#cups_bool_t">cups_bool_t</a></li>
+<li><a href="#cups_client_cert_cb_t">cups_client_cert_cb_t</a></li>
+<li><a href="#cups_cspace_t">cups_cspace_t</a></li>
+<li><a href="#cups_cut_t">cups_cut_t</a></li>
+<li><a href="#cups_dentry_t">cups_dentry_t</a></li>
+<li><a href="#cups_dest_cb_t">cups_dest_cb_t</a></li>
+<li><a href="#cups_dest_t">cups_dest_t</a></li>
+<li><a href="#cups_dinfo_t">cups_dinfo_t</a></li>
+<li><a href="#cups_dir_t">cups_dir_t</a></li>
+<li><a href="#cups_edge_t">cups_edge_t</a></li>
+<li><a href="#cups_file_t">cups_file_t</a></li>
+<li><a href="#cups_job_t">cups_job_t</a></li>
+<li><a href="#cups_jog_t">cups_jog_t</a></li>
+<li><a href="#cups_mode_t">cups_mode_t</a></li>
+<li><a href="#cups_option_t">cups_option_t</a></li>
+<li><a href="#cups_order_t">cups_order_t</a></li>
+<li><a href="#cups_orient_t">cups_orient_t</a></li>
+<li><a href="#cups_page_header2_t">cups_page_header2_t</a></li>
+<li><a href="#cups_page_header_t">cups_page_header_t</a></li>
+<li><a href="#cups_password_cb2_t">cups_password_cb2_t</a></li>
+<li><a href="#cups_ptype_t">cups_ptype_t</a></li>
+<li><a href="#cups_raster_iocb_t">cups_raster_iocb_t</a></li>
+<li><a href="#cups_raster_t">cups_raster_t</a></li>
+<li><a href="#cups_server_cert_cb_t">cups_server_cert_cb_t</a></li>
+<li><a href="#cups_size_t">cups_size_t</a></li>
+<li><a href="#http_addr_t">http_addr_t</a></li>
+<li><a href="#http_encoding_t">http_encoding_t</a></li>
+<li><a href="#http_encryption_t">http_encryption_t</a></li>
+<li><a href="#http_field_t">http_field_t</a></li>
+<li><a href="#http_keepalive_t">http_keepalive_t</a></li>
+<li><a href="#http_state_t">http_state_t</a></li>
+<li><a href="#http_t">http_t</a></li>
+<li><a href="#http_timeout_cb_t">http_timeout_cb_t</a></li>
+<li><a href="#http_trust_t">http_trust_t</a></li>
+<li><a href="#http_uri_coding_t">http_uri_coding_t</a></li>
+<li><a href="#http_uri_status_t">http_uri_status_t</a></li>
+<li><a href="#ipp_attribute_t">ipp_attribute_t</a></li>
+<li><a href="#ipp_copycb_t">ipp_copycb_t</a></li>
+<li><a href="#ipp_iocb_t">ipp_iocb_t</a></li>
+<li><a href="#ipp_orient_t">ipp_orient_t</a></li>
+<li><a href="#ipp_pstate_t">ipp_pstate_t</a></li>
+<li><a href="#ipp_quality_t">ipp_quality_t</a></li>
+<li><a href="#ipp_res_t">ipp_res_t</a></li>
+<li><a href="#ipp_rstate_t">ipp_rstate_t</a></li>
+<li><a href="#ipp_sstate_t">ipp_sstate_t</a></li>
+<li><a href="#ipp_state_t">ipp_state_t</a></li>
+<li><a href="#ipp_t">ipp_t</a></li>
+<li><a href="#pwg_media_t">pwg_media_t</a></li>
+</ul></li>
+<li><a href="#STRUCTURES">Structures</a><ul class="subcontents">
+<li><a href="#cups_dentry_s">cups_dentry_s</a></li>
+<li><a href="#cups_dest_s">cups_dest_s</a></li>
+<li><a href="#cups_job_s">cups_job_s</a></li>
+<li><a href="#cups_option_s">cups_option_s</a></li>
+<li><a href="#cups_page_header2_s">cups_page_header2_s</a></li>
+<li><a href="#cups_page_header_s">cups_page_header_s</a></li>
+<li><a href="#cups_size_s">cups_size_s</a></li>
+<li><a href="#pwg_media_s">pwg_media_s</a></li>
+</ul></li>
+<li><a href="#ENUMERATIONS">Enumerations</a><ul class="subcontents">
+<li><a href="#cups_adv_e">cups_adv_e</a></li>
+<li><a href="#cups_bool_e">cups_bool_e</a></li>
+<li><a href="#cups_cspace_e">cups_cspace_e</a></li>
+<li><a href="#cups_cut_e">cups_cut_e</a></li>
+<li><a href="#cups_edge_e">cups_edge_e</a></li>
+<li><a href="#cups_jog_e">cups_jog_e</a></li>
+<li><a href="#cups_mode_e">cups_mode_e</a></li>
+<li><a href="#cups_order_e">cups_order_e</a></li>
+<li><a href="#cups_orient_e">cups_orient_e</a></li>
+<li><a href="#cups_ptype_e">cups_ptype_e</a></li>
+<li><a href="#http_encoding_e">http_encoding_e</a></li>
+<li><a href="#http_encryption_e">http_encryption_e</a></li>
+<li><a href="#http_field_e">http_field_e</a></li>
+<li><a href="#http_keepalive_e">http_keepalive_e</a></li>
+<li><a href="#http_state_e">http_state_e</a></li>
+<li><a href="#http_status_e">http_status_e</a></li>
+<li><a href="#http_trust_e">http_trust_e</a></li>
+<li><a href="#http_uri_coding_e">http_uri_coding_e</a></li>
+<li><a href="#http_uri_status_e">http_uri_status_e</a></li>
+<li><a href="#ipp_finishings_e">ipp_finishings_e</a></li>
+<li><a href="#ipp_jstate_e">ipp_jstate_e</a></li>
+<li><a href="#ipp_op_e">ipp_op_e</a></li>
+<li><a href="#ipp_orient_e">ipp_orient_e</a></li>
+<li><a href="#ipp_pstate_e">ipp_pstate_e</a></li>
+<li><a href="#ipp_quality_e">ipp_quality_e</a></li>
+<li><a href="#ipp_res_e">ipp_res_e</a></li>
+<li><a href="#ipp_rstate_e">ipp_rstate_e</a></li>
+<li><a href="#ipp_sstate_e">ipp_sstate_e</a></li>
+<li><a href="#ipp_state_e">ipp_state_e</a></li>
+<li><a href="#ipp_status_e">ipp_status_e</a></li>
+<li><a href="#ipp_tag_e">ipp_tag_e</a></li>
+</ul></li>
+</ul>
+</div>
+<div class="body">
+<blockquote>
+<p>Please <a href="https://github.com/openprinting/cups/issues">file issues on Github</a> to provide feedback on this document.</p>
 </blockquote>
-    <h2><a id="introduction">Introduction</a></h2>
-    <p>CUPS provides the &quot;cups&quot; library to talk to the different parts of CUPS and with Internet Printing Protocol (IPP) printers. The &quot;cups&quot; library functions are accessed by including the <code>&lt;cups/cups.h&gt;</code> header.</p>
-    <p>CUPS is based on the Internet Printing Protocol (&quot;IPP&quot;), which allows clients (applications) to communicate with a server (the scheduler, printers, etc.) to get a list of destinations, send print jobs, and so forth. You identify which server you want to communicate with using a pointer to the opaque structure <code>http_t</code>. The <code>CUPS_HTTP_DEFAULT</code> constant can be used when you want to talk to the CUPS scheduler.</p>
-    <h3><a id="guidelines">Guidelines</a></h3>
-    <p>When writing software (other than printer drivers) that uses the &quot;cups&quot; library:</p>
-    <ul>
-    <li>Do not use undocumented or deprecated APIs,</li>
-    <li>Do not rely on pre-configured printers,</li>
-    <li>Do not assume that printers support specific features or formats, and</li>
-    <li>Do not rely on implementation details (PPDs, etc.)</li>
+<h2 class="title" id="introduction">Introduction</h2>
+<p>CUPS provides the &quot;cups&quot; library to talk to the different parts of CUPS and with Internet Printing Protocol (IPP) printers. The &quot;cups&quot; library functions are accessed by including the <code>&lt;cups/cups.h&gt;</code> header.</p>
+<p>CUPS is based on the Internet Printing Protocol (&quot;IPP&quot;), which allows clients (applications) to communicate with a server (the scheduler, printers, etc.) to get a list of destinations, send print jobs, and so forth. You identify which server you want to communicate with using a pointer to the opaque structure <code>http_t</code>. The <code>CUPS_HTTP_DEFAULT</code> constant can be used when you want to talk to the CUPS scheduler.</p>
+<h3 class="title" id="guidelines">Guidelines</h3>
+<p>When writing software (other than printer drivers) that uses the &quot;cups&quot; library:</p>
+<ul>
+<li><p>Do not use undocumented or deprecated APIs,</p>
+</li>
+<li><p>Do not rely on pre-configured printers,</p>
+</li>
+<li><p>Do not assume that printers support specific features or formats, and</p>
+</li>
+<li><p>Do not rely on implementation details (PPDs, etc.)</p>
+</li>
 </ul>
-    <p>CUPS is designed to insulate users and developers from the implementation details of printers and file formats. The goal is to allow an application to supply a print file in a standard format with the user intent (&quot;print four copies, two-sided on A4 media, and staple each copy&quot;) and have the printing system manage the printer communication and format conversion needed.</p>
-    <p>Similarly, printer and job management applications can use standard query operations to obtain the status information in a common, generic form and use standard management operations to control the state of those printers and jobs.</p>
-    <blockquote>
-    <p><strong>Note:</strong></p>
-    <p>CUPS printer drivers necessarily depend on specific file formats and certain implementation details of the CUPS software. Please consult the Postscript and raster printer driver developer documentation on <a href="https://www.cups.org/documentation.html">CUPS.org</a> for more information.</p>
+<p>CUPS is designed to insulate users and developers from the implementation details of printers and file formats. The goal is to allow an application to supply a print file in a standard format with the user intent (&quot;print four copies, two-sided on A4 media, and staple each copy&quot;) and have the printing system manage the printer communication and format conversion needed.</p>
+<p>Similarly, printer and job management applications can use standard query operations to obtain the status information in a common, generic form and use standard management operations to control the state of those printers and jobs.</p>
+<blockquote>
+<p><strong>Note:</strong></p>
+<p>CUPS printer drivers necessarily depend on specific file formats and certain implementation details of the CUPS software. Please consult the Postscript and raster printer driver developer documentation on the <a href="https://openprinting.github.io/cups">OpenPrinting CUPS web site</a> for more information.</p>
 </blockquote>
-    <h3><a id="terms-used-in-this-document">Terms Used in This Document</a></h3>
-    <p>A <em>Destination</em> is a printer or print queue that accepts print jobs. A <em>Print</em> <em>Job</em> is a collection of one or more documents that are processed by a destination using options supplied when creating the job. A <em>Document</em> is a file (JPEG image, PDF file, etc.) suitable for printing. An <em>Option</em> controls some aspect of printing, such as the media used. <em>Media</em> is the sheets or roll that is printed on. An <em>Attribute</em> is an option encoded for an Internet Printing Protocol (IPP) request.</p>
-    <h3><a id="compiling-programs-that-use-the-cups-api">Compiling Programs That Use the CUPS API</a></h3>
-    <p>The CUPS libraries can be used from any C, C++, or Objective C program. The method of compiling against the libraries varies depending on the operating system and installation of CUPS. The following sections show how to compile a simple program (shown below) in two common environments.</p>
-    <p>The following simple program lists the available destinations:</p>
-    <pre><code>#include &lt;stdio.h&gt;
+<h3 class="title" id="terms-used-in-this-document">Terms Used in This Document</h3>
+<p>A <em>Destination</em> is a printer or print queue that accepts print jobs. A <em>Print Job</em> is a collection of one or more documents that are processed by a destination using options supplied when creating the job. A <em>Document</em> is a file (JPEG image, PDF file, etc.) suitable for printing. An <em>Option</em> controls some aspect of printing, such as the media used. <em>Media</em> is the sheets or roll that is printed on. An <em>Attribute</em> is an option encoded for an Internet Printing Protocol (IPP) request.</p>
+<h3 class="title" id="compiling-programs-that-use-the-cups-api">Compiling Programs That Use the CUPS API</h3>
+<p>The CUPS libraries can be used from any C, C++, or Objective C program. The method of compiling against the libraries varies depending on the operating system and installation of CUPS. The following sections show how to compile a simple program (shown below) in two common environments.</p>
+<p>The following simple program lists the available destinations:</p>
+<pre><code>#include &lt;stdio.h&gt;
 #include &lt;cups/cups.h&gt;
 
 int print_dest(void *user_data, unsigned flags, cups_dest_t *dest)
@@ -558,68 +736,89 @@ int main(void)
   return (0);
 }
 </code></pre>
-    <h4><a id="compiling-with-xcode">Compiling with Xcode</a></h4>
-    <p>In Xcode, choose <em>New</em> <em>Project...</em> from the <em>File</em> menu (or press SHIFT+CMD+N), then select the <em>Command</em> <em>Line</em> <em>Tool</em> under the macOS Application project type. Click <em>Next</em> and enter a name for the project, for example &quot;firstcups&quot;. Click <em>Next</em> and choose a project directory. The click <em>Next</em> to create the project.</p>
-    <p>In the project window, click on the <em>Build</em> <em>Phases</em> group and expand the <em>Link</em> <em>Binary</em> <em>with</em> <em>Libraries</em> section. Click <em>+</em>, type &quot;libcups&quot; to show the library, and then double-click on <code>libcups.tbd</code>.</p>
-    <p>Finally, click on the <code>main.c</code> file in the sidebar and copy the example program to the file. Build and run (CMD+R) to see the list of destinations.</p>
-    <h4><a id="compiling-with-gcc">Compiling with GCC</a></h4>
-    <p>From the command-line, create a file called <code>simple.c</code> using your favorite editor, copy the example to this file, and save. Then run the following command to compile it with GCC and run it:</p>
-    <pre><code>gcc -o simple `cups-config --cflags` simple.c `cups-config --libs`
+<h4 id="compiling-with-xcode">Compiling with Xcode</h4>
+<p>In Xcode, choose <em>New Project...</em> from the <em>File</em> menu (or press SHIFT+CMD+N), then select the <em>Command Line Tool</em> under the macOS Application project type. Click <em>Next</em> and enter a name for the project, for example &quot;firstcups&quot;. Click <em>Next</em> and choose a project directory. The click <em>Next</em> to create the project.</p>
+<p>In the project window, click on the <em>Build Phases</em> group and expand the <em>Link Binary with Libraries</em> section. Click <em>+</em>, type &quot;libcups&quot; to show the library, and then double-click on <code>libcups.tbd</code>.</p>
+<p>Finally, click on the <code>main.c</code> file in the sidebar and copy the example program to the file. Build and run (CMD+R) to see the list of destinations.</p>
+<h4 id="compiling-with-gcc">Compiling with GCC</h4>
+<p>From the command-line, create a file called <code>simple.c</code> using your favorite editor, copy the example to this file, and save. Then run the following command to compile it with GCC and run it:</p>
+<pre><code>gcc -o simple `cups-config --cflags` simple.c `cups-config --libs`
 ./simple
 </code></pre>
-    <p>The <code>cups-config</code> command provides the compiler flags (<code>cups-config --cflags</code>) and libraries (<code>cups-config --libs</code>) needed for the local system.</p>
-    <h2><a id="working-with-destinations">Working with Destinations</a></h2>
-    <p>Destinations, which in CUPS represent individual printers or classes (collections or pools) of printers, are represented by the <code>cups_dest_t</code> structure which includes the name (<code>name</code>), instance (<code>instance</code>, saved options/settings), whether the destination is the default for the user (<code>is_default</code>), and the options and basic information associated with that destination (<code>num_options</code> and <code>options</code>).</p>
-    <p>Historically destinations have been manually maintained by the administrator of a system or network, but CUPS also supports dynamic discovery of destinations on the current network.</p>
-    <h3><a id="finding-available-destinations">Finding Available Destinations</a></h3>
-    <p>The <code>cupsEnumDests</code> function finds all of the available destinations:</p>
-    <pre><code> int
+<p>The <code>cups-config</code> command provides the compiler flags (<code>cups-config --cflags</code>) and libraries (<code>cups-config --libs</code>) needed for the local system.</p>
+<h2 class="title" id="working-with-destinations">Working with Destinations</h2>
+<p>Destinations, which in CUPS represent individual printers or classes (collections or pools) of printers, are represented by the <code>cups_dest_t</code> structure which includes the name (<code>name</code>), instance (<code>instance</code>, saved options/settings), whether the destination is the default for the user (<code>is_default</code>), and the options and basic information associated with that destination (<code>num_options</code> and <code>options</code>).</p>
+<p>Historically destinations have been manually maintained by the administrator of a system or network, but CUPS also supports dynamic discovery of destinations on the current network.</p>
+<h3 class="title" id="finding-available-destinations">Finding Available Destinations</h3>
+<p>The <code>cupsEnumDests</code> function finds all of the available destinations:</p>
+<pre><code> int
  cupsEnumDests(unsigned flags, int msec, int *cancel,
                cups_ptype_t type, cups_ptype_t mask,
                cups_dest_cb_t cb, void *user_data)
 </code></pre>
-    <p>The <code>flags</code> argument specifies enumeration options, which at present must be <code>CUPS_DEST_FLAGS_NONE</code>.</p>
-    <p>The <code>msec</code> argument specifies the maximum amount of time that should be used for enumeration in milliseconds - interactive applications should keep this value to 5000 or less when run on the main thread.</p>
-    <p>The <code>cancel</code> argument points to an integer variable that, when set to a non-zero value, will cause enumeration to stop as soon as possible. It can be <code>NULL</code> if not needed.</p>
-    <p>The <code>type</code> and <code>mask</code> arguments are bitfields that allow the caller to filter the destinations based on categories and/or capabilities. The destination's &quot;printer-type&quot; value is masked by the <code>mask</code> value and compared to the <code>type</code> value when filtering. For example, to only enumerate destinations that are hosted on the local system, pass <code>CUPS_PRINTER_LOCAL</code> for the <code>type</code> argument and <code>CUPS_PRINTER_DISCOVERED</code> for the <code>mask</code> argument. The following constants can be used for filtering:</p>
-    <ul>
-    <li><code>CUPS_PRINTER_CLASS</code>: A collection of destinations.</li>
-    <li><code>CUPS_PRINTER_FAX</code>: A facsimile device.</li>
-    <li><code>CUPS_PRINTER_LOCAL</code>: A local printer or class. This constant has the value 0 (no bits set) and is only used for the <code>type</code> argument and is paired with the <code>CUPS_PRINTER_REMOTE</code> or <code>CUPS_PRINTER_DISCOVERED</code> constant passed in the <code>mask</code> argument.</li>
-    <li><code>CUPS_PRINTER_REMOTE</code>: A remote (shared) printer or class.</li>
-    <li><code>CUPS_PRINTER_DISCOVERED</code>: An available network printer or class.</li>
-    <li><code>CUPS_PRINTER_BW</code>: Can do B&amp;W printing.</li>
-    <li><code>CUPS_PRINTER_COLOR</code>: Can do color printing.</li>
-    <li><code>CUPS_PRINTER_DUPLEX</code>: Can do two-sided printing.</li>
-    <li><code>CUPS_PRINTER_STAPLE</code>: Can staple output.</li>
-    <li><code>CUPS_PRINTER_COLLATE</code>: Can quickly collate copies.</li>
-    <li><code>CUPS_PRINTER_PUNCH</code>: Can punch output.</li>
-    <li><code>CUPS_PRINTER_COVER</code>: Can cover output.</li>
-    <li><code>CUPS_PRINTER_BIND</code>: Can bind output.</li>
-    <li><code>CUPS_PRINTER_SORT</code>: Can sort output (mailboxes, etc.)</li>
-    <li><code>CUPS_PRINTER_SMALL</code>: Can print on Letter/Legal/A4-size media.</li>
-    <li><code>CUPS_PRINTER_MEDIUM</code>: Can print on Tabloid/B/C/A3/A2-size media.</li>
-    <li><code>CUPS_PRINTER_LARGE</code>: Can print on D/E/A1/A0-size media.</li>
-    <li><code>CUPS_PRINTER_VARIABLE</code>: Can print on rolls and custom-size media.</li>
+<p>The <code>flags</code> argument specifies enumeration options, which at present must be <code>CUPS_DEST_FLAGS_NONE</code>.</p>
+<p>The <code>msec</code> argument specifies the maximum amount of time that should be used for enumeration in milliseconds - interactive applications should keep this value to 5000 or less when run on the main thread.</p>
+<p>The <code>cancel</code> argument points to an integer variable that, when set to a non-zero value, will cause enumeration to stop as soon as possible. It can be <code>NULL</code> if not needed.</p>
+<p>The <code>type</code> and <code>mask</code> arguments are bitfields that allow the caller to filter the destinations based on categories and/or capabilities. The destination's &quot;printer-type&quot; value is masked by the <code>mask</code> value and compared to the <code>type</code> value when filtering. For example, to only enumerate destinations that are hosted on the local system, pass <code>CUPS_PRINTER_LOCAL</code> for the <code>type</code> argument and <code>CUPS_PRINTER_DISCOVERED</code> for the <code>mask</code> argument. The following constants can be used for filtering:</p>
+<ul>
+<li><p><code>CUPS_PRINTER_CLASS</code>: A collection of destinations.</p>
+</li>
+<li><p><code>CUPS_PRINTER_FAX</code>: A facsimile device.</p>
+</li>
+<li><p><code>CUPS_PRINTER_LOCAL</code>: A local printer or class. This constant has the value 0 (no bits set) and is only used for the <code>type</code> argument and is paired with the <code>CUPS_PRINTER_REMOTE</code> or <code>CUPS_PRINTER_DISCOVERED</code> constant passed in the <code>mask</code> argument.</p>
+</li>
+<li><p><code>CUPS_PRINTER_REMOTE</code>: A remote (shared) printer or class.</p>
+</li>
+<li><p><code>CUPS_PRINTER_DISCOVERED</code>: An available network printer or class.</p>
+</li>
+<li><p><code>CUPS_PRINTER_BW</code>: Can do B&amp;W printing.</p>
+</li>
+<li><p><code>CUPS_PRINTER_COLOR</code>: Can do color printing.</p>
+</li>
+<li><p><code>CUPS_PRINTER_DUPLEX</code>: Can do two-sided printing.</p>
+</li>
+<li><p><code>CUPS_PRINTER_STAPLE</code>: Can staple output.</p>
+</li>
+<li><p><code>CUPS_PRINTER_COLLATE</code>: Can quickly collate copies.</p>
+</li>
+<li><p><code>CUPS_PRINTER_PUNCH</code>: Can punch output.</p>
+</li>
+<li><p><code>CUPS_PRINTER_COVER</code>: Can cover output.</p>
+</li>
+<li><p><code>CUPS_PRINTER_BIND</code>: Can bind output.</p>
+</li>
+<li><p><code>CUPS_PRINTER_SORT</code>: Can sort output (mailboxes, etc.)</p>
+</li>
+<li><p><code>CUPS_PRINTER_SMALL</code>: Can print on Letter/Legal/A4-size media.</p>
+</li>
+<li><p><code>CUPS_PRINTER_MEDIUM</code>: Can print on Tabloid/B/C/A3/A2-size media.</p>
+</li>
+<li><p><code>CUPS_PRINTER_LARGE</code>: Can print on D/E/A1/A0-size media.</p>
+</li>
+<li><p><code>CUPS_PRINTER_VARIABLE</code>: Can print on rolls and custom-size media.</p>
+</li>
 </ul>
-    <p>The <code>cb</code> argument specifies a function to call for every destination that is found:</p>
-    <pre><code>typedef int (*cups_dest_cb_t)(void *user_data,
+<p>The <code>cb</code> argument specifies a function to call for every destination that is found:</p>
+<pre><code>typedef int (*cups_dest_cb_t)(void *user_data,
                               unsigned flags,
                               cups_dest_t *dest);
 </code></pre>
-    <p>The callback function receives a copy of the <code>user_data</code> argument along with a bitfield (<code>flags</code>) and the destination that was found. The <code>flags</code> argument can have any of the following constant (bit) values set:</p>
-    <ul>
-    <li><code>CUPS_DEST_FLAGS_MORE</code>: There are more destinations coming.</li>
-    <li><code>CUPS_DEST_FLAGS_REMOVED</code>: The destination has gone away and should be removed from the list of destinations a user can select.</li>
-    <li><code>CUPS_DEST_FLAGS_ERROR</code>: An error occurred. The reason for the error can be found by calling the <code>cupsLastError</code> and/or <code>cupsLastErrorString</code> functions.</li>
+<p>The callback function receives a copy of the <code>user_data</code> argument along with a bitfield (<code>flags</code>) and the destination that was found. The <code>flags</code> argument can have any of the following constant (bit) values set:</p>
+<ul>
+<li><p><code>CUPS_DEST_FLAGS_MORE</code>: There are more destinations coming.</p>
+</li>
+<li><p><code>CUPS_DEST_FLAGS_REMOVED</code>: The destination has gone away and should be removed from the list of destinations a user can select.</p>
+</li>
+<li><p><code>CUPS_DEST_FLAGS_ERROR</code>: An error occurred. The reason for the error can be found by calling the <code>cupsLastError</code> and/or <code>cupsLastErrorString</code> functions.</p>
+</li>
 </ul>
-    <p>The callback function returns 0 to stop enumeration or 1 to continue.</p>
-    <blockquote>
-    <p><strong>Note:</strong></p>
-    <p>The callback function will likely be called multiple times for the same destination, so it is up to the caller to suppress any duplicate destinations.</p>
+<p>The callback function returns 0 to stop enumeration or 1 to continue.</p>
+<blockquote>
+<p><strong>Note:</strong></p>
+<p>The callback function will likely be called multiple times for the same destination, so it is up to the caller to suppress any duplicate destinations.</p>
 </blockquote>
-    <p>The following example shows how to use <code>cupsEnumDests</code> to get a filtered array of destinations:</p>
-    <pre><code>typedef struct
+<p>The following example shows how to use <code>cupsEnumDests</code> to get a filtered array of destinations:</p>
+<pre><code>typedef struct
 {
   int num_dests;
   cups_dest_t *dests;
@@ -685,63 +884,84 @@ my_get_dests(cups_ptype_t type, cups_ptype_t mask,
   return (user_data.num_dests);
 }
 </code></pre>
-    <h3><a id="basic-destination-information">Basic Destination Information</a></h3>
-    <p>The <code>num_options</code> and <code>options</code> members of the <code>cups_dest_t</code> structure provide basic attributes about the destination in addition to the user default options and values for that destination. The following names are predefined for various destination attributes:</p>
-    <ul>
-    <li>&quot;auth-info-required&quot;: The type of authentication required for printing to this destination: &quot;none&quot;, &quot;username,password&quot;, &quot;domain,username,password&quot;, or &quot;negotiate&quot; (Kerberos).</li>
-    <li>&quot;printer-info&quot;: The human-readable description of the destination such as &quot;My Laser Printer&quot;.</li>
-    <li>&quot;printer-is-accepting-jobs&quot;: &quot;true&quot; if the destination is accepting new jobs, &quot;false&quot; otherwise.</li>
-    <li>&quot;printer-is-shared&quot;: &quot;true&quot; if the destination is being shared with other computers, &quot;false&quot; otherwise.</li>
-    <li>&quot;printer-location&quot;: The human-readable location of the destination such as &quot;Lab 4&quot;.</li>
-    <li>&quot;printer-make-and-model&quot;: The human-readable make and model of the destination such as &quot;ExampleCorp LaserPrinter 4000 Series&quot;.</li>
-    <li>&quot;printer-state&quot;: &quot;3&quot; if the destination is idle, &quot;4&quot; if the destination is printing a job, and &quot;5&quot; if the destination is stopped.</li>
-    <li>&quot;printer-state-change-time&quot;: The UNIX time when the destination entered the current state.</li>
-    <li>&quot;printer-state-reasons&quot;: Additional comma-delimited state keywords for the destination such as &quot;media-tray-empty-error&quot; and &quot;toner-low-warning&quot;.</li>
-    <li>&quot;printer-type&quot;: The <code>cups_ptype_t</code> value associated with the destination.</li>
-    <li>&quot;printer-uri-supported&quot;: The URI associated with the destination; if not set, this destination was discovered but is not yet setup as a local printer.</li>
+<h3 class="title" id="basic-destination-information">Basic Destination Information</h3>
+<p>The <code>num_options</code> and <code>options</code> members of the <code>cups_dest_t</code> structure provide basic attributes about the destination in addition to the user default options and values for that destination. The following names are predefined for various destination attributes:</p>
+<ul>
+<li><p>&quot;auth-info-required&quot;: The type of authentication required for printing to this destination: &quot;none&quot;, &quot;username,password&quot;, &quot;domain,username,password&quot;, or &quot;negotiate&quot; (Kerberos).</p>
+</li>
+<li><p>&quot;printer-info&quot;: The human-readable description of the destination such as &quot;My Laser Printer&quot;.</p>
+</li>
+<li><p>&quot;printer-is-accepting-jobs&quot;: &quot;true&quot; if the destination is accepting new jobs, &quot;false&quot; otherwise.</p>
+</li>
+<li><p>&quot;printer-is-shared&quot;: &quot;true&quot; if the destination is being shared with other computers, &quot;false&quot; otherwise.</p>
+</li>
+<li><p>&quot;printer-location&quot;: The human-readable location of the destination such as &quot;Lab 4&quot;.</p>
+</li>
+<li><p>&quot;printer-make-and-model&quot;: The human-readable make and model of the destination such as &quot;ExampleCorp LaserPrinter 4000 Series&quot;.</p>
+</li>
+<li><p>&quot;printer-state&quot;: &quot;3&quot; if the destination is idle, &quot;4&quot; if the destination is printing a job, and &quot;5&quot; if the destination is stopped.</p>
+</li>
+<li><p>&quot;printer-state-change-time&quot;: The UNIX time when the destination entered the current state.</p>
+</li>
+<li><p>&quot;printer-state-reasons&quot;: Additional comma-delimited state keywords for the destination such as &quot;media-tray-empty-error&quot; and &quot;toner-low-warning&quot;.</p>
+</li>
+<li><p>&quot;printer-type&quot;: The <code>cups_ptype_t</code> value associated with the destination.</p>
+</li>
+<li><p>&quot;printer-uri-supported&quot;: The URI associated with the destination; if not set, this destination was discovered but is not yet setup as a local printer.</p>
+</li>
 </ul>
-    <p>Use the <code>cupsGetOption</code> function to retrieve the value. For example, the following code gets the make and model of a destination:</p>
-    <pre><code>const char *model = cupsGetOption(&quot;printer-make-and-model&quot;,
+<p>Use the <code>cupsGetOption</code> function to retrieve the value. For example, the following code gets the make and model of a destination:</p>
+<pre><code>const char *model = cupsGetOption(&quot;printer-make-and-model&quot;,
                                   dest-&gt;num_options,
                                   dest-&gt;options);
 </code></pre>
-    <h3><a id="detailed-destination-information">Detailed Destination Information</a></h3>
-    <p>Once a destination has been chosen, the <code>cupsCopyDestInfo</code> function can be used to gather detailed information about the destination:</p>
-    <pre><code>cups_dinfo_t *
+<h3 class="title" id="detailed-destination-information">Detailed Destination Information</h3>
+<p>Once a destination has been chosen, the <code>cupsCopyDestInfo</code> function can be used to gather detailed information about the destination:</p>
+<pre><code>cups_dinfo_t *
 cupsCopyDestInfo(http_t *http, cups_dest_t *dest);
 </code></pre>
-    <p>The <code>http</code> argument specifies a connection to the CUPS scheduler and is typically the constant <code>CUPS_HTTP_DEFAULT</code>. The <code>dest</code> argument specifies the destination to query.</p>
-    <p>The <code>cups_dinfo_t</code> structure that is returned contains a snapshot of the supported options and their supported, ready, and default values. It also can report constraints between different options and values, and recommend changes to resolve those constraints.</p>
-    <h4><a id="getting-supported-options-and-values">Getting Supported Options and Values</a></h4>
-    <p>The <code>cupsCheckDestSupported</code> function can be used to test whether a particular option or option and value is supported:</p>
-    <pre><code>int
+<p>The <code>http</code> argument specifies a connection to the CUPS scheduler and is typically the constant <code>CUPS_HTTP_DEFAULT</code>. The <code>dest</code> argument specifies the destination to query.</p>
+<p>The <code>cups_dinfo_t</code> structure that is returned contains a snapshot of the supported options and their supported, ready, and default values. It also can report constraints between different options and values, and recommend changes to resolve those constraints.</p>
+<h4 id="getting-supported-options-and-values">Getting Supported Options and Values</h4>
+<p>The <code>cupsCheckDestSupported</code> function can be used to test whether a particular option or option and value is supported:</p>
+<pre><code>int
 cupsCheckDestSupported(http_t *http, cups_dest_t *dest,
                        cups_dinfo_t *info,
                        const char *option,
                        const char *value);
 </code></pre>
-    <p>The <code>option</code> argument specifies the name of the option to check. The following constants can be used to check the various standard options:</p>
-    <ul>
-    <li><code>CUPS_COPIES</code>: Controls the number of copies that are produced.</li>
-    <li><code>CUPS_FINISHINGS</code>: A comma-delimited list of integer constants that control the finishing processes that are applied to the job, including stapling, punching, and folding.</li>
-    <li><code>CUPS_MEDIA</code>: Controls the media size that is used, typically one of the following: <code>CUPS_MEDIA_3X5</code>, <code>CUPS_MEDIA_4X6</code>, <code>CUPS_MEDIA_5X7</code>, <code>CUPS_MEDIA_8X10</code>, <code>CUPS_MEDIA_A3</code>, <code>CUPS_MEDIA_A4</code>, <code>CUPS_MEDIA_A5</code>, <code>CUPS_MEDIA_A6</code>, <code>CUPS_MEDIA_ENV10</code>, <code>CUPS_MEDIA_ENVDL</code>, <code>CUPS_MEDIA_LEGAL</code>, <code>CUPS_MEDIA_LETTER</code>, <code>CUPS_MEDIA_PHOTO_L</code>, <code>CUPS_MEDIA_SUPERBA3</code>, or <code>CUPS_MEDIA_TABLOID</code>.</li>
-    <li><code>CUPS_MEDIA_SOURCE</code>: Controls where the media is pulled from, typically either <code>CUPS_MEDIA_SOURCE_AUTO</code> or <code>CUPS_MEDIA_SOURCE_MANUAL</code>.</li>
-    <li><code>CUPS_MEDIA_TYPE</code>: Controls the type of media that is used, typically one of the following: <code>CUPS_MEDIA_TYPE_AUTO</code>, <code>CUPS_MEDIA_TYPE_ENVELOPE</code>, <code>CUPS_MEDIA_TYPE_LABELS</code>, <code>CUPS_MEDIA_TYPE_LETTERHEAD</code>, <code>CUPS_MEDIA_TYPE_PHOTO</code>, <code>CUPS_MEDIA_TYPE_PHOTO_GLOSSY</code>, <code>CUPS_MEDIA_TYPE_PHOTO_MATTE</code>, <code>CUPS_MEDIA_TYPE_PLAIN</code>, or <code>CUPS_MEDIA_TYPE_TRANSPARENCY</code>.</li>
-    <li><code>CUPS_NUMBER_UP</code>: Controls the number of document pages that are placed on each media side.</li>
-    <li><code>CUPS_ORIENTATION</code>: Controls the orientation of document pages placed on the media: <code>CUPS_ORIENTATION_PORTRAIT</code> or <code>CUPS_ORIENTATION_LANDSCAPE</code>.</li>
-    <li><code>CUPS_PRINT_COLOR_MODE</code>: Controls whether the output is in color (<code>CUPS_PRINT_COLOR_MODE_COLOR</code>), grayscale (<code>CUPS_PRINT_COLOR_MODE_MONOCHROME</code>), or either (<code>CUPS_PRINT_COLOR_MODE_AUTO</code>).</li>
-    <li><code>CUPS_PRINT_QUALITY</code>: Controls the generate quality of the output: <code>CUPS_PRINT_QUALITY_DRAFT</code>, <code>CUPS_PRINT_QUALITY_NORMAL</code>, or <code>CUPS_PRINT_QUALITY_HIGH</code>.</li>
-    <li><code>CUPS_SIDES</code>: Controls whether prints are placed on one or both sides of the media: <code>CUPS_SIDES_ONE_SIDED</code>, <code>CUPS_SIDES_TWO_SIDED_PORTRAIT</code>, or <code>CUPS_SIDES_TWO_SIDED_LANDSCAPE</code>.</li>
+<p>The <code>option</code> argument specifies the name of the option to check. The following constants can be used to check the various standard options:</p>
+<ul>
+<li><p><code>CUPS_COPIES</code>: Controls the number of copies that are produced.</p>
+</li>
+<li><p><code>CUPS_FINISHINGS</code>: A comma-delimited list of integer constants that control the finishing processes that are applied to the job, including stapling, punching, and folding.</p>
+</li>
+<li><p><code>CUPS_MEDIA</code>: Controls the media size that is used, typically one of the following: <code>CUPS_MEDIA_3X5</code>, <code>CUPS_MEDIA_4X6</code>, <code>CUPS_MEDIA_5X7</code>, <code>CUPS_MEDIA_8X10</code>, <code>CUPS_MEDIA_A3</code>, <code>CUPS_MEDIA_A4</code>, <code>CUPS_MEDIA_A5</code>, <code>CUPS_MEDIA_A6</code>, <code>CUPS_MEDIA_ENV10</code>, <code>CUPS_MEDIA_ENVDL</code>, <code>CUPS_MEDIA_LEGAL</code>, <code>CUPS_MEDIA_LETTER</code>, <code>CUPS_MEDIA_PHOTO_L</code>, <code>CUPS_MEDIA_SUPERBA3</code>, or <code>CUPS_MEDIA_TABLOID</code>.</p>
+</li>
+<li><p><code>CUPS_MEDIA_SOURCE</code>: Controls where the media is pulled from, typically either <code>CUPS_MEDIA_SOURCE_AUTO</code> or <code>CUPS_MEDIA_SOURCE_MANUAL</code>.</p>
+</li>
+<li><p><code>CUPS_MEDIA_TYPE</code>: Controls the type of media that is used, typically one of the following: <code>CUPS_MEDIA_TYPE_AUTO</code>, <code>CUPS_MEDIA_TYPE_ENVELOPE</code>, <code>CUPS_MEDIA_TYPE_LABELS</code>, <code>CUPS_MEDIA_TYPE_LETTERHEAD</code>, <code>CUPS_MEDIA_TYPE_PHOTO</code>, <code>CUPS_MEDIA_TYPE_PHOTO_GLOSSY</code>, <code>CUPS_MEDIA_TYPE_PHOTO_MATTE</code>, <code>CUPS_MEDIA_TYPE_PLAIN</code>, or <code>CUPS_MEDIA_TYPE_TRANSPARENCY</code>.</p>
+</li>
+<li><p><code>CUPS_NUMBER_UP</code>: Controls the number of document pages that are placed on each media side.</p>
+</li>
+<li><p><code>CUPS_ORIENTATION</code>: Controls the orientation of document pages placed on the media: <code>CUPS_ORIENTATION_PORTRAIT</code> or <code>CUPS_ORIENTATION_LANDSCAPE</code>.</p>
+</li>
+<li><p><code>CUPS_PRINT_COLOR_MODE</code>: Controls whether the output is in color (<code>CUPS_PRINT_COLOR_MODE_COLOR</code>), grayscale (<code>CUPS_PRINT_COLOR_MODE_MONOCHROME</code>), or either (<code>CUPS_PRINT_COLOR_MODE_AUTO</code>).</p>
+</li>
+<li><p><code>CUPS_PRINT_QUALITY</code>: Controls the generate quality of the output: <code>CUPS_PRINT_QUALITY_DRAFT</code>, <code>CUPS_PRINT_QUALITY_NORMAL</code>, or <code>CUPS_PRINT_QUALITY_HIGH</code>.</p>
+</li>
+<li><p><code>CUPS_SIDES</code>: Controls whether prints are placed on one or both sides of the media: <code>CUPS_SIDES_ONE_SIDED</code>, <code>CUPS_SIDES_TWO_SIDED_PORTRAIT</code>, or <code>CUPS_SIDES_TWO_SIDED_LANDSCAPE</code>.</p>
+</li>
 </ul>
-    <p>If the <code>value</code> argument is <code>NULL</code>, the <code>cupsCheckDestSupported</code> function returns whether the option is supported by the destination. Otherwise, the function returns whether the specified value of the option is supported.</p>
-    <p>The <code>cupsFindDestSupported</code> function returns the IPP attribute containing the supported values for a given option:</p>
-    <pre><code> ipp_attribute_t *
+<p>If the <code>value</code> argument is <code>NULL</code>, the <code>cupsCheckDestSupported</code> function returns whether the option is supported by the destination. Otherwise, the function returns whether the specified value of the option is supported.</p>
+<p>The <code>cupsFindDestSupported</code> function returns the IPP attribute containing the supported values for a given option:</p>
+<pre><code> ipp_attribute_t *
  cupsFindDestSupported(http_t *http, cups_dest_t *dest,
                        cups_dinfo_t *dinfo,
                        const char *option);
 </code></pre>
-    <p>For example, the following code prints the supported finishing processes for a destination, if any, to the standard output:</p>
-    <pre><code>cups_dinfo_t *info = cupsCopyDestInfo(CUPS_HTTP_DEFAULT,
+<p>For example, the following code prints the supported finishing processes for a destination, if any, to the standard output:</p>
+<pre><code>cups_dinfo_t *info = cupsCopyDestInfo(CUPS_HTTP_DEFAULT,
                                       dest);
 
 if (cupsCheckDestSupported(CUPS_HTTP_DEFAULT, dest, info,
@@ -759,8 +979,8 @@ if (cupsCheckDestSupported(CUPS_HTTP_DEFAULT, dest, info,
 else
   puts(&quot;finishings not supported.&quot;);
 </code></pre>
-    <p>The &quot;job-creation-attributes&quot; option can be queried to get a list of supported options. For example, the following code prints the list of supported options to the standard output:</p>
-    <pre><code>ipp_attribute_t *attrs =
+<p>The &quot;job-creation-attributes&quot; option can be queried to get a list of supported options. For example, the following code prints the list of supported options to the standard output:</p>
+<pre><code>ipp_attribute_t *attrs =
     cupsFindDestSupported(CUPS_HTTP_DEFAULT, dest, info,
                           &quot;job-creation-attributes&quot;);
 int i, count = ippGetCount(attrs);
@@ -768,15 +988,15 @@ int i, count = ippGetCount(attrs);
 for (i = 0; i &lt; count; i ++)
   puts(ippGetString(attrs, i, NULL));
 </code></pre>
-    <h4><a id="getting-default-values">Getting Default Values</a></h4>
-    <p>There are two sets of default values - user defaults that are available via the <code>num_options</code> and <code>options</code> members of the <code>cups_dest_t</code> structure, and destination defaults that available via the <code>cups_dinfo_t</code> structure and the <code>cupsFindDestDefault</code> function which returns the IPP attribute containing the default value(s) for a given option:</p>
-    <pre><code>ipp_attribute_t *
+<h4 id="getting-default-values">Getting Default Values</h4>
+<p>There are two sets of default values - user defaults that are available via the <code>num_options</code> and <code>options</code> members of the <code>cups_dest_t</code> structure, and destination defaults that available via the <code>cups_dinfo_t</code> structure and the <code>cupsFindDestDefault</code> function which returns the IPP attribute containing the default value(s) for a given option:</p>
+<pre><code>ipp_attribute_t *
 cupsFindDestDefault(http_t *http, cups_dest_t *dest,
                     cups_dinfo_t *dinfo,
                     const char *option);
 </code></pre>
-    <p>The user defaults from <code>cupsGetOption</code> should always take preference over the destination defaults. For example, the following code prints the default finishings value(s) to the standard output:</p>
-    <pre><code>const char *def_value =
+<p>The user defaults from <code>cupsGetOption</code> should always take preference over the destination defaults. For example, the following code prints the default finishings value(s) to the standard output:</p>
+<pre><code>const char *def_value =
     cupsGetOption(CUPS_FINISHINGS, dest-&gt;num_options,
                   dest-&gt;options);
 ipp_attribute_t *def_attr =
@@ -798,15 +1018,15 @@ else
   putchar('\n');
 }
 </code></pre>
-    <h4><a id="getting-ready-loaded-values">Getting Ready (Loaded) Values</a></h4>
-    <p>The finishings and media options also support queries for the ready, or loaded, values. For example, a printer may have punch and staple finishers installed but be out of staples - the supported values will list both punch and staple finishing processes but the ready values will only list the punch processes. Similarly, a printer may support hundreds of different sizes of media but only have a single size loaded at any given time - the ready values are limited to the media that is actually in the printer.</p>
-    <p>The <code>cupsFindDestReady</code> function finds the IPP attribute containing the ready values for a given option:</p>
-    <pre><code>ipp_attribute_t *
+<h4 id="getting-ready-loaded-values">Getting Ready (Loaded) Values</h4>
+<p>The finishings and media options also support queries for the ready, or loaded, values. For example, a printer may have punch and staple finishers installed but be out of staples - the supported values will list both punch and staple finishing processes but the ready values will only list the punch processes. Similarly, a printer may support hundreds of different sizes of media but only have a single size loaded at any given time - the ready values are limited to the media that is actually in the printer.</p>
+<p>The <code>cupsFindDestReady</code> function finds the IPP attribute containing the ready values for a given option:</p>
+<pre><code>ipp_attribute_t *
 cupsFindDestReady(http_t *http, cups_dest_t *dest,
                   cups_dinfo_t *dinfo, const char *option);
 </code></pre>
-    <p>For example, the following code lists the ready finishing processes:</p>
-    <pre><code>ipp_attribute_t *ready_finishings =
+<p>For example, the following code lists the ready finishing processes:</p>
+<pre><code>ipp_attribute_t *ready_finishings =
     cupsFindDestReady(CUPS_HTTP_DEFAULT, dest, info,
                       CUPS_FINISHINGS);
 
@@ -821,18 +1041,18 @@ if (ready_finishings != NULL)
 else
   puts(&quot;no finishings are ready.&quot;);
 </code></pre>
-    <h4><a id="media-size-options">Media Size Options</a></h4>
-    <p>CUPS provides functions for querying the dimensions and margins for each of the supported media size options. The <code>cups_size_t</code> structure is used to describe a media size:</p>
-    <pre><code>typedef struct cups_size_s
+<h4 id="media-size-options">Media Size Options</h4>
+<p>CUPS provides functions for querying the dimensions and margins for each of the supported media size options. The <code>cups_size_t</code> structure is used to describe a media size:</p>
+<pre><code>typedef struct cups_size_s
 {
   char media[128];
   int width, length;
   int bottom, left, right, top;
 } cups_size_t;
 </code></pre>
-    <p>The <code>width</code> and <code>length</code> members specify the dimensions of the media in hundredths of millimeters (1/2540th of an inch). The <code>bottom</code>, <code>left</code>, <code>right</code>, and <code>top</code> members specify the margins of the printable area, also in hundredths of millimeters.</p>
-    <p>The <code>cupsGetDestMediaByName</code> and <code>cupsGetDestMediaBySize</code> functions lookup the media size information using a standard media size name or dimensions in hundredths of millimeters:</p>
-    <pre><code>int
+<p>The <code>width</code> and <code>length</code> members specify the dimensions of the media in hundredths of millimeters (1/2540th of an inch). The <code>bottom</code>, <code>left</code>, <code>right</code>, and <code>top</code> members specify the margins of the printable area, also in hundredths of millimeters.</p>
+<p>The <code>cupsGetDestMediaByName</code> and <code>cupsGetDestMediaBySize</code> functions lookup the media size information using a standard media size name or dimensions in hundredths of millimeters:</p>
+<pre><code>int
 cupsGetDestMediaByName(http_t *http, cups_dest_t *dest,
                        cups_dinfo_t *dinfo,
                        const char *media,
@@ -844,17 +1064,22 @@ cupsGetDestMediaBySize(http_t *http, cups_dest_t *dest,
                        int width, int length,
                        unsigned flags, cups_size_t *size);
 </code></pre>
-    <p>The <code>media</code>, <code>width</code>, and <code>length</code> arguments specify the size to lookup. The <code>flags</code> argument specifies a bitfield controlling various lookup options:</p>
-    <ul>
-    <li><code>CUPS_MEDIA_FLAGS_DEFAULT</code>: Find the closest size supported by the printer.</li>
-    <li><code>CUPS_MEDIA_FLAGS_BORDERLESS</code>: Find a borderless size.</li>
-    <li><code>CUPS_MEDIA_FLAGS_DUPLEX</code>: Find a size compatible with two-sided printing.</li>
-    <li><code>CUPS_MEDIA_FLAGS_EXACT</code>: Find an exact match for the size.</li>
-    <li><code>CUPS_MEDIA_FLAGS_READY</code>: If the printer supports media sensing or configuration of the media in each tray/source, find the size amongst the &quot;ready&quot; media.</li>
+<p>The <code>media</code>, <code>width</code>, and <code>length</code> arguments specify the size to lookup. The <code>flags</code> argument specifies a bitfield controlling various lookup options:</p>
+<ul>
+<li><p><code>CUPS_MEDIA_FLAGS_DEFAULT</code>: Find the closest size supported by the printer.</p>
+</li>
+<li><p><code>CUPS_MEDIA_FLAGS_BORDERLESS</code>: Find a borderless size.</p>
+</li>
+<li><p><code>CUPS_MEDIA_FLAGS_DUPLEX</code>: Find a size compatible with two-sided printing.</p>
+</li>
+<li><p><code>CUPS_MEDIA_FLAGS_EXACT</code>: Find an exact match for the size.</p>
+</li>
+<li><p><code>CUPS_MEDIA_FLAGS_READY</code>: If the printer supports media sensing or configuration of the media in each tray/source, find the size amongst the &quot;ready&quot; media.</p>
+</li>
 </ul>
-    <p>If a matching size is found for the destination, the size information is stored in the structure pointed to by the <code>size</code> argument and 1 is returned. Otherwise 0 is returned.</p>
-    <p>For example, the following code prints the margins for two-sided printing on US Letter media:</p>
-    <pre><code>cups_size_t size;
+<p>If a matching size is found for the destination, the size information is stored in the structure pointed to by the <code>size</code> argument and 1 is returned. Otherwise 0 is returned.</p>
+<p>For example, the following code prints the margins for two-sided printing on US Letter media:</p>
+<pre><code>cups_size_t size;
 
 if (cupsGetDestMediaByName(CUPS_HTTP_DEFAULT, dest, info,
                            CUPS_MEDIA_LETTER,
@@ -869,8 +1094,8 @@ if (cupsGetDestMediaByName(CUPS_HTTP_DEFAULT, dest, info,
 else
   puts(&quot;Margins for duplex US Letter are not available.&quot;);
 </code></pre>
-    <p>You can also enumerate all of the sizes that match a given <code>flags</code> value using the <code>cupsGetDestMediaByIndex</code> and <code>cupsGetDestMediaCount</code> functions:</p>
-    <pre><code>int
+<p>You can also enumerate all of the sizes that match a given <code>flags</code> value using the <code>cupsGetDestMediaByIndex</code> and <code>cupsGetDestMediaCount</code> functions:</p>
+<pre><code>int
 cupsGetDestMediaByIndex(http_t *http, cups_dest_t *dest,
                         cups_dinfo_t *dinfo, int n,
                         unsigned flags, cups_size_t *size);
@@ -879,8 +1104,8 @@ int
 cupsGetDestMediaCount(http_t *http, cups_dest_t *dest,
                       cups_dinfo_t *dinfo, unsigned flags);
 </code></pre>
-    <p>For example, the following code prints the list of ready media and corresponding margins:</p>
-    <pre><code>cups_size_t size;
+<p>For example, the following code prints the list of ready media and corresponding margins:</p>
+<pre><code>cups_size_t size;
 int i;
 int count = cupsGetDestMediaCount(CUPS_HTTP_DEFAULT,
                                   dest, info,
@@ -902,15 +1127,15 @@ for (i = 0; i &lt; count; i ++)
   }
 }
 </code></pre>
-    <p>Finally, the <code>cupsGetDestMediaDefault</code> function returns the default media size:</p>
-    <pre><code>int
+<p>Finally, the <code>cupsGetDestMediaDefault</code> function returns the default media size:</p>
+<pre><code>int
 cupsGetDestMediaDefault(http_t *http, cups_dest_t *dest,
                         cups_dinfo_t *dinfo, unsigned flags,
                         cups_size_t *size);
 </code></pre>
-    <h4><a id="localizing-options-and-values">Localizing Options and Values</a></h4>
-    <p>CUPS provides three functions to get localized, human-readable strings in the user's current locale for options and values: <code>cupsLocalizeDestMedia</code>, <code>cupsLocalizeDestOption</code>, and <code>cupsLocalizeDestValue</code>:</p>
-    <pre><code>const char *
+<h4 id="localizing-options-and-values">Localizing Options and Values</h4>
+<p>CUPS provides three functions to get localized, human-readable strings in the user's current locale for options and values: <code>cupsLocalizeDestMedia</code>, <code>cupsLocalizeDestOption</code>, and <code>cupsLocalizeDestValue</code>:</p>
+<pre><code>const char *
 cupsLocalizeDestMedia(http_t *http, cups_dest_t *dest,
                       cups_dinfo_t *info, unsigned flags,
                       cups_size_t *size);
@@ -925,18 +1150,18 @@ cupsLocalizeDestValue(http_t *http, cups_dest_t *dest,
                       cups_dinfo_t *info,
                       const char *option, const char *value);
 </code></pre>
-    <h3><a id="submitting-a-print-job">Submitting a Print Job</a></h3>
-    <p>Once you are ready to submit a print job, you create a job using the <code>cupsCreateDestJob</code> function:</p>
-    <pre><code>ipp_status_t
+<h3 class="title" id="submitting-a-print-job">Submitting a Print Job</h3>
+<p>Once you are ready to submit a print job, you create a job using the <code>cupsCreateDestJob</code> function:</p>
+<pre><code>ipp_status_t
 cupsCreateDestJob(http_t *http, cups_dest_t *dest,
                   cups_dinfo_t *info, int *job_id,
                   const char *title, int num_options,
                   cups_option_t *options);
 </code></pre>
-    <p>The <code>title</code> argument specifies a name for the print job such as &quot;My Document&quot;. The <code>num_options</code> and <code>options</code> arguments specify the options for the print job which are allocated using the <code>cupsAddOption</code> function.</p>
-    <p>When successful, the job's numeric identifier is stored in the integer pointed to by the <code>job_id</code> argument and <code>IPP_STATUS_OK</code> is returned. Otherwise, an IPP error status is returned.</p>
-    <p>For example, the following code creates a new job that will print 42 copies of a two-sided US Letter document:</p>
-    <pre><code>int job_id = 0;
+<p>The <code>title</code> argument specifies a name for the print job such as &quot;My Document&quot;. The <code>num_options</code> and <code>options</code> arguments specify the options for the print job which are allocated using the <code>cupsAddOption</code> function.</p>
+<p>When successful, the job's numeric identifier is stored in the integer pointed to by the <code>job_id</code> argument and <code>IPP_STATUS_OK</code> is returned. Otherwise, an IPP error status is returned.</p>
+<p>For example, the following code creates a new job that will print 42 copies of a two-sided US Letter document:</p>
+<pre><code>int job_id = 0;
 int num_options = 0;
 cups_option_t *options = NULL;
 
@@ -956,8 +1181,8 @@ else
   printf(&quot;Unable to create job: %s\n&quot;,
          cupsLastErrorString());
 </code></pre>
-    <p>Once the job is created, you submit documents for the job using the <code>cupsStartDestDocument</code>, <code>cupsWriteRequestData</code>, and <code>cupsFinishDestDocument</code> functions:</p>
-    <pre><code>http_status_t
+<p>Once the job is created, you submit documents for the job using the <code>cupsStartDestDocument</code>, <code>cupsWriteRequestData</code>, and <code>cupsFinishDestDocument</code> functions:</p>
+<pre><code>http_status_t
 cupsStartDestDocument(http_t *http, cups_dest_t *dest,
                       cups_dinfo_t *info, int job_id,
                       const char *docname,
@@ -974,16 +1199,20 @@ ipp_status_t
 cupsFinishDestDocument(http_t *http, cups_dest_t *dest,
                        cups_dinfo_t *info);
 </code></pre>
-    <p>The <code>docname</code> argument specifies the name of the document, typically the original filename. The <code>format</code> argument specifies the MIME media type of the document, including the following constants:</p>
-    <ul>
-    <li><code>CUPS_FORMAT_JPEG</code>: &quot;image/jpeg&quot;</li>
-    <li><code>CUPS_FORMAT_PDF</code>: &quot;application/pdf&quot;</li>
-    <li><code>CUPS_FORMAT_POSTSCRIPT</code>: &quot;application/postscript&quot;</li>
-    <li><code>CUPS_FORMAT_TEXT</code>: &quot;text/plain&quot;</li>
+<p>The <code>docname</code> argument specifies the name of the document, typically the original filename. The <code>format</code> argument specifies the MIME media type of the document, including the following constants:</p>
+<ul>
+<li><p><code>CUPS_FORMAT_JPEG</code>: &quot;image/jpeg&quot;</p>
+</li>
+<li><p><code>CUPS_FORMAT_PDF</code>: &quot;application/pdf&quot;</p>
+</li>
+<li><p><code>CUPS_FORMAT_POSTSCRIPT</code>: &quot;application/postscript&quot;</p>
+</li>
+<li><p><code>CUPS_FORMAT_TEXT</code>: &quot;text/plain&quot;</p>
+</li>
 </ul>
-    <p>The <code>num_options</code> and <code>options</code> arguments specify per-document print options, which at present must be 0 and <code>NULL</code>. The <code>last_document</code> argument specifies whether this is the last document in the job.</p>
-    <p>For example, the following code submits a PDF file to the job that was just created:</p>
-    <pre><code>FILE *fp = fopen(&quot;filename.pdf&quot;, &quot;rb&quot;);
+<p>The <code>num_options</code> and <code>options</code> arguments specify per-document print options, which at present must be 0 and <code>NULL</code>. The <code>last_document</code> argument specifies whether this is the last document in the job.</p>
+<p>For example, the following code submits a PDF file to the job that was just created:</p>
+<pre><code>FILE *fp = fopen(&quot;filename.pdf&quot;, &quot;rb&quot;);
 size_t bytes;
 char buffer[65536];
 
@@ -1006,54 +1235,54 @@ if (cupsStartDestDocument(CUPS_HTTP_DEFAULT, dest, info,
 
 fclose(fp);
 </code></pre>
-    <h2><a id="sending-ipp-requests">Sending IPP Requests</a></h2>
-    <p>CUPS provides a rich API for sending IPP requests to the scheduler or printers, typically from management or utility applications whose primary purpose is not to send print jobs.</p>
-    <h3><a id="connecting-to-the-scheduler-or-printer">Connecting to the Scheduler or Printer</a></h3>
-    <p>The connection to the scheduler or printer is represented by the HTTP connection type <code>http_t</code>. The <code>cupsConnectDest</code> function connects to the scheduler or printer associated with the destination:</p>
-    <pre><code>http_t *
+<h2 class="title" id="sending-ipp-requests">Sending IPP Requests</h2>
+<p>CUPS provides a rich API for sending IPP requests to the scheduler or printers, typically from management or utility applications whose primary purpose is not to send print jobs.</p>
+<h3 class="title" id="connecting-to-the-scheduler-or-printer">Connecting to the Scheduler or Printer</h3>
+<p>The connection to the scheduler or printer is represented by the HTTP connection type <code>http_t</code>. The <code>cupsConnectDest</code> function connects to the scheduler or printer associated with the destination:</p>
+<pre><code>http_t *
 cupsConnectDest(cups_dest_t *dest, unsigned flags, int msec,
                 int *cancel, char *resource,
                 size_t resourcesize, cups_dest_cb_t cb,
                 void *user_data);
 </code></pre>
-    <p>The <code>dest</code> argument specifies the destination to connect to.</p>
-    <p>The <code>flags</code> argument specifies whether you want to connect to the scheduler (<code>CUPS_DEST_FLAGS_NONE</code>) or device/printer (<code>CUPS_DEST_FLAGS_DEVICE</code>) associated with the destination.</p>
-    <p>The <code>msec</code> argument specifies how long you are willing to wait for the connection to be established in milliseconds. Specify a value of <code>-1</code> to wait indefinitely.</p>
-    <p>The <code>cancel</code> argument specifies the address of an integer variable that can be set to a non-zero value to cancel the connection. Specify a value of <code>NULL</code> to not provide a cancel variable.</p>
-    <p>The <code>resource</code> and <code>resourcesize</code> arguments specify the address and size of a character string array to hold the path to use when sending an IPP request.</p>
-    <p>The <code>cb</code> and <code>user_data</code> arguments specify a destination callback function that returns 1 to continue connecting or 0 to stop. The destination callback work the same way as the one used for the <code>cupsEnumDests</code> function.</p>
-    <p>On success, a HTTP connection is returned that can be used to send IPP requests and get IPP responses.</p>
-    <p>For example, the following code connects to the printer associated with a destination with a 30 second timeout:</p>
-    <pre><code>char resource[256];
+<p>The <code>dest</code> argument specifies the destination to connect to.</p>
+<p>The <code>flags</code> argument specifies whether you want to connect to the scheduler (<code>CUPS_DEST_FLAGS_NONE</code>) or device/printer (<code>CUPS_DEST_FLAGS_DEVICE</code>) associated with the destination.</p>
+<p>The <code>msec</code> argument specifies how long you are willing to wait for the connection to be established in milliseconds. Specify a value of <code>-1</code> to wait indefinitely.</p>
+<p>The <code>cancel</code> argument specifies the address of an integer variable that can be set to a non-zero value to cancel the connection. Specify a value of <code>NULL</code> to not provide a cancel variable.</p>
+<p>The <code>resource</code> and <code>resourcesize</code> arguments specify the address and size of a character string array to hold the path to use when sending an IPP request.</p>
+<p>The <code>cb</code> and <code>user_data</code> arguments specify a destination callback function that returns 1 to continue connecting or 0 to stop. The destination callback work the same way as the one used for the <code>cupsEnumDests</code> function.</p>
+<p>On success, a HTTP connection is returned that can be used to send IPP requests and get IPP responses.</p>
+<p>For example, the following code connects to the printer associated with a destination with a 30 second timeout:</p>
+<pre><code>char resource[256];
 http_t *http = cupsConnectDest(dest, CUPS_DEST_FLAGS_DEVICE,
                                30000, NULL, resource,
                                sizeof(resource), NULL, NULL);
 </code></pre>
-    <h3><a id="creating-an-ipp-request">Creating an IPP Request</a></h3>
-    <p>IPP requests are represented by the IPP message type <code>ipp_t</code> and each IPP attribute in the request is representing using the type <code>ipp_attribute_t</code>. Each IPP request includes an operation code (<code>IPP_OP_CREATE_JOB</code>, <code>IPP_OP_GET_PRINTER_ATTRIBUTES</code>, etc.) and a 32-bit integer identifier.</p>
-    <p>The <code>ippNewRequest</code> function creates a new IPP request:</p>
-    <pre><code>ipp_t *
+<h3 class="title" id="creating-an-ipp-request">Creating an IPP Request</h3>
+<p>IPP requests are represented by the IPP message type <code>ipp_t</code> and each IPP attribute in the request is representing using the type <code>ipp_attribute_t</code>. Each IPP request includes an operation code (<code>IPP_OP_CREATE_JOB</code>, <code>IPP_OP_GET_PRINTER_ATTRIBUTES</code>, etc.) and a 32-bit integer identifier.</p>
+<p>The <code>ippNewRequest</code> function creates a new IPP request:</p>
+<pre><code>ipp_t *
 ippNewRequest(ipp_op_t op);
 </code></pre>
-    <p>The <code>op</code> argument specifies the IPP operation code for the request. For example, the following code creates an IPP Get-Printer-Attributes request:</p>
-    <pre><code>ipp_t *request = ippNewRequest(IPP_OP_GET_PRINTER_ATTRIBUTES);
+<p>The <code>op</code> argument specifies the IPP operation code for the request. For example, the following code creates an IPP Get-Printer-Attributes request:</p>
+<pre><code>ipp_t *request = ippNewRequest(IPP_OP_GET_PRINTER_ATTRIBUTES);
 </code></pre>
-    <p>The request identifier is automatically set to a unique value for the current process.</p>
-    <p>Each IPP request starts with two IPP attributes, &quot;attributes-charset&quot; and &quot;attributes-natural-language&quot;, followed by IPP attribute(s) that specify the target of the operation. The <code>ippNewRequest</code> automatically adds the correct &quot;attributes-charset&quot; and &quot;attributes-natural-language&quot; attributes, but you must add the target attribute(s). For example, the following code adds the &quot;printer-uri&quot; attribute to the IPP Get-Printer-Attributes request to specify which printer is being queried:</p>
-    <pre><code>const char *printer_uri = cupsGetOption(&quot;device-uri&quot;,
+<p>The request identifier is automatically set to a unique value for the current process.</p>
+<p>Each IPP request starts with two IPP attributes, &quot;attributes-charset&quot; and &quot;attributes-natural-language&quot;, followed by IPP attribute(s) that specify the target of the operation. The <code>ippNewRequest</code> automatically adds the correct &quot;attributes-charset&quot; and &quot;attributes-natural-language&quot; attributes, but you must add the target attribute(s). For example, the following code adds the &quot;printer-uri&quot; attribute to the IPP Get-Printer-Attributes request to specify which printer is being queried:</p>
+<pre><code>const char *printer_uri = cupsGetOption(&quot;device-uri&quot;,
                                         dest-&gt;num_options,
                                         dest-&gt;options);
 
 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI,
              &quot;printer-uri&quot;, NULL, printer_uri);
 </code></pre>
-    <blockquote>
-    <p><strong>Note:</strong></p>
-    <p>If we wanted to query the scheduler instead of the device, we would look up the &quot;printer-uri-supported&quot; option instead of the &quot;device-uri&quot; value.</p>
+<blockquote>
+<p><strong>Note:</strong></p>
+<p>If we wanted to query the scheduler instead of the device, we would look up the &quot;printer-uri-supported&quot; option instead of the &quot;device-uri&quot; value.</p>
 </blockquote>
-    <p>The <code>ippAddString</code> function adds the &quot;printer-uri&quot; attribute the the IPP request. The <code>IPP_TAG_OPERATION</code> argument specifies that the attribute is part of the operation. The <code>IPP_TAG_URI</code> argument specifies that the value is a Universal Resource Identifier (URI) string. The <code>NULL</code> argument specifies there is no language (English, French, Japanese, etc.) associated with the string, and the <code>printer_uri</code> argument specifies the string value.</p>
-    <p>The IPP Get-Printer-Attributes request also supports an IPP attribute called &quot;requested-attributes&quot; that lists the attributes and values you are interested in. For example, the following code requests the printer state attributes:</p>
-    <pre><code>static const char * const requested_attributes[] =
+<p>The <code>ippAddString</code> function adds the &quot;printer-uri&quot; attribute the the IPP request. The <code>IPP_TAG_OPERATION</code> argument specifies that the attribute is part of the operation. The <code>IPP_TAG_URI</code> argument specifies that the value is a Universal Resource Identifier (URI) string. The <code>NULL</code> argument specifies there is no language (English, French, Japanese, etc.) associated with the string, and the <code>printer_uri</code> argument specifies the string value.</p>
+<p>The IPP Get-Printer-Attributes request also supports an IPP attribute called &quot;requested-attributes&quot; that lists the attributes and values you are interested in. For example, the following code requests the printer state attributes:</p>
+<pre><code>static const char * const requested_attributes[] =
 {
   &quot;printer-state&quot;,
   &quot;printer-state-message&quot;,
@@ -1064,47 +1293,58 @@ ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD,
               &quot;requested-attributes&quot;, 3, NULL,
               requested_attributes);
 </code></pre>
-    <p>The <code>ippAddStrings</code> function adds an attribute with one or more strings, in this case three. The <code>IPP_TAG_KEYWORD</code> argument specifies that the strings are keyword values, which are used for attribute names. All strings use the same language (<code>NULL</code>), and the attribute will contain the three strings in the array <code>requested_attributes</code>.</p>
-    <p>CUPS provides many functions to adding attributes of different types:</p>
-    <ul>
-    <li><code>ippAddBoolean</code> adds a boolean (<code>IPP_TAG_BOOLEAN</code>) attribute with one value.</li>
-    <li><code>ippAddInteger</code> adds an enum (<code>IPP_TAG_ENUM</code>) or integer (<code>IPP_TAG_INTEGER</code>) attribute with one value.</li>
-    <li><code>ippAddIntegers</code> adds an enum or integer attribute with one or more values.</li>
-    <li><code>ippAddOctetString</code> adds an octetString attribute with one value.</li>
-    <li><code>ippAddOutOfBand</code> adds a admin-defined (<code>IPP_TAG_ADMINDEFINE</code>), default (<code>IPP_TAG_DEFAULT</code>), delete-attribute (<code>IPP_TAG_DELETEATTR</code>), no-value (<code>IPP_TAG_NOVALUE</code>), not-settable (<code>IPP_TAG_NOTSETTABLE</code>), unknown (<code>IPP_TAG_UNKNOWN</code>), or unsupported (<code>IPP_TAG_UNSUPPORTED_VALUE</code>) out-of-band attribute.</li>
-    <li><code>ippAddRange</code> adds a rangeOfInteger attribute with one range.</li>
-    <li><code>ippAddRanges</code> adds a rangeOfInteger attribute with one or more ranges.</li>
-    <li><code>ippAddResolution</code> adds a resolution attribute with one resolution.</li>
-    <li><code>ippAddResolutions</code> adds a resolution attribute with one or more resolutions.</li>
-    <li><code>ippAddString</code> adds a charset (<code>IPP_TAG_CHARSET</code>), keyword (<code>IPP_TAG_KEYWORD</code>), mimeMediaType (<code>IPP_TAG_MIMETYPE</code>), name (<code>IPP_TAG_NAME</code> and <code>IPP_TAG_NAMELANG</code>), naturalLanguage (<code>IPP_TAG_NATURAL_LANGUAGE</code>), text (<code>IPP_TAG_TEXT</code> and <code>IPP_TAG_TEXTLANG</code>), uri (<code>IPP_TAG_URI</code>), or uriScheme (<code>IPP_TAG_URISCHEME</code>) attribute with one value.</li>
-    <li><code>ippAddStrings</code> adds a charset, keyword, mimeMediaType, name, naturalLanguage, text, uri, or uriScheme attribute with one or more values.</li>
+<p>The <code>ippAddStrings</code> function adds an attribute with one or more strings, in this case three. The <code>IPP_TAG_KEYWORD</code> argument specifies that the strings are keyword values, which are used for attribute names. All strings use the same language (<code>NULL</code>), and the attribute will contain the three strings in the array <code>requested_attributes</code>.</p>
+<p>CUPS provides many functions to adding attributes of different types:</p>
+<ul>
+<li><p><code>ippAddBoolean</code> adds a boolean (<code>IPP_TAG_BOOLEAN</code>) attribute with one value.</p>
+</li>
+<li><p><code>ippAddInteger</code> adds an enum (<code>IPP_TAG_ENUM</code>) or integer (<code>IPP_TAG_INTEGER</code>) attribute with one value.</p>
+</li>
+<li><p><code>ippAddIntegers</code> adds an enum or integer attribute with one or more values.</p>
+</li>
+<li><p><code>ippAddOctetString</code> adds an octetString attribute with one value.</p>
+</li>
+<li><p><code>ippAddOutOfBand</code> adds a admin-defined (<code>IPP_TAG_ADMINDEFINE</code>), default (<code>IPP_TAG_DEFAULT</code>), delete-attribute (<code>IPP_TAG_DELETEATTR</code>), no-value (<code>IPP_TAG_NOVALUE</code>), not-settable (<code>IPP_TAG_NOTSETTABLE</code>), unknown (<code>IPP_TAG_UNKNOWN</code>), or unsupported (<code>IPP_TAG_UNSUPPORTED_VALUE</code>) out-of-band attribute.</p>
+</li>
+<li><p><code>ippAddRange</code> adds a rangeOfInteger attribute with one range.</p>
+</li>
+<li><p><code>ippAddRanges</code> adds a rangeOfInteger attribute with one or more ranges.</p>
+</li>
+<li><p><code>ippAddResolution</code> adds a resolution attribute with one resolution.</p>
+</li>
+<li><p><code>ippAddResolutions</code> adds a resolution attribute with one or more resolutions.</p>
+</li>
+<li><p><code>ippAddString</code> adds a charset (<code>IPP_TAG_CHARSET</code>), keyword (<code>IPP_TAG_KEYWORD</code>), mimeMediaType (<code>IPP_TAG_MIMETYPE</code>), name (<code>IPP_TAG_NAME</code> and <code>IPP_TAG_NAMELANG</code>), naturalLanguage (<code>IPP_TAG_NATURAL_LANGUAGE</code>), text (<code>IPP_TAG_TEXT</code> and <code>IPP_TAG_TEXTLANG</code>), uri (<code>IPP_TAG_URI</code>), or uriScheme (<code>IPP_TAG_URISCHEME</code>) attribute with one value.</p>
+</li>
+<li><p><code>ippAddStrings</code> adds a charset, keyword, mimeMediaType, name, naturalLanguage, text, uri, or uriScheme attribute with one or more values.</p>
+</li>
 </ul>
-    <h3><a id="sending-the-ipp-request">Sending the IPP Request</a></h3>
-    <p>Once you have created the IPP request, you can send it using the <code>cupsDoRequest</code> function. For example, the following code sends the IPP Get-Printer-Attributes request to the destination and saves the response:</p>
-    <pre><code>ipp_t *response = cupsDoRequest(http, request, resource);
+<h3 class="title" id="sending-the-ipp-request">Sending the IPP Request</h3>
+<p>Once you have created the IPP request, you can send it using the <code>cupsDoRequest</code> function. For example, the following code sends the IPP Get-Printer-Attributes request to the destination and saves the response:</p>
+<pre><code>ipp_t *response = cupsDoRequest(http, request, resource);
 </code></pre>
-    <p>For requests like Send-Document that include a file, the <code>cupsDoFileRequest</code> function should be used:</p>
-    <pre><code>ipp_t *response = cupsDoFileRequest(http, request, resource,
+<p>For requests like Send-Document that include a file, the <code>cupsDoFileRequest</code> function should be used:</p>
+<pre><code>ipp_t *response = cupsDoFileRequest(http, request, resource,
                                     filename);
 </code></pre>
-    <p>Both <code>cupsDoRequest</code> and <code>cupsDoFileRequest</code> free the IPP request. If a valid IPP response is received, it is stored in a new IPP message (<code>ipp_t</code>) and returned to the caller. Otherwise <code>NULL</code> is returned.</p>
-    <p>The status from the most recent request can be queried using the <code>cupsLastError</code> function, for example:</p>
-    <pre><code>if (cupsLastError() &gt;= IPP_STATUS_ERROR_BAD_REQUEST)
+<p>Both <code>cupsDoRequest</code> and <code>cupsDoFileRequest</code> free the IPP request. If a valid IPP response is received, it is stored in a new IPP message (<code>ipp_t</code>) and returned to the caller. Otherwise <code>NULL</code> is returned.</p>
+<p>The status from the most recent request can be queried using the <code>cupsLastError</code> function, for example:</p>
+<pre><code>if (cupsLastError() &gt;= IPP_STATUS_ERROR_BAD_REQUEST)
 {
   /* request failed */
 }
 </code></pre>
-    <p>A human-readable error message is also available using the <code>cupsLastErrorString</code> function:</p>
-    <pre><code>if (cupsLastError() &gt;= IPP_STATUS_ERROR_BAD_REQUEST)
+<p>A human-readable error message is also available using the <code>cupsLastErrorString</code> function:</p>
+<pre><code>if (cupsLastError() &gt;= IPP_STATUS_ERROR_BAD_REQUEST)
 {
   /* request failed */
   printf(&quot;Request failed: %s\n&quot;, cupsLastErrorString());
 }
 </code></pre>
-    <h3><a id="processing-the-ipp-response">Processing the IPP Response</a></h3>
-    <p>Each response to an IPP request is also an IPP message (<code>ipp_t</code>) with its own IPP attributes (<code>ipp_attribute_t</code>) that includes a status code (<code>IPP_STATUS_OK</code>, <code>IPP_STATUS_ERROR_BAD_REQUEST</code>, etc.) and the corresponding 32-bit integer identifier from the request.</p>
-    <p>For example, the following code finds the printer state attributes and prints their values:</p>
-    <pre><code>ipp_attribute_t *attr;
+<h3 class="title" id="processing-the-ipp-response">Processing the IPP Response</h3>
+<p>Each response to an IPP request is also an IPP message (<code>ipp_t</code>) with its own IPP attributes (<code>ipp_attribute_t</code>) that includes a status code (<code>IPP_STATUS_OK</code>, <code>IPP_STATUS_ERROR_BAD_REQUEST</code>, etc.) and the corresponding 32-bit integer identifier from the request.</p>
+<p>For example, the following code finds the printer state attributes and prints their values:</p>
+<pre><code>ipp_attribute_t *attr;
 
 if ((attr = ippFindAttribute(response, &quot;printer-state&quot;,
                              IPP_TAG_ENUM)) != NULL)
@@ -1132,48 +1372,48 @@ if ((attr = ippFindAttribute(response, &quot;printer-state-reasons&quot;,
     printf(&quot;    %s\n&quot;, ippGetString(attr, i, NULL)));
 }
 </code></pre>
-    <p>The <code>ippGetCount</code> function returns the number of values in an attribute.</p>
-    <p>The <code>ippGetInteger</code> and <code>ippGetString</code> functions return a single integer or string value from an attribute.</p>
-    <p>The <code>ippEnumString</code> function converts a enum value to its keyword (string) equivalent.</p>
-    <p>Once you are done using the IPP response message, free it using the <code>ippDelete</code> function:</p>
-    <pre><code>ippDelete(response);
+<p>The <code>ippGetCount</code> function returns the number of values in an attribute.</p>
+<p>The <code>ippGetInteger</code> and <code>ippGetString</code> functions return a single integer or string value from an attribute.</p>
+<p>The <code>ippEnumString</code> function converts a enum value to its keyword (string) equivalent.</p>
+<p>Once you are done using the IPP response message, free it using the <code>ippDelete</code> function:</p>
+<pre><code>ippDelete(response);
 </code></pre>
-    <h3><a id="authentication">Authentication</a></h3>
-    <p>CUPS normally handles authentication through the console. GUI applications should set a password callback using the <code>cupsSetPasswordCB2</code> function:</p>
-    <pre><code>void
+<h3 class="title" id="authentication">Authentication</h3>
+<p>CUPS normally handles authentication through the console. GUI applications should set a password callback using the <code>cupsSetPasswordCB2</code> function:</p>
+<pre><code>void
 cupsSetPasswordCB2(cups_password_cb2_t cb, void *user_data);
 </code></pre>
-    <p>The password callback will be called when needed and is responsible for setting the current user name using <code>cupsSetUser</code> and returning a string:</p>
-    <pre><code>const char *
+<p>The password callback will be called when needed and is responsible for setting the current user name using <code>cupsSetUser</code> and returning a string:</p>
+<pre><code>const char *
 cups_password_cb2(const char *prompt, http_t *http,
                   const char *method, const char *resource,
                   void *user_data);
 </code></pre>
-    <p>The <code>prompt</code> argument is a string from CUPS that should be displayed to the user.</p>
-    <p>The <code>http</code> argument is the connection hosting the request that is being authenticated. The password callback can call the <code>httpGetField</code> and <code>httpGetSubField</code> functions to look for additional details concerning the authentication challenge.</p>
-    <p>The <code>method</code> argument specifies the HTTP method used for the request and is typically &quot;POST&quot;.</p>
-    <p>The <code>resource</code> argument specifies the path used for the request.</p>
-    <p>The <code>user_data</code> argument provides the user data pointer from the <code>cupsSetPasswordCB2</code> call.</p>
-      <h2 class="title"><a id="FUNCTIONS">Functions</a></h2>
+<p>The <code>prompt</code> argument is a string from CUPS that should be displayed to the user.</p>
+<p>The <code>http</code> argument is the connection hosting the request that is being authenticated. The password callback can call the <code>httpGetField</code> and <code>httpGetSubField</code> functions to look for additional details concerning the authentication challenge.</p>
+<p>The <code>method</code> argument specifies the HTTP method used for the request and is typically &quot;POST&quot;.</p>
+<p>The <code>resource</code> argument specifies the path used for the request.</p>
+<p>The <code>user_data</code> argument provides the user data pointer from the <code>cupsSetPasswordCB2</code> call.</p>
+<h2 class="title"><a id="FUNCTIONS">Functions</a></h2>
 <h3 class="function"><a id="cupsAddDest">cupsAddDest</a></h3>
-        <p class="description">Add a destination to the list of destinations.</p>
+<p class="description">Add a destination to the list of destinations.</p>
 <p class="code">
 int cupsAddDest(const char *name, const char *instance, int num_dests, <a href="#cups_dest_t">cups_dest_t</a> **dests);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Destination name</td></tr>
+<td class="description">Destination name</td></tr>
 <tr><th>instance</th>
-        <td class="description">Instance name or <code>NULL</code> for none/primary</td></tr>
+<td class="description">Instance name or <code>NULL</code> for none/primary</td></tr>
 <tr><th>num_dests</th>
-        <td class="description">Number of destinations</td></tr>
+<td class="description">Number of destinations</td></tr>
 <tr><th>dests</th>
-        <td class="description">Destinations</td></tr>
+<td class="description">Destinations</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New number of destinations</p>
+<p class="description">New number of destinations</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function cannot be used to add a new class or printer queue,
+<p class="discussion">This function cannot be used to add a new class or printer queue,
 it only adds a new container of saved options for the named
 destination or instance.<br>
 <br>
@@ -1184,87 +1424,451 @@ a copy of that destination's options.<br>
 Use the <a href="#cupsSaveDests"><code>cupsSaveDests</code></a> function to save the updated list of
 destinations to the user's lpoptions file.</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.3/macOS 10.14&#160;</span><a id="cupsAddDestMediaOptions">cupsAddDestMediaOptions</a></h3>
-        <p class="description">Add the option corresponding to the specified media size.</p>
+<p class="description">Add the option corresponding to the specified media size.</p>
 <p class="code">
 int cupsAddDestMediaOptions(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, unsigned flags, <a href="#cups_size_t">cups_size_t</a> *size, int num_options, <a href="#cups_option_t">cups_option_t</a> **options);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>flags</th>
-        <td class="description">Media matching flags</td></tr>
+<td class="description">Media matching flags</td></tr>
 <tr><th>size</th>
-        <td class="description">Media size</td></tr>
+<td class="description">Media size</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Current number of options</td></tr>
+<td class="description">Current number of options</td></tr>
 <tr><th>options</th>
-        <td class="description">Options</td></tr>
+<td class="description">Options</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New number of options</p>
+<p class="description">New number of options</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.2.4/macOS 10.13&#160;</span><a id="cupsAddIntegerOption">cupsAddIntegerOption</a></h3>
-        <p class="description">Add an integer option to an option array.</p>
+<p class="description">Add an integer option to an option array.</p>
 <p class="code">
 int cupsAddIntegerOption(const char *name, int value, int num_options, <a href="#cups_option_t">cups_option_t</a> **options);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Name of option</td></tr>
+<td class="description">Name of option</td></tr>
 <tr><th>value</th>
-        <td class="description">Value of option</td></tr>
+<td class="description">Value of option</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Number of options</td></tr>
+<td class="description">Number of options</td></tr>
 <tr><th>options</th>
-        <td class="description">Pointer to options</td></tr>
+<td class="description">Pointer to options</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of options</p>
+<p class="description">Number of options</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">New option arrays can be initialized simply by passing 0 for the
+<p class="discussion">New option arrays can be initialized simply by passing 0 for the
 &quot;num_options&quot; parameter.
 
 </p>
 <h3 class="function"><a id="cupsAddOption">cupsAddOption</a></h3>
-        <p class="description">Add an option to an option array.</p>
+<p class="description">Add an option to an option array.</p>
 <p class="code">
 int cupsAddOption(const char *name, const char *value, int num_options, <a href="#cups_option_t">cups_option_t</a> **options);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Name of option</td></tr>
+<td class="description">Name of option</td></tr>
 <tr><th>value</th>
-        <td class="description">Value of option</td></tr>
+<td class="description">Value of option</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Number of options</td></tr>
+<td class="description">Number of options</td></tr>
 <tr><th>options</th>
-        <td class="description">Pointer to options</td></tr>
+<td class="description">Pointer to options</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of options</p>
+<p class="description">Number of options</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">New option arrays can be initialized simply by passing 0 for the
+<p class="discussion">New option arrays can be initialized simply by passing 0 for the
 &quot;num_options&quot; parameter.</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayAdd">cupsArrayAdd</a></h3>
+<p class="description">Add an element to the array.</p>
+<p class="code">
+int cupsArrayAdd(<a href="#cups_array_t">cups_array_t</a> *a, void *e);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+<tr><th>e</th>
+<td class="description">Element</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">1 on success, 0 on failure</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">When adding an element to a sorted array, non-unique elements are
+appended at the end of the run of identical elements.  For unsorted arrays,
+the element is appended to the end of the array.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayClear">cupsArrayClear</a></h3>
+<p class="description">Clear the array.</p>
+<p class="code">
+void cupsArrayClear(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function is equivalent to removing all elements in the array.
+The caller is responsible for freeing the memory used by the
+elements themselves.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayCount">cupsArrayCount</a></h3>
+<p class="description">Get the number of elements in the array.</p>
+<p class="code">
+int cupsArrayCount(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Number of elements</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayCurrent">cupsArrayCurrent</a></h3>
+<p class="description">Return the current element in the array.</p>
+<p class="code">
+void *cupsArrayCurrent(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Element</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The current element is undefined until you call <a href="#cupsArrayFind"><code>cupsArrayFind</code></a>,
+<a href="#cupsArrayFirst"><code>cupsArrayFirst</code></a>, or <a href="#cupsArrayIndex"><code>cupsArrayIndex</code></a>, or <a href="#cupsArrayLast"><code>cupsArrayLast</code></a>.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayDelete">cupsArrayDelete</a></h3>
+<p class="description">Free all memory used by the array.</p>
+<p class="code">
+void cupsArrayDelete(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The caller is responsible for freeing the memory used by the
+elements themselves.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayDup">cupsArrayDup</a></h3>
+<p class="description">Duplicate the array.</p>
+<p class="code">
+<a href="#cups_array_t">cups_array_t</a> *cupsArrayDup(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Duplicate array</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayFind">cupsArrayFind</a></h3>
+<p class="description">Find an element in the array.</p>
+<p class="code">
+void *cupsArrayFind(<a href="#cups_array_t">cups_array_t</a> *a, void *e);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+<tr><th>e</th>
+<td class="description">Element</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Element found or <code>NULL</code></p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayFirst">cupsArrayFirst</a></h3>
+<p class="description">Get the first element in the array.</p>
+<p class="code">
+void *cupsArrayFirst(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">First element or <code>NULL</code> if the array is empty</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsArrayGetIndex">cupsArrayGetIndex</a></h3>
+<p class="description">Get the index of the current element.</p>
+<p class="code">
+int cupsArrayGetIndex(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Index of the current element, starting at 0</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The current element is undefined until you call <a href="#cupsArrayFind"><code>cupsArrayFind</code></a>,
+<a href="#cupsArrayFirst"><code>cupsArrayFirst</code></a>, or <a href="#cupsArrayIndex"><code>cupsArrayIndex</code></a>, or <a href="#cupsArrayLast"><code>cupsArrayLast</code></a>.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsArrayGetInsert">cupsArrayGetInsert</a></h3>
+<p class="description">Get the index of the last inserted element.</p>
+<p class="code">
+int cupsArrayGetInsert(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Index of the last inserted element, starting at 0</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayIndex">cupsArrayIndex</a></h3>
+<p class="description">Get the N-th element in the array.</p>
+<p class="code">
+void *cupsArrayIndex(<a href="#cups_array_t">cups_array_t</a> *a, int n);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+<tr><th>n</th>
+<td class="description">Index into array, starting at 0</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">N-th element or <code>NULL</code></p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayInsert">cupsArrayInsert</a></h3>
+<p class="description">Insert an element in the array.</p>
+<p class="code">
+int cupsArrayInsert(<a href="#cups_array_t">cups_array_t</a> *a, void *e);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+<tr><th>e</th>
+<td class="description">Element</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">0 on failure, 1 on success</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">When inserting an element in a sorted array, non-unique elements are
+inserted at the beginning of the run of identical elements.  For unsorted
+arrays, the element is inserted at the beginning of the array.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayLast">cupsArrayLast</a></h3>
+<p class="description">Get the last element in the array.</p>
+<p class="code">
+void *cupsArrayLast(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Last element or <code>NULL</code> if the array is empty</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayNew">cupsArrayNew</a></h3>
+<p class="description">Create a new array.</p>
+<p class="code">
+<a href="#cups_array_t">cups_array_t</a> *cupsArrayNew(<a href="#cups_array_func_t">cups_array_func_t</a> f, void *d);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>f</th>
+<td class="description">Comparison function or <code>NULL</code> for an unsorted array</td></tr>
+<tr><th>d</th>
+<td class="description">User data pointer or <code>NULL</code></td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Array</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The comparison function (&quot;f&quot;) is used to create a sorted array. The function
+receives pointers to two elements and the user data pointer (&quot;d&quot;) - the user
+data pointer argument can safely be omitted when not required so functions
+like <code>strcmp</code> can be used for sorted string arrays.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsArrayNew2">cupsArrayNew2</a></h3>
+<p class="description">Create a new array with hash.</p>
+<p class="code">
+<a href="#cups_array_t">cups_array_t</a> *cupsArrayNew2(<a href="#cups_array_func_t">cups_array_func_t</a> f, void *d, <a href="#cups_ahash_func_t">cups_ahash_func_t</a> h, int hsize);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>f</th>
+<td class="description">Comparison function or <code>NULL</code> for an unsorted array</td></tr>
+<tr><th>d</th>
+<td class="description">User data or <code>NULL</code></td></tr>
+<tr><th>h</th>
+<td class="description">Hash function or <code>NULL</code> for unhashed lookups</td></tr>
+<tr><th>hsize</th>
+<td class="description">Hash size (&gt;= 0)</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Array</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The comparison function (&quot;f&quot;) is used to create a sorted array. The function
+receives pointers to two elements and the user data pointer (&quot;d&quot;) - the user
+data pointer argument can safely be omitted when not required so functions
+like <code>strcmp</code> can be used for sorted string arrays.<br>
+<br>
+The hash function (&quot;h&quot;) is used to implement cached lookups with the
+specified hash size (&quot;hsize&quot;).
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span><a id="cupsArrayNew3">cupsArrayNew3</a></h3>
+<p class="description">Create a new array with hash and/or free function.</p>
+<p class="code">
+<a href="#cups_array_t">cups_array_t</a> *cupsArrayNew3(<a href="#cups_array_func_t">cups_array_func_t</a> f, void *d, <a href="#cups_ahash_func_t">cups_ahash_func_t</a> h, int hsize, <a href="#cups_acopy_func_t">cups_acopy_func_t</a> cf, <a href="#cups_afree_func_t">cups_afree_func_t</a> ff);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>f</th>
+<td class="description">Comparison function or <code>NULL</code> for an unsorted array</td></tr>
+<tr><th>d</th>
+<td class="description">User data or <code>NULL</code></td></tr>
+<tr><th>h</th>
+<td class="description">Hash function or <code>NULL</code> for unhashed lookups</td></tr>
+<tr><th>hsize</th>
+<td class="description">Hash size (&gt;= 0)</td></tr>
+<tr><th>cf</th>
+<td class="description">Copy function</td></tr>
+<tr><th>ff</th>
+<td class="description">Free function</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Array</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The comparison function (&quot;f&quot;) is used to create a sorted array. The function
+receives pointers to two elements and the user data pointer (&quot;d&quot;) - the user
+data pointer argument can safely be omitted when not required so functions
+like <code>strcmp</code> can be used for sorted string arrays.<br>
+<br>
+The hash function (&quot;h&quot;) is used to implement cached lookups with the
+specified hash size (&quot;hsize&quot;).<br>
+<br>
+The copy function (&quot;cf&quot;) is used to automatically copy/retain elements when
+added or the array is copied.<br>
+<br>
+The free function (&quot;cf&quot;) is used to automatically free/release elements when
+removed or the array is deleted.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayNext">cupsArrayNext</a></h3>
+<p class="description">Get the next element in the array.</p>
+<p class="code">
+void *cupsArrayNext(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Next element or <code>NULL</code></p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function is equivalent to &quot;cupsArrayIndex(a, cupsArrayGetIndex(a) + 1)&quot;.<br>
+<br>
+The next element is undefined until you call <a href="#cupsArrayFind"><code>cupsArrayFind</code></a>,
+<a href="#cupsArrayFirst"><code>cupsArrayFirst</code></a>, or <a href="#cupsArrayIndex"><code>cupsArrayIndex</code></a>, or <a href="#cupsArrayLast"><code>cupsArrayLast</code></a>
+to set the current element.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayPrev">cupsArrayPrev</a></h3>
+<p class="description">Get the previous element in the array.</p>
+<p class="code">
+void *cupsArrayPrev(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Previous element or <code>NULL</code></p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function is equivalent to &quot;cupsArrayIndex(a, cupsArrayGetIndex(a) - 1)&quot;.<br>
+<br>
+The previous element is undefined until you call <a href="#cupsArrayFind"><code>cupsArrayFind</code></a>,
+<a href="#cupsArrayFirst"><code>cupsArrayFirst</code></a>, or <a href="#cupsArrayIndex"><code>cupsArrayIndex</code></a>, or <a href="#cupsArrayLast"><code>cupsArrayLast</code></a>
+to set the current element.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayRemove">cupsArrayRemove</a></h3>
+<p class="description">Remove an element from the array.</p>
+<p class="code">
+int cupsArrayRemove(<a href="#cups_array_t">cups_array_t</a> *a, void *e);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+<tr><th>e</th>
+<td class="description">Element</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">1 on success, 0 on failure</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">If more than one element matches &quot;e&quot;, only the first matching element is
+removed.<br>
+<br>
+The caller is responsible for freeing the memory used by the
+removed element.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayRestore">cupsArrayRestore</a></h3>
+<p class="description">Reset the current element to the last <a href="#cupsArraySave"><code>cupsArraySave</code></a>.</p>
+<p class="code">
+void *cupsArrayRestore(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">New current element</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArraySave">cupsArraySave</a></h3>
+<p class="description">Mark the current element for a later <a href="#cupsArrayRestore"><code>cupsArrayRestore</code></a>.</p>
+<p class="code">
+int cupsArraySave(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">1 on success, 0 on failure</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The current element is undefined until you call <a href="#cupsArrayFind"><code>cupsArrayFind</code></a>,
+<a href="#cupsArrayFirst"><code>cupsArrayFirst</code></a>, or <a href="#cupsArrayIndex"><code>cupsArrayIndex</code></a>, or <a href="#cupsArrayLast"><code>cupsArrayLast</code></a>
+to set the current element.<br>
+<br>
+The save/restore stack is guaranteed to be at least 32 elements deep.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsArrayUserData">cupsArrayUserData</a></h3>
+<p class="description">Return the user data for an array.</p>
+<p class="code">
+void *cupsArrayUserData(<a href="#cups_array_t">cups_array_t</a> *a);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>a</th>
+<td class="description">Array</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">User data</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsCancelDestJob">cupsCancelDestJob</a></h3>
-        <p class="description">Cancel a job on a destination.</p>
+<p class="description">Cancel a job on a destination.</p>
 <p class="code">
 ipp_status_t cupsCancelDestJob(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, int job_id);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>job_id</th>
-        <td class="description">Job ID</td></tr>
+<td class="description">Job ID</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of cancel operation</p>
+<p class="description">Status of cancel operation</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The &quot;job_id&quot; is the number returned by cupsCreateDestJob.<br>
+<p class="discussion">The &quot;job_id&quot; is the number returned by cupsCreateDestJob.<br>
 <br>
 Returns <code>IPP_STATUS_OK</code> on success and
 <code>IPP_STATUS_ERROR_NOT_AUTHORIZED</code> or
@@ -1272,79 +1876,79 @@ Returns <code>IPP_STATUS_OK</code> on success and
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsCheckDestSupported">cupsCheckDestSupported</a></h3>
-        <p class="description">Check that the option and value are supported
+<p class="description">Check that the option and value are supported
 by the destination.</p>
 <p class="code">
 int cupsCheckDestSupported(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, const char *option, const char *value);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>option</th>
-        <td class="description">Option</td></tr>
+<td class="description">Option</td></tr>
 <tr><th>value</th>
-        <td class="description">Value or <code>NULL</code></td></tr>
+<td class="description">Value or <code>NULL</code></td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if supported, 0 otherwise</p>
+<p class="description">1 if supported, 0 otherwise</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Returns 1 if supported, 0 otherwise.
+<p class="discussion">Returns 1 if supported, 0 otherwise.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsCloseDestJob">cupsCloseDestJob</a></h3>
-        <p class="description">Close a job and start printing.</p>
+<p class="description">Close a job and start printing.</p>
 <p class="code">
 ipp_status_t cupsCloseDestJob(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *info, int job_id);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>info</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>job_id</th>
-        <td class="description">Job ID</td></tr>
+<td class="description">Job ID</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">IPP status code</p>
+<p class="description">IPP status code</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Use when the last call to cupsStartDocument passed 0 for &quot;last_document&quot;.
+<p class="discussion">Use when the last call to cupsStartDocument passed 0 for &quot;last_document&quot;.
 &quot;job_id&quot; is the job ID returned by cupsCreateDestJob. Returns <code>IPP_STATUS_OK</code>
 on success.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsConnectDest">cupsConnectDest</a></h3>
-        <p class="description">Open a connection to the destination.</p>
+<p class="description">Open a connection to the destination.</p>
 <p class="code">
 <a href="#http_t">http_t</a> *cupsConnectDest(<a href="#cups_dest_t">cups_dest_t</a> *dest, unsigned flags, int msec, int *cancel, char *resource, size_t resourcesize, <a href="#cups_dest_cb_t">cups_dest_cb_t</a> cb, void *user_data);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>flags</th>
-        <td class="description">Connection flags</td></tr>
+<td class="description">Connection flags</td></tr>
 <tr><th>msec</th>
-        <td class="description">Timeout in milliseconds</td></tr>
+<td class="description">Timeout in milliseconds</td></tr>
 <tr><th>cancel</th>
-        <td class="description">Pointer to &quot;cancel&quot; variable</td></tr>
+<td class="description">Pointer to &quot;cancel&quot; variable</td></tr>
 <tr><th>resource</th>
-        <td class="description">Resource buffer</td></tr>
+<td class="description">Resource buffer</td></tr>
 <tr><th>resourcesize</th>
-        <td class="description">Size of resource buffer</td></tr>
+<td class="description">Size of resource buffer</td></tr>
 <tr><th>cb</th>
-        <td class="description">Callback function</td></tr>
+<td class="description">Callback function</td></tr>
 <tr><th>user_data</th>
-        <td class="description">User data pointer</td></tr>
+<td class="description">User data pointer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Connection to destination or <code>NULL</code></p>
+<p class="description">Connection to destination or <code>NULL</code></p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Connect to the destination, returning a new <code>http_t</code> connection object
+<p class="discussion">Connect to the destination, returning a new <code>http_t</code> connection object
 and optionally the resource path to use for the destination.  These calls
 will block until a connection is made, the timeout expires, the integer
 pointed to by &quot;cancel&quot; is non-zero, or the callback function (or block)
@@ -1358,60 +1962,60 @@ associated with the destination.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsCopyDest">cupsCopyDest</a></h3>
-        <p class="description">Copy a destination.</p>
+<p class="description">Copy a destination.</p>
 <p class="code">
 int cupsCopyDest(<a href="#cups_dest_t">cups_dest_t</a> *dest, int num_dests, <a href="#cups_dest_t">cups_dest_t</a> **dests);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>dest</th>
-        <td class="description">Destination to copy</td></tr>
+<td class="description">Destination to copy</td></tr>
 <tr><th>num_dests</th>
-        <td class="description">Number of destinations</td></tr>
+<td class="description">Number of destinations</td></tr>
 <tr><th>dests</th>
-        <td class="description">Destination array</td></tr>
+<td class="description">Destination array</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New number of destinations</p>
+<p class="description">New number of destinations</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Make a copy of the destination to an array of destinations (or just a single
+<p class="discussion">Make a copy of the destination to an array of destinations (or just a single
 copy) - for use with the cupsEnumDests* functions. The caller is responsible
 for calling cupsFreeDests() on the returned object(s).
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsCopyDestConflicts">cupsCopyDestConflicts</a></h3>
-        <p class="description">Get conflicts and resolutions for a new
+<p class="description">Get conflicts and resolutions for a new
 option/value pair.</p>
 <p class="code">
 int cupsCopyDestConflicts(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, int num_options, <a href="#cups_option_t">cups_option_t</a> *options, const char *new_option, const char *new_value, int *num_conflicts, <a href="#cups_option_t">cups_option_t</a> **conflicts, int *num_resolved, <a href="#cups_option_t">cups_option_t</a> **resolved);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Number of current options</td></tr>
+<td class="description">Number of current options</td></tr>
 <tr><th>options</th>
-        <td class="description">Current options</td></tr>
+<td class="description">Current options</td></tr>
 <tr><th>new_option</th>
-        <td class="description">New option</td></tr>
+<td class="description">New option</td></tr>
 <tr><th>new_value</th>
-        <td class="description">New value</td></tr>
+<td class="description">New value</td></tr>
 <tr><th>num_conflicts</th>
-        <td class="description">Number of conflicting options</td></tr>
+<td class="description">Number of conflicting options</td></tr>
 <tr><th>conflicts</th>
-        <td class="description">Conflicting options</td></tr>
+<td class="description">Conflicting options</td></tr>
 <tr><th>num_resolved</th>
-        <td class="description">Number of options to resolve</td></tr>
+<td class="description">Number of options to resolve</td></tr>
 <tr><th>resolved</th>
-        <td class="description">Resolved options</td></tr>
+<td class="description">Resolved options</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if there is a conflict, 0 if none, -1 on error</p>
+<p class="description">1 if there is a conflict, 0 if none, -1 on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">&quot;num_options&quot; and &quot;options&quot; represent the currently selected options by the
+<p class="discussion">&quot;num_options&quot; and &quot;options&quot; represent the currently selected options by the
 user.  &quot;new_option&quot; and &quot;new_value&quot; are the setting the user has just
 changed.<br>
 <br>
@@ -1428,203 +2032,626 @@ to 0 and <code>NULL</code>, respectively, then the conflict cannot be resolved.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsCopyDestInfo">cupsCopyDestInfo</a></h3>
-        <p class="description">Get the supported values/capabilities for the
+<p class="description">Get the supported values/capabilities for the
 destination.</p>
 <p class="code">
 <a href="#cups_dinfo_t">cups_dinfo_t</a> *cupsCopyDestInfo(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Destination information</p>
+<p class="description">Destination information</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The caller is responsible for calling <a href="#cupsFreeDestInfo"><code>cupsFreeDestInfo</code></a> on the return
+<p class="discussion">The caller is responsible for calling <a href="#cupsFreeDestInfo"><code>cupsFreeDestInfo</code></a> on the return
 value. <code>NULL</code> is returned on error.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsCreateDestJob">cupsCreateDestJob</a></h3>
-        <p class="description">Create a job on a destination.</p>
+<p class="description">Create a job on a destination.</p>
 <p class="code">
 ipp_status_t cupsCreateDestJob(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *info, int *job_id, const char *title, int num_options, <a href="#cups_option_t">cups_option_t</a> *options);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>info</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>job_id</th>
-        <td class="description">Job ID or 0 on error</td></tr>
+<td class="description">Job ID or 0 on error</td></tr>
 <tr><th>title</th>
-        <td class="description">Job name</td></tr>
+<td class="description">Job name</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Number of job options</td></tr>
+<td class="description">Number of job options</td></tr>
 <tr><th>options</th>
-        <td class="description">Job options</td></tr>
+<td class="description">Job options</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">IPP status code</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">Returns <code>IPP_STATUS_OK</code> or <code>IPP_STATUS_OK_SUBST</code> on success, saving the job ID
+in the variable pointed to by &quot;job_id&quot;.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsDirClose">cupsDirClose</a></h3>
+<p class="description">Close a directory.</p>
+<p class="code">
+void cupsDirClose(<a href="#cups_dir_t">cups_dir_t</a> *dp);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>dp</th>
+<td class="description">Directory pointer</td></tr>
+</tbody></table>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsDirOpen">cupsDirOpen</a></h3>
+<p class="description">Open a directory.</p>
+<p class="code">
+<a href="#cups_dir_t">cups_dir_t</a> *cupsDirOpen(const char *directory);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>directory</th>
+<td class="description">Directory name</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Directory pointer or <code>NULL</code> if the directory could not be opened.</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsDirRead">cupsDirRead</a></h3>
+<p class="description">Read the next directory entry.</p>
+<p class="code">
+<a href="#cups_dentry_t">cups_dentry_t</a> *cupsDirRead(<a href="#cups_dir_t">cups_dir_t</a> *dp);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>dp</th>
+<td class="description">Directory pointer</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Directory entry or <code>NULL</code> when there are no more</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsDirRewind">cupsDirRewind</a></h3>
+<p class="description">Rewind to the start of the directory.</p>
+<p class="code">
+void cupsDirRewind(<a href="#cups_dir_t">cups_dir_t</a> *dp);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>dp</th>
+<td class="description">Directory pointer</td></tr>
+</tbody></table>
+<h3 class="function"><span class="info">&#160;CUPS 1.1.20/macOS 10.4&#160;</span><a id="cupsDoAuthentication">cupsDoAuthentication</a></h3>
+<p class="description">Authenticate a request.</p>
+<p class="code">
+int cupsDoAuthentication(<a href="#http_t">http_t</a> *http, const char *method, const char *resource);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>http</th>
+<td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<tr><th>method</th>
+<td class="description">Request method (&quot;GET&quot;, &quot;POST&quot;, &quot;PUT&quot;)</td></tr>
+<tr><th>resource</th>
+<td class="description">Resource path</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">0 on success, -1 on error</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function should be called in response to a <code>HTTP_STATUS_UNAUTHORIZED</code>
+status, prior to resubmitting your request.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 2.3/macOS 10.14&#160;</span><a id="cupsEncodeOption">cupsEncodeOption</a></h3>
+<p class="description">Encode a single option into an IPP attribute.</p>
+<p class="code">
+<a href="#ipp_attribute_t">ipp_attribute_t</a> *cupsEncodeOption(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group_tag, const char *name, const char *value);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>ipp</th>
+<td class="description">IPP request/response</td></tr>
+<tr><th>group_tag</th>
+<td class="description">Attribute group</td></tr>
+<tr><th>name</th>
+<td class="description">Option name</td></tr>
+<tr><th>value</th>
+<td class="description">Option string value</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">New attribute or <code>NULL</code> on error</p>
+<h3 class="function"><a id="cupsEncodeOptions">cupsEncodeOptions</a></h3>
+<p class="description">Encode printer options into IPP attributes.</p>
+<p class="code">
+void cupsEncodeOptions(<a href="#ipp_t">ipp_t</a> *ipp, int num_options, <a href="#cups_option_t">cups_option_t</a> *options);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>ipp</th>
+<td class="description">IPP request/response</td></tr>
+<tr><th>num_options</th>
+<td class="description">Number of options</td></tr>
+<tr><th>options</th>
+<td class="description">Options</td></tr>
+</tbody></table>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function adds operation, job, and then subscription attributes,
+in that order. Use the <a href="#cupsEncodeOptions2"><code>cupsEncodeOptions2</code></a> function to add attributes
+for a single group.</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsEncodeOptions2">cupsEncodeOptions2</a></h3>
+<p class="description">Encode printer options into IPP attributes for a group.</p>
+<p class="code">
+void cupsEncodeOptions2(<a href="#ipp_t">ipp_t</a> *ipp, int num_options, <a href="#cups_option_t">cups_option_t</a> *options, ipp_tag_t group_tag);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>ipp</th>
+<td class="description">IPP request/response</td></tr>
+<tr><th>num_options</th>
+<td class="description">Number of options</td></tr>
+<tr><th>options</th>
+<td class="description">Options</td></tr>
+<tr><th>group_tag</th>
+<td class="description">Group to encode</td></tr>
+</tbody></table>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function only adds attributes for a single group. Call this
+function multiple times for each group, or use <a href="#cupsEncodeOptions"><code>cupsEncodeOptions</code></a>
+to add the standard groups.
+
+</p>
+<h3 class="function"><a id="cupsEncryption">cupsEncryption</a></h3>
+<p class="description">Get the current encryption settings.</p>
+<p class="code">
+<a href="#http_encryption_t">http_encryption_t</a> cupsEncryption(void);</p>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Encryption settings</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The default encryption setting comes from the CUPS_ENCRYPTION
+environment variable, then the ~/.cups/client.conf file, and finally the
+/etc/cups/client.conf file. If not set, the default is
+<code>HTTP_ENCRYPTION_IF_REQUESTED</code>.<br>
+<br>
+Note: The current encryption setting is tracked separately for each thread
+in a program. Multi-threaded programs that override the setting via the
+<a href="#cupsSetEncryption"><code>cupsSetEncryption</code></a> function need to do so in each thread for the same
+setting to be used.</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsEnumDests">cupsEnumDests</a></h3>
+<p class="description">Enumerate available destinations with a callback function.</p>
+<p class="code">
+int cupsEnumDests(unsigned flags, int msec, int *cancel, <a href="#cups_ptype_t">cups_ptype_t</a> type, <a href="#cups_ptype_t">cups_ptype_t</a> mask, <a href="#cups_dest_cb_t">cups_dest_cb_t</a> cb, void *user_data);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>flags</th>
+<td class="description">Enumeration flags</td></tr>
+<tr><th>msec</th>
+<td class="description">Timeout in milliseconds, -1 for indefinite</td></tr>
+<tr><th>cancel</th>
+<td class="description">Pointer to &quot;cancel&quot; variable</td></tr>
+<tr><th>type</th>
+<td class="description">Printer type bits</td></tr>
+<tr><th>mask</th>
+<td class="description">Mask for printer type bits</td></tr>
+<tr><th>cb</th>
+<td class="description">Callback function</td></tr>
+<tr><th>user_data</th>
+<td class="description">User data</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">1 on success, 0 on failure</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">Destinations are enumerated from one or more sources.  The callback function
+receives the <code>user_data</code> pointer and the destination pointer which can
+be used as input to the <a href="#cupsCopyDest"><code>cupsCopyDest</code></a> function.  The function must
+return 1 to continue enumeration or 0 to stop.<br>
+<br>
+The <code>type</code> and <code>mask</code> arguments allow the caller to filter the
+destinations that are enumerated.  Passing 0 for both will enumerate all
+printers.  The constant <code>CUPS_PRINTER_DISCOVERED</code> is used to filter on
+destinations that are available but have not yet been added locally.<br>
+<br>
+Enumeration happens on the current thread and does not return until all
+destinations have been enumerated or the callback function returns 0.<br>
+<br>
+Note: The callback function will likely receive multiple updates for the same
+destinations - it is up to the caller to suppress any duplicate destinations.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileClose">cupsFileClose</a></h3>
+<p class="description">Close a CUPS file.</p>
+<p class="code">
+int cupsFileClose(<a href="#cups_file_t">cups_file_t</a> *fp);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">0 on success, -1 on error</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileCompression">cupsFileCompression</a></h3>
+<p class="description">Return whether a file is compressed.</p>
+<p class="code">
+int cupsFileCompression(<a href="#cups_file_t">cups_file_t</a> *fp);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description"><code>CUPS_FILE_NONE</code> or <code>CUPS_FILE_GZIP</code></p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileEOF">cupsFileEOF</a></h3>
+<p class="description">Return the end-of-file status.</p>
+<p class="code">
+int cupsFileEOF(<a href="#cups_file_t">cups_file_t</a> *fp);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">1 on end of file, 0 otherwise</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileFind">cupsFileFind</a></h3>
+<p class="description">Find a file using the specified path.</p>
+<p class="code">
+const char *cupsFileFind(const char *filename, const char *path, int executable, char *buffer, int bufsize);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>filename</th>
+<td class="description">File to find</td></tr>
+<tr><th>path</th>
+<td class="description">Colon/semicolon-separated path</td></tr>
+<tr><th>executable</th>
+<td class="description">1 = executable files, 0 = any file/dir</td></tr>
+<tr><th>buffer</th>
+<td class="description">Filename buffer</td></tr>
+<tr><th>bufsize</th>
+<td class="description">Size of filename buffer</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Full path to file or <code>NULL</code> if not found</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function allows the paths in the path string to be separated by
+colons (UNIX standard) or semicolons (Windows standard) and stores the
+result in the buffer supplied.  If the file cannot be found in any of
+the supplied paths, <code>NULL</code> is returned. A <code>NULL</code> path only
+matches the current directory.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileFlush">cupsFileFlush</a></h3>
+<p class="description">Flush pending output.</p>
+<p class="code">
+int cupsFileFlush(<a href="#cups_file_t">cups_file_t</a> *fp);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">0 on success, -1 on error</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileGetChar">cupsFileGetChar</a></h3>
+<p class="description">Get a single character from a file.</p>
+<p class="code">
+int cupsFileGetChar(<a href="#cups_file_t">cups_file_t</a> *fp);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Character or -1 on end of file</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileGetConf">cupsFileGetConf</a></h3>
+<p class="description">Get a line from a configuration file.</p>
+<p class="code">
+char *cupsFileGetConf(<a href="#cups_file_t">cups_file_t</a> *fp, char *buf, size_t buflen, char **value, int *linenum);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+<tr><th>buf</th>
+<td class="description">String buffer</td></tr>
+<tr><th>buflen</th>
+<td class="description">Size of string buffer</td></tr>
+<tr><th>value</th>
+<td class="description">Pointer to value</td></tr>
+<tr><th>linenum</th>
+<td class="description">Current line number</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Line read or <code>NULL</code> on end of file or error</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileGetLine">cupsFileGetLine</a></h3>
+<p class="description">Get a CR and/or LF-terminated line that may
+contain binary data.</p>
+<p class="code">
+size_t cupsFileGetLine(<a href="#cups_file_t">cups_file_t</a> *fp, char *buf, size_t buflen);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">File to read from</td></tr>
+<tr><th>buf</th>
+<td class="description">Buffer</td></tr>
+<tr><th>buflen</th>
+<td class="description">Size of buffer</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Number of bytes on line or 0 on end of file</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function differs from <a href="#cupsFileGets"><code>cupsFileGets</code></a> in that the trailing CR
+and LF are preserved, as is any binary data on the line. The buffer is
+nul-terminated, however you should use the returned length to determine
+the number of bytes on the line.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileGets">cupsFileGets</a></h3>
+<p class="description">Get a CR and/or LF-terminated line.</p>
+<p class="code">
+char *cupsFileGets(<a href="#cups_file_t">cups_file_t</a> *fp, char *buf, size_t buflen);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+<tr><th>buf</th>
+<td class="description">String buffer</td></tr>
+<tr><th>buflen</th>
+<td class="description">Size of string buffer</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Line read or <code>NULL</code> on end of file or error</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileLock">cupsFileLock</a></h3>
+<p class="description">Temporarily lock access to a file.</p>
+<p class="code">
+int cupsFileLock(<a href="#cups_file_t">cups_file_t</a> *fp, int block);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+<tr><th>block</th>
+<td class="description">1 to wait for the lock, 0 to fail right away</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">0 on success, -1 on error</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileNumber">cupsFileNumber</a></h3>
+<p class="description">Return the file descriptor associated with a CUPS file.</p>
+<p class="code">
+int cupsFileNumber(<a href="#cups_file_t">cups_file_t</a> *fp);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">File descriptor</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileOpen">cupsFileOpen</a></h3>
+<p class="description">Open a CUPS file.</p>
+<p class="code">
+<a href="#cups_file_t">cups_file_t</a> *cupsFileOpen(const char *filename, const char *mode);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>filename</th>
+<td class="description">Name of file</td></tr>
+<tr><th>mode</th>
+<td class="description">Open mode</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">CUPS file or <code>NULL</code> if the file or socket cannot be opened</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The &quot;mode&quot; parameter can be &quot;r&quot; to read, &quot;w&quot; to write, overwriting any
+existing file, &quot;a&quot; to append to an existing file or create a new file,
+or &quot;s&quot; to open a socket connection.<br>
+<br>
+When opening for writing (&quot;w&quot;), an optional number from 1 to 9 can be
+supplied which enables Flate compression of the file.  Compression is
+not supported for the &quot;a&quot; (append) mode.<br>
+<br>
+When opening a socket connection, the filename is a string of the form
+&quot;address:port&quot; or &quot;hostname:port&quot;. The socket will make an IPv4 or IPv6
+connection as needed, generally preferring IPv6 connections when there is
+a choice.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileOpenFd">cupsFileOpenFd</a></h3>
+<p class="description">Open a CUPS file using a file descriptor.</p>
+<p class="code">
+<a href="#cups_file_t">cups_file_t</a> *cupsFileOpenFd(int fd, const char *mode);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fd</th>
+<td class="description">File descriptor</td></tr>
+<tr><th>mode</th>
+<td class="description">Open mode</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">CUPS file or <code>NULL</code> if the file could not be opened</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The &quot;mode&quot; parameter can be &quot;r&quot; to read, &quot;w&quot; to write, &quot;a&quot; to append,
+or &quot;s&quot; to treat the file descriptor as a bidirectional socket connection.<br>
+<br>
+When opening for writing (&quot;w&quot;), an optional number from 1 to 9 can be
+supplied which enables Flate compression of the file.  Compression is
+not supported for the &quot;a&quot; (append) mode.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFilePeekChar">cupsFilePeekChar</a></h3>
+<p class="description">Peek at the next character from a file.</p>
+<p class="code">
+int cupsFilePeekChar(<a href="#cups_file_t">cups_file_t</a> *fp);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Character or -1 on end of file</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFilePrintf">cupsFilePrintf</a></h3>
+<p class="description">Write a formatted string.</p>
+<p class="code">
+int cupsFilePrintf(<a href="#cups_file_t">cups_file_t</a> *fp, const char *format, ...);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+<tr><th>format</th>
+<td class="description">Printf-style format string</td></tr>
+<tr><th>...</th>
+<td class="description">Additional args as necessary</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Number of bytes written or -1 on error</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFilePutChar">cupsFilePutChar</a></h3>
+<p class="description">Write a character.</p>
+<p class="code">
+int cupsFilePutChar(<a href="#cups_file_t">cups_file_t</a> *fp, int c);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+<tr><th>c</th>
+<td class="description">Character to write</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">0 on success, -1 on error</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="cupsFilePutConf">cupsFilePutConf</a></h3>
+<p class="description">Write a configuration line.</p>
+<p class="code">
+ssize_t cupsFilePutConf(<a href="#cups_file_t">cups_file_t</a> *fp, const char *directive, const char *value);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+<tr><th>directive</th>
+<td class="description">Directive</td></tr>
+<tr><th>value</th>
+<td class="description">Value</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Number of bytes written or -1 on error</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function handles any comment escaping of the value.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFilePuts">cupsFilePuts</a></h3>
+<p class="description">Write a string.</p>
+<p class="code">
+int cupsFilePuts(<a href="#cups_file_t">cups_file_t</a> *fp, const char *s);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+<tr><th>s</th>
+<td class="description">String to write</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">IPP status code</p>
+<p class="description">Number of bytes written or -1 on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Returns <code>IPP_STATUS_OK</code> or <code>IPP_STATUS_OK_SUBST</code> on success, saving the job ID
-in the variable pointed to by &quot;job_id&quot;.
+<p class="discussion">Like the <code>fputs</code> function, no newline is appended to the string.
 
 </p>
-<h3 class="function"><span class="info">&#160;CUPS 1.1.20/macOS 10.4&#160;</span><a id="cupsDoAuthentication">cupsDoAuthentication</a></h3>
-        <p class="description">Authenticate a request.</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileRead">cupsFileRead</a></h3>
+<p class="description">Read from a file.</p>
 <p class="code">
-int cupsDoAuthentication(<a href="#http_t">http_t</a> *http, const char *method, const char *resource);</p>
+ssize_t cupsFileRead(<a href="#cups_file_t">cups_file_t</a> *fp, char *buf, size_t bytes);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
-<tr><th>http</th>
-        <td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
-<tr><th>method</th>
-        <td class="description">Request method (&quot;GET&quot;, &quot;POST&quot;, &quot;PUT&quot;)</td></tr>
-<tr><th>resource</th>
-        <td class="description">Resource path</td></tr>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+<tr><th>buf</th>
+<td class="description">Buffer</td></tr>
+<tr><th>bytes</th>
+<td class="description">Number of bytes to read</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on error</p>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function should be called in response to a <code>HTTP_STATUS_UNAUTHORIZED</code>
-status, prior to resubmitting your request.
-
-</p>
-<h3 class="function"><span class="info">&#160;CUPS 2.3/macOS 10.14&#160;</span><a id="cupsEncodeOption">cupsEncodeOption</a></h3>
-        <p class="description">Encode a single option into an IPP attribute.</p>
+<p class="description">Number of bytes read or -1 on error</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileRewind">cupsFileRewind</a></h3>
+<p class="description">Set the current file position to the beginning of the
+file.</p>
 <p class="code">
-<a href="#ipp_attribute_t">ipp_attribute_t</a> *cupsEncodeOption(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group_tag, const char *name, const char *value);</p>
+off_t cupsFileRewind(<a href="#cups_file_t">cups_file_t</a> *fp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
-<tr><th>ipp</th>
-        <td class="description">IPP request/response</td></tr>
-<tr><th>group_tag</th>
-        <td class="description">Attribute group</td></tr>
-<tr><th>name</th>
-        <td class="description">Option name</td></tr>
-<tr><th>value</th>
-        <td class="description">Option string value</td></tr>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute or <code>NULL</code> on error</p>
-<h3 class="function"><a id="cupsEncodeOptions">cupsEncodeOptions</a></h3>
-        <p class="description">Encode printer options into IPP attributes.</p>
+<p class="description">New file position or -1 on error</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileSeek">cupsFileSeek</a></h3>
+<p class="description">Seek in a file.</p>
 <p class="code">
-void cupsEncodeOptions(<a href="#ipp_t">ipp_t</a> *ipp, int num_options, <a href="#cups_option_t">cups_option_t</a> *options);</p>
+off_t cupsFileSeek(<a href="#cups_file_t">cups_file_t</a> *fp, off_t pos);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
-<tr><th>ipp</th>
-        <td class="description">IPP request/response</td></tr>
-<tr><th>num_options</th>
-        <td class="description">Number of options</td></tr>
-<tr><th>options</th>
-        <td class="description">Options</td></tr>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+<tr><th>pos</th>
+<td class="description">Position in file</td></tr>
 </tbody></table>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function adds operation, job, and then subscription attributes,
-in that order. Use the <a href="#cupsEncodeOptions2"><code>cupsEncodeOptions2</code></a> function to add attributes
-for a single group.</p>
-<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsEncodeOptions2">cupsEncodeOptions2</a></h3>
-        <p class="description">Encode printer options into IPP attributes for a group.</p>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">New file position or -1 on error</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileStderr">cupsFileStderr</a></h3>
+<p class="description">Return a CUPS file associated with stderr.</p>
 <p class="code">
-void cupsEncodeOptions2(<a href="#ipp_t">ipp_t</a> *ipp, int num_options, <a href="#cups_option_t">cups_option_t</a> *options, ipp_tag_t group_tag);</p>
+<a href="#cups_file_t">cups_file_t</a> *cupsFileStderr(void);</p>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">CUPS file</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileStdin">cupsFileStdin</a></h3>
+<p class="description">Return a CUPS file associated with stdin.</p>
+<p class="code">
+<a href="#cups_file_t">cups_file_t</a> *cupsFileStdin(void);</p>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">CUPS file</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileStdout">cupsFileStdout</a></h3>
+<p class="description">Return a CUPS file associated with stdout.</p>
+<p class="code">
+<a href="#cups_file_t">cups_file_t</a> *cupsFileStdout(void);</p>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">CUPS file</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileTell">cupsFileTell</a></h3>
+<p class="description">Return the current file position.</p>
+<p class="code">
+off_t cupsFileTell(<a href="#cups_file_t">cups_file_t</a> *fp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
-<tr><th>ipp</th>
-        <td class="description">IPP request/response</td></tr>
-<tr><th>num_options</th>
-        <td class="description">Number of options</td></tr>
-<tr><th>options</th>
-        <td class="description">Options</td></tr>
-<tr><th>group_tag</th>
-        <td class="description">Group to encode</td></tr>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
 </tbody></table>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function only adds attributes for a single group. Call this
-function multiple times for each group, or use <a href="#cupsEncodeOptions"><code>cupsEncodeOptions</code></a>
-to add the standard groups.
-
-</p>
-<h3 class="function"><a id="cupsEncryption">cupsEncryption</a></h3>
-        <p class="description">Get the current encryption settings.</p>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">File position</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileUnlock">cupsFileUnlock</a></h3>
+<p class="description">Unlock access to a file.</p>
 <p class="code">
-<a href="#http_encryption_t">http_encryption_t</a> cupsEncryption(void);</p>
+int cupsFileUnlock(<a href="#cups_file_t">cups_file_t</a> *fp);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+</tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Encryption settings</p>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">The default encryption setting comes from the CUPS_ENCRYPTION
-environment variable, then the ~/.cups/client.conf file, and finally the
-/etc/cups/client.conf file. If not set, the default is
-<code>HTTP_ENCRYPTION_IF_REQUESTED</code>.<br>
-<br>
-Note: The current encryption setting is tracked separately for each thread
-in a program. Multi-threaded programs that override the setting via the
-<a href="#cupsSetEncryption"><code>cupsSetEncryption</code></a> function need to do so in each thread for the same
-setting to be used.</p>
-<h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsEnumDests">cupsEnumDests</a></h3>
-        <p class="description">Enumerate available destinations with a callback function.</p>
+<p class="description">0 on success, -1 on error</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsFileWrite">cupsFileWrite</a></h3>
+<p class="description">Write to a file.</p>
 <p class="code">
-int cupsEnumDests(unsigned flags, int msec, int *cancel, <a href="#cups_ptype_t">cups_ptype_t</a> type, <a href="#cups_ptype_t">cups_ptype_t</a> mask, <a href="#cups_dest_cb_t">cups_dest_cb_t</a> cb, void *user_data);</p>
+ssize_t cupsFileWrite(<a href="#cups_file_t">cups_file_t</a> *fp, const char *buf, size_t bytes);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
-<tr><th>flags</th>
-        <td class="description">Enumeration flags</td></tr>
-<tr><th>msec</th>
-        <td class="description">Timeout in milliseconds, -1 for indefinite</td></tr>
-<tr><th>cancel</th>
-        <td class="description">Pointer to &quot;cancel&quot; variable</td></tr>
-<tr><th>type</th>
-        <td class="description">Printer type bits</td></tr>
-<tr><th>mask</th>
-        <td class="description">Mask for printer type bits</td></tr>
-<tr><th>cb</th>
-        <td class="description">Callback function</td></tr>
-<tr><th>user_data</th>
-        <td class="description">User data</td></tr>
+<tr><th>fp</th>
+<td class="description">CUPS file</td></tr>
+<tr><th>buf</th>
+<td class="description">Buffer</td></tr>
+<tr><th>bytes</th>
+<td class="description">Number of bytes to write</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
-<h4 class="discussion">Discussion</h4>
-        <p class="discussion">Destinations are enumerated from one or more sources.  The callback function
-receives the <code>user_data</code> pointer and the destination pointer which can
-be used as input to the <a href="#cupsCopyDest"><code>cupsCopyDest</code></a> function.  The function must
-return 1 to continue enumeration or 0 to stop.<br>
-<br>
-The <code>type</code> and <code>mask</code> arguments allow the caller to filter the
-destinations that are enumerated.  Passing 0 for both will enumerate all
-printers.  The constant <code>CUPS_PRINTER_DISCOVERED</code> is used to filter on
-destinations that are available but have not yet been added locally.<br>
-<br>
-Enumeration happens on the current thread and does not return until all
-destinations have been enumerated or the callback function returns 0.<br>
-<br>
-Note: The callback function will likely receive multiple updates for the same
-destinations - it is up to the caller to suppress any duplicate destinations.
-
-</p>
+<p class="description">Number of bytes written or -1 on error</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="cupsFindDestDefault">cupsFindDestDefault</a></h3>
-        <p class="description">Find the default value(s) for the given option.</p>
+<p class="description">Find the default value(s) for the given option.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *cupsFindDestDefault(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, const char *option);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>option</th>
-        <td class="description">Option/attribute name</td></tr>
+<td class="description">Option/attribute name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Default attribute or <code>NULL</code> for none</p>
+<p class="description">Default attribute or <code>NULL</code> for none</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The returned value is an IPP attribute. Use the <code>ippGetBoolean</code>,
+<p class="discussion">The returned value is an IPP attribute. Use the <code>ippGetBoolean</code>,
 <code>ippGetCollection</code>, <code>ippGetCount</code>, <code>ippGetDate</code>,
 <code>ippGetInteger</code>, <code>ippGetOctetString</code>, <code>ippGetRange</code>,
 <code>ippGetResolution</code>, <code>ippGetString</code>, and <code>ippGetValueTag</code>
@@ -1632,24 +2659,24 @@ functions to inspect the default value(s) as needed.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="cupsFindDestReady">cupsFindDestReady</a></h3>
-        <p class="description">Find the default value(s) for the given option.</p>
+<p class="description">Find the default value(s) for the given option.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *cupsFindDestReady(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, const char *option);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>option</th>
-        <td class="description">Option/attribute name</td></tr>
+<td class="description">Option/attribute name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Default attribute or <code>NULL</code> for none</p>
+<p class="description">Default attribute or <code>NULL</code> for none</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The returned value is an IPP attribute. Use the <code>ippGetBoolean</code>,
+<p class="discussion">The returned value is an IPP attribute. Use the <code>ippGetBoolean</code>,
 <code>ippGetCollection</code>, <code>ippGetCount</code>, <code>ippGetDate</code>,
 <code>ippGetInteger</code>, <code>ippGetOctetString</code>, <code>ippGetRange</code>,
 <code>ippGetResolution</code>, <code>ippGetString</code>, and <code>ippGetValueTag</code>
@@ -1657,24 +2684,24 @@ functions to inspect the default value(s) as needed.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="cupsFindDestSupported">cupsFindDestSupported</a></h3>
-        <p class="description">Find the default value(s) for the given option.</p>
+<p class="description">Find the default value(s) for the given option.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *cupsFindDestSupported(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, const char *option);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>option</th>
-        <td class="description">Option/attribute name</td></tr>
+<td class="description">Option/attribute name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Default attribute or <code>NULL</code> for none</p>
+<p class="description">Default attribute or <code>NULL</code> for none</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The returned value is an IPP attribute. Use the <code>ippGetBoolean</code>,
+<p class="discussion">The returned value is an IPP attribute. Use the <code>ippGetBoolean</code>,
 <code>ippGetCollection</code>, <code>ippGetCount</code>, <code>ippGetDate</code>,
 <code>ippGetInteger</code>, <code>ippGetOctetString</code>, <code>ippGetRange</code>,
 <code>ippGetResolution</code>, <code>ippGetString</code>, and <code>ippGetValueTag</code>
@@ -1682,138 +2709,138 @@ functions to inspect the default value(s) as needed.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsFinishDestDocument">cupsFinishDestDocument</a></h3>
-        <p class="description">Finish the current document.</p>
+<p class="description">Finish the current document.</p>
 <p class="code">
 ipp_status_t cupsFinishDestDocument(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *info);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>info</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of document submission</p>
+<p class="description">Status of document submission</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Returns <code>IPP_STATUS_OK</code> or <code>IPP_STATUS_OK_SUBST</code> on success.
+<p class="discussion">Returns <code>IPP_STATUS_OK</code> or <code>IPP_STATUS_OK_SUBST</code> on success.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsFreeDestInfo">cupsFreeDestInfo</a></h3>
-        <p class="description">Free destination information obtained using
+<p class="description">Free destination information obtained using
 <a href="#cupsCopyDestInfo"><code>cupsCopyDestInfo</code></a>.</p>
 <p class="code">
 void cupsFreeDestInfo(<a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 </tbody></table>
 <h3 class="function"><a id="cupsFreeDests">cupsFreeDests</a></h3>
-        <p class="description">Free the memory used by the list of destinations.</p>
+<p class="description">Free the memory used by the list of destinations.</p>
 <p class="code">
 void cupsFreeDests(int num_dests, <a href="#cups_dest_t">cups_dest_t</a> *dests);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>num_dests</th>
-        <td class="description">Number of destinations</td></tr>
+<td class="description">Number of destinations</td></tr>
 <tr><th>dests</th>
-        <td class="description">Destinations</td></tr>
+<td class="description">Destinations</td></tr>
 </tbody></table>
 <h3 class="function"><a id="cupsFreeJobs">cupsFreeJobs</a></h3>
-        <p class="description">Free memory used by job data.</p>
+<p class="description">Free memory used by job data.</p>
 <p class="code">
 void cupsFreeJobs(int num_jobs, <a href="#cups_job_t">cups_job_t</a> *jobs);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>num_jobs</th>
-        <td class="description">Number of jobs</td></tr>
+<td class="description">Number of jobs</td></tr>
 <tr><th>jobs</th>
-        <td class="description">Jobs</td></tr>
+<td class="description">Jobs</td></tr>
 </tbody></table>
 <h3 class="function"><a id="cupsFreeOptions">cupsFreeOptions</a></h3>
-        <p class="description">Free all memory used by options.</p>
+<p class="description">Free all memory used by options.</p>
 <p class="code">
 void cupsFreeOptions(int num_options, <a href="#cups_option_t">cups_option_t</a> *options);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>num_options</th>
-        <td class="description">Number of options</td></tr>
+<td class="description">Number of options</td></tr>
 <tr><th>options</th>
-        <td class="description">Pointer to options</td></tr>
+<td class="description">Pointer to options</td></tr>
 </tbody></table>
 <h3 class="function"><a id="cupsGetDest">cupsGetDest</a></h3>
-        <p class="description">Get the named destination from the list.</p>
+<p class="description">Get the named destination from the list.</p>
 <p class="code">
 <a href="#cups_dest_t">cups_dest_t</a> *cupsGetDest(const char *name, const char *instance, int num_dests, <a href="#cups_dest_t">cups_dest_t</a> *dests);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Destination name or <code>NULL</code> for the default destination</td></tr>
+<td class="description">Destination name or <code>NULL</code> for the default destination</td></tr>
 <tr><th>instance</th>
-        <td class="description">Instance name or <code>NULL</code></td></tr>
+<td class="description">Instance name or <code>NULL</code></td></tr>
 <tr><th>num_dests</th>
-        <td class="description">Number of destinations</td></tr>
+<td class="description">Number of destinations</td></tr>
 <tr><th>dests</th>
-        <td class="description">Destinations</td></tr>
+<td class="description">Destinations</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Destination pointer or <code>NULL</code></p>
+<p class="description">Destination pointer or <code>NULL</code></p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Use the <a href="#cupsEnumDests"><code>cupsEnumDests</code></a> or <a href="#cupsGetDests2"><code>cupsGetDests2</code></a> functions to get a
+<p class="discussion">Use the <a href="#cupsEnumDests"><code>cupsEnumDests</code></a> or <a href="#cupsGetDests2"><code>cupsGetDests2</code></a> functions to get a
 list of supported destinations for the current user.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="cupsGetDestMediaByIndex">cupsGetDestMediaByIndex</a></h3>
-        <p class="description">Get a media name, dimension, and margins for a
+<p class="description">Get a media name, dimension, and margins for a
 specific size.</p>
 <p class="code">
 int cupsGetDestMediaByIndex(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, int n, unsigned flags, <a href="#cups_size_t">cups_size_t</a> *size);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>n</th>
-        <td class="description">Media size number (0-based)</td></tr>
+<td class="description">Media size number (0-based)</td></tr>
 <tr><th>flags</th>
-        <td class="description">Media flags</td></tr>
+<td class="description">Media flags</td></tr>
 <tr><th>size</th>
-        <td class="description">Media size information</td></tr>
+<td class="description">Media size information</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>flags</code> parameter determines which set of media are indexed.  For
+<p class="discussion">The <code>flags</code> parameter determines which set of media are indexed.  For
 example, passing <code>CUPS_MEDIA_FLAGS_BORDERLESS</code> will get the Nth
 borderless size supported by the printer.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsGetDestMediaByName">cupsGetDestMediaByName</a></h3>
-        <p class="description">Get media names, dimensions, and margins.</p>
+<p class="description">Get media names, dimensions, and margins.</p>
 <p class="code">
 int cupsGetDestMediaByName(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, const char *media, unsigned flags, <a href="#cups_size_t">cups_size_t</a> *size);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>media</th>
-        <td class="description">Media name</td></tr>
+<td class="description">Media name</td></tr>
 <tr><th>flags</th>
-        <td class="description">Media matching flags</td></tr>
+<td class="description">Media matching flags</td></tr>
 <tr><th>size</th>
-        <td class="description">Media size information</td></tr>
+<td class="description">Media size information</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on match, 0 on failure</p>
+<p class="description">1 on match, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The &quot;media&quot; string is a PWG media name.  &quot;Flags&quot; provides some matching
+<p class="discussion">The &quot;media&quot; string is a PWG media name.  &quot;Flags&quot; provides some matching
 guidance (multiple flags can be combined):<br>
 <br>
 CUPS_MEDIA_FLAGS_DEFAULT    = find the closest size supported by the printer,
@@ -1829,32 +2856,32 @@ Returns 1 when there is a match and 0 if there is not a match.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsGetDestMediaBySize">cupsGetDestMediaBySize</a></h3>
-        <p class="description">Get media names, dimensions, and margins.</p>
+<p class="description">Get media names, dimensions, and margins.</p>
 <p class="code">
 int cupsGetDestMediaBySize(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, int width, int length, unsigned flags, <a href="#cups_size_t">cups_size_t</a> *size);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>width</th>
-        <td class="description">Media width in hundredths of
+<td class="description">Media width in hundredths of
 of millimeters</td></tr>
 <tr><th>length</th>
-        <td class="description">Media length in hundredths of
+<td class="description">Media length in hundredths of
 of millimeters</td></tr>
 <tr><th>flags</th>
-        <td class="description">Media matching flags</td></tr>
+<td class="description">Media matching flags</td></tr>
 <tr><th>size</th>
-        <td class="description">Media size information</td></tr>
+<td class="description">Media size information</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on match, 0 on failure</p>
+<p class="description">1 on match, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">&quot;Width&quot; and &quot;length&quot; are the dimensions in hundredths of millimeters.
+<p class="discussion">&quot;Width&quot; and &quot;length&quot; are the dimensions in hundredths of millimeters.
 &quot;Flags&quot; provides some matching guidance (multiple flags can be combined):<br>
 <br>
 CUPS_MEDIA_FLAGS_DEFAULT    = find the closest size supported by the printer,
@@ -1870,89 +2897,89 @@ Returns 1 when there is a match and 0 if there is not a match.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="cupsGetDestMediaCount">cupsGetDestMediaCount</a></h3>
-        <p class="description">Get the number of sizes supported by a
+<p class="description">Get the number of sizes supported by a
 destination.</p>
 <p class="code">
 int cupsGetDestMediaCount(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, unsigned flags);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>flags</th>
-        <td class="description">Media flags</td></tr>
+<td class="description">Media flags</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of sizes</p>
+<p class="description">Number of sizes</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>flags</code> parameter determines the set of media sizes that are
+<p class="discussion">The <code>flags</code> parameter determines the set of media sizes that are
 counted.  For example, passing <code>CUPS_MEDIA_FLAGS_BORDERLESS</code> will return
 the number of borderless sizes.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="cupsGetDestMediaDefault">cupsGetDestMediaDefault</a></h3>
-        <p class="description">Get the default size for a destination.</p>
+<p class="description">Get the default size for a destination.</p>
 <p class="code">
 int cupsGetDestMediaDefault(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, unsigned flags, <a href="#cups_size_t">cups_size_t</a> *size);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>flags</th>
-        <td class="description">Media flags</td></tr>
+<td class="description">Media flags</td></tr>
 <tr><th>size</th>
-        <td class="description">Media size information</td></tr>
+<td class="description">Media size information</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>flags</code> parameter determines which default size is returned.  For
+<p class="discussion">The <code>flags</code> parameter determines which default size is returned.  For
 example, passing <code>CUPS_MEDIA_FLAGS_BORDERLESS</code> will return the default
 borderless size, typically US Letter or A4, but sometimes 4x6 photo media.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/macOS 10.10&#160;</span><a id="cupsGetDestWithURI">cupsGetDestWithURI</a></h3>
-        <p class="description">Get a destination associated with a URI.</p>
+<p class="description">Get a destination associated with a URI.</p>
 <p class="code">
 <a href="#cups_dest_t">cups_dest_t</a> *cupsGetDestWithURI(const char *name, const char *uri);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Desired printer name or <code>NULL</code></td></tr>
+<td class="description">Desired printer name or <code>NULL</code></td></tr>
 <tr><th>uri</th>
-        <td class="description">URI for the printer</td></tr>
+<td class="description">URI for the printer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Destination or <code>NULL</code></p>
+<p class="description">Destination or <code>NULL</code></p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">&quot;name&quot; is the desired name for the printer. If <code>NULL</code>, a name will be
+<p class="discussion">&quot;name&quot; is the desired name for the printer. If <code>NULL</code>, a name will be
 created using the URI.<br>
 <br>
 &quot;uri&quot; is the &quot;ipp&quot; or &quot;ipps&quot; URI for the printer.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.21/macOS 10.4&#160;</span><a id="cupsGetDests2">cupsGetDests2</a></h3>
-        <p class="description">Get the list of destinations from the specified server.</p>
+<p class="description">Get the list of destinations from the specified server.</p>
 <p class="code">
 int cupsGetDests2(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> **dests);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
 <tr><th>dests</th>
-        <td class="description">Destinations</td></tr>
+<td class="description">Destinations</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of destinations</p>
+<p class="description">Number of destinations</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Starting with CUPS 1.2, the returned list of destinations include the
+<p class="discussion">Starting with CUPS 1.2, the returned list of destinations include the
 &quot;printer-info&quot;, &quot;printer-is-accepting-jobs&quot;, &quot;printer-is-shared&quot;,
 &quot;printer-make-and-model&quot;, &quot;printer-state&quot;, &quot;printer-state-change-time&quot;,
 &quot;printer-state-reasons&quot;, &quot;printer-type&quot;, and &quot;printer-uri-supported&quot;
@@ -1971,68 +2998,68 @@ the <a href="#cupsGetDest"><code>cupsGetDest</code></a> function to find a parti
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 2.2.4/macOS 10.13&#160;</span><a id="cupsGetIntegerOption">cupsGetIntegerOption</a></h3>
-        <p class="description">Get an integer option value.</p>
+<p class="description">Get an integer option value.</p>
 <p class="code">
 int cupsGetIntegerOption(const char *name, int num_options, <a href="#cups_option_t">cups_option_t</a> *options);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Name of option</td></tr>
+<td class="description">Name of option</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Number of options</td></tr>
+<td class="description">Number of options</td></tr>
 <tr><th>options</th>
-        <td class="description">Options</td></tr>
+<td class="description">Options</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Option value or <code>INT_MIN</code></p>
+<p class="description">Option value or <code>INT_MIN</code></p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">INT_MIN is returned when the option does not exist, is not an integer, or
+<p class="discussion">INT_MIN is returned when the option does not exist, is not an integer, or
 exceeds the range of values for the &quot;int&quot; type.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.21/macOS 10.4&#160;</span><a id="cupsGetJobs2">cupsGetJobs2</a></h3>
-        <p class="description">Get the jobs from the specified server.</p>
+<p class="description">Get the jobs from the specified server.</p>
 <p class="code">
 int cupsGetJobs2(<a href="#http_t">http_t</a> *http, <a href="#cups_job_t">cups_job_t</a> **jobs, const char *name, int myjobs, int whichjobs);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
 <tr><th>jobs</th>
-        <td class="description">Job data</td></tr>
+<td class="description">Job data</td></tr>
 <tr><th>name</th>
-        <td class="description"><code>NULL</code> = all destinations, otherwise show jobs for named destination</td></tr>
+<td class="description"><code>NULL</code> = all destinations, otherwise show jobs for named destination</td></tr>
 <tr><th>myjobs</th>
-        <td class="description">0 = all users, 1 = mine</td></tr>
+<td class="description">0 = all users, 1 = mine</td></tr>
 <tr><th>whichjobs</th>
-        <td class="description"><code>CUPS_WHICHJOBS_ALL</code>, <code>CUPS_WHICHJOBS_ACTIVE</code>, or <code>CUPS_WHICHJOBS_COMPLETED</code></td></tr>
+<td class="description"><code>CUPS_WHICHJOBS_ALL</code>, <code>CUPS_WHICHJOBS_ACTIVE</code>, or <code>CUPS_WHICHJOBS_COMPLETED</code></td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of jobs</p>
+<p class="description">Number of jobs</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">A &quot;whichjobs&quot; value of <code>CUPS_WHICHJOBS_ALL</code> returns all jobs regardless
+<p class="discussion">A &quot;whichjobs&quot; value of <code>CUPS_WHICHJOBS_ALL</code> returns all jobs regardless
 of state, while <code>CUPS_WHICHJOBS_ACTIVE</code> returns jobs that are
 pending, processing, or held and <code>CUPS_WHICHJOBS_COMPLETED</code> returns
 jobs that are stopped, canceled, aborted, or completed.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="cupsGetNamedDest">cupsGetNamedDest</a></h3>
-        <p class="description">Get options for the named destination.</p>
+<p class="description">Get options for the named destination.</p>
 <p class="code">
 <a href="#cups_dest_t">cups_dest_t</a> *cupsGetNamedDest(<a href="#http_t">http_t</a> *http, const char *name, const char *instance);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
 <tr><th>name</th>
-        <td class="description">Destination name or <code>NULL</code> for the default destination</td></tr>
+<td class="description">Destination name or <code>NULL</code> for the default destination</td></tr>
 <tr><th>instance</th>
-        <td class="description">Instance name or <code>NULL</code></td></tr>
+<td class="description">Instance name or <code>NULL</code></td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Destination or <code>NULL</code></p>
+<p class="description">Destination or <code>NULL</code></p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function is optimized for retrieving a single destination and should
+<p class="discussion">This function is optimized for retrieving a single destination and should
 be used instead of <a href="#cupsGetDests2"><code>cupsGetDests2</code></a> and <a href="#cupsGetDest"><code>cupsGetDest</code></a> when you
 either know the name of the destination or want to print to the default
 destination.  If <code>NULL</code> is returned, the destination does not exist or
@@ -2049,40 +3076,40 @@ The returned destination must be freed using <a href="#cupsFreeDests"><code>cups
 
 </p>
 <h3 class="function"><a id="cupsGetOption">cupsGetOption</a></h3>
-        <p class="description">Get an option value.</p>
+<p class="description">Get an option value.</p>
 <p class="code">
 const char *cupsGetOption(const char *name, int num_options, <a href="#cups_option_t">cups_option_t</a> *options);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Name of option</td></tr>
+<td class="description">Name of option</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Number of options</td></tr>
+<td class="description">Number of options</td></tr>
 <tr><th>options</th>
-        <td class="description">Options</td></tr>
+<td class="description">Options</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Option value or <code>NULL</code></p>
+<p class="description">Option value or <code>NULL</code></p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="cupsGetPassword2">cupsGetPassword2</a></h3>
-        <p class="description">Get a password from the user using the current
+<p class="description">Get a password from the user using the current
 password callback.</p>
 <p class="code">
 const char *cupsGetPassword2(const char *prompt, <a href="#http_t">http_t</a> *http, const char *method, const char *resource);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>prompt</th>
-        <td class="description">Prompt string</td></tr>
+<td class="description">Prompt string</td></tr>
 <tr><th>http</th>
-        <td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
 <tr><th>method</th>
-        <td class="description">Request method (&quot;GET&quot;, &quot;POST&quot;, &quot;PUT&quot;)</td></tr>
+<td class="description">Request method (&quot;GET&quot;, &quot;POST&quot;, &quot;PUT&quot;)</td></tr>
 <tr><th>resource</th>
-        <td class="description">Resource path</td></tr>
+<td class="description">Resource path</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Password</p>
+<p class="description">Password</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Uses the current password callback function. Returns <code>NULL</code> if the
+<p class="discussion">Uses the current password callback function. Returns <code>NULL</code> if the
 user does not provide a password.<br>
 <br>
 Note: The current password callback function is tracked separately for each
@@ -2092,165 +3119,385 @@ same function to be used.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/macOS 10.10&#160;</span><a id="cupsLocalizeDestMedia">cupsLocalizeDestMedia</a></h3>
-        <p class="description">Get the localized string for a destination media
+<p class="description">Get the localized string for a destination media
 size.</p>
 <p class="code">
 const char *cupsLocalizeDestMedia(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, unsigned flags, <a href="#cups_size_t">cups_size_t</a> *size);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>flags</th>
-        <td class="description">Media flags</td></tr>
+<td class="description">Media flags</td></tr>
 <tr><th>size</th>
-        <td class="description">Media size</td></tr>
+<td class="description">Media size</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Localized string</p>
+<p class="description">Localized string</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The returned string is stored in the destination information and will become
+<p class="discussion">The returned string is stored in the destination information and will become
 invalid if the destination information is deleted.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsLocalizeDestOption">cupsLocalizeDestOption</a></h3>
-        <p class="description">Get the localized string for a destination
+<p class="description">Get the localized string for a destination
 option.</p>
 <p class="code">
 const char *cupsLocalizeDestOption(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, const char *option);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>option</th>
-        <td class="description">Option to localize</td></tr>
+<td class="description">Option to localize</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Localized string</p>
+<p class="description">Localized string</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The returned string is stored in the destination information and will become
+<p class="discussion">The returned string is stored in the destination information and will become
 invalid if the destination information is deleted.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsLocalizeDestValue">cupsLocalizeDestValue</a></h3>
-        <p class="description">Get the localized string for a destination
+<p class="description">Get the localized string for a destination
 option+value pair.</p>
 <p class="code">
 const char *cupsLocalizeDestValue(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *dinfo, const char *option, const char *value);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>dinfo</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>option</th>
-        <td class="description">Option to localize</td></tr>
+<td class="description">Option to localize</td></tr>
 <tr><th>value</th>
-        <td class="description">Value to localize</td></tr>
+<td class="description">Value to localize</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Localized string</p>
+<p class="description">Localized string</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The returned string is stored in the destination information and will become
+<p class="discussion">The returned string is stored in the destination information and will become
 invalid if the destination information is deleted.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="cupsMakeServerCredentials">cupsMakeServerCredentials</a></h3>
-        <p class="description">Make a self-signed certificate and private key pair.</p>
+<p class="description">Make a self-signed certificate and private key pair.</p>
 <p class="code">
 int cupsMakeServerCredentials(const char *path, const char *common_name, int num_alt_names, const char **alt_names, time_t expiration_date);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>path</th>
-        <td class="description">Keychain path or <code>NULL</code> for default</td></tr>
+<td class="description">Keychain path or <code>NULL</code> for default</td></tr>
 <tr><th>common_name</th>
-        <td class="description">Common name</td></tr>
+<td class="description">Common name</td></tr>
 <tr><th>num_alt_names</th>
-        <td class="description">Number of subject alternate names</td></tr>
+<td class="description">Number of subject alternate names</td></tr>
 <tr><th>alt_names</th>
-        <td class="description">Subject Alternate Names</td></tr>
+<td class="description">Subject Alternate Names</td></tr>
 <tr><th>expiration_date</th>
-        <td class="description">Expiration date</td></tr>
+<td class="description">Expiration date</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h3 class="function"><a id="cupsParseOptions">cupsParseOptions</a></h3>
-        <p class="description">Parse options from a command-line argument.</p>
+<p class="description">Parse options from a command-line argument.</p>
 <p class="code">
 int cupsParseOptions(const char *arg, int num_options, <a href="#cups_option_t">cups_option_t</a> **options);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>arg</th>
-        <td class="description">Argument to parse</td></tr>
+<td class="description">Argument to parse</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Number of options</td></tr>
+<td class="description">Number of options</td></tr>
 <tr><th>options</th>
-        <td class="description">Options found</td></tr>
+<td class="description">Options found</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of options found</p>
+<p class="description">Number of options found</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function converts space-delimited name/value pairs according
+<p class="discussion">This function converts space-delimited name/value pairs according
 to the PAPI text option ABNF specification. Collection values
 (&quot;name={a=... b=... c=...}&quot;) are stored with the curley brackets
 intact - use <code>cupsParseOptions</code> on the value to extract the
 collection attributes.</p>
+<h3 class="function"><a id="cupsRasterClose">cupsRasterClose</a></h3>
+<p class="description">Close a raster stream.</p>
+<p class="code">
+void cupsRasterClose(<a href="#cups_raster_t">cups_raster_t</a> *r);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>r</th>
+<td class="description">Stream to close</td></tr>
+</tbody></table>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The file descriptor associated with the raster stream must be closed
+separately as needed.</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsRasterErrorString">cupsRasterErrorString</a></h3>
+<p class="description">Return the last error from a raster function.</p>
+<p class="code">
+const char *cupsRasterErrorString(void);</p>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Last error or <code>NULL</code></p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">If there are no recent errors, <code>NULL</code> is returned.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 2.2/macOS 10.12&#160;</span><a id="cupsRasterInitPWGHeader">cupsRasterInitPWGHeader</a></h3>
+<p class="description">Initialize a page header for PWG Raster output.</p>
+<p class="code">
+int cupsRasterInitPWGHeader(<a href="#cups_page_header2_t">cups_page_header2_t</a> *h, <a href="#pwg_media_t">pwg_media_t</a> *media, const char *type, int xdpi, int ydpi, const char *sides, const char *sheet_back);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>h</th>
+<td class="description">Page header</td></tr>
+<tr><th>media</th>
+<td class="description">PWG media information</td></tr>
+<tr><th>type</th>
+<td class="description">PWG raster type string</td></tr>
+<tr><th>xdpi</th>
+<td class="description">Cross-feed direction (horizontal) resolution</td></tr>
+<tr><th>ydpi</th>
+<td class="description">Feed direction (vertical) resolution</td></tr>
+<tr><th>sides</th>
+<td class="description">IPP &quot;sides&quot; option value</td></tr>
+<tr><th>sheet_back</th>
+<td class="description">Transform for back side or <code>NULL</code> for none</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">1 on success, 0 on failure</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The &quot;media&quot; argument specifies the media to use.<br>
+<br>
+The &quot;type&quot; argument specifies a &quot;pwg-raster-document-type-supported&quot; value
+that controls the color space and bit depth of the raster data.<br>
+<br>
+The &quot;xres&quot; and &quot;yres&quot; arguments specify the raster resolution in dots per
+inch.<br>
+<br>
+The &quot;sheet_back&quot; argument specifies a &quot;pwg-raster-document-sheet-back&quot; value
+to apply for the back side of a page.  Pass <code>NULL</code> for the front side.
+
+</p>
+<h3 class="function"><a id="cupsRasterOpen">cupsRasterOpen</a></h3>
+<p class="description">Open a raster stream using a file descriptor.</p>
+<p class="code">
+<a href="#cups_raster_t">cups_raster_t</a> *cupsRasterOpen(int fd, <a href="#cups_mode_t">cups_mode_t</a> mode);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>fd</th>
+<td class="description">File descriptor</td></tr>
+<tr><th>mode</th>
+<td class="description">Mode - <code>CUPS_RASTER_READ</code>,
+<code>CUPS_RASTER_WRITE</code>,
+<code>CUPS_RASTER_WRITE_COMPRESSED</code>,
+or <code>CUPS_RASTER_WRITE_PWG</code></td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">New stream</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function associates a raster stream with the given file descriptor.
+For most printer driver filters, &quot;fd&quot; will be 0 (stdin).  For most raster
+image processor (RIP) filters that generate raster data, &quot;fd&quot; will be 1
+(stdout).<br>
+<br>
+When writing raster data, the <code>CUPS_RASTER_WRITE</code>,
+<code>CUPS_RASTER_WRITE_COMPRESS</code>, or <code>CUPS_RASTER_WRITE_PWG</code> mode can
+be used - compressed and PWG output is generally 25-50% smaller but adds a
+100-300% execution time overhead.</p>
+<h3 class="function"><a id="cupsRasterOpenIO">cupsRasterOpenIO</a></h3>
+<p class="description">Open a raster stream using a callback function.</p>
+<p class="code">
+<a href="#cups_raster_t">cups_raster_t</a> *cupsRasterOpenIO(<a href="#cups_raster_iocb_t">cups_raster_iocb_t</a> iocb, void *ctx, <a href="#cups_mode_t">cups_mode_t</a> mode);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>iocb</th>
+<td class="description">Read/write callback</td></tr>
+<tr><th>ctx</th>
+<td class="description">Context pointer for callback</td></tr>
+<tr><th>mode</th>
+<td class="description">Mode - <code>CUPS_RASTER_READ</code>,
+<code>CUPS_RASTER_WRITE</code>,
+<code>CUPS_RASTER_WRITE_COMPRESSED</code>,
+or <code>CUPS_RASTER_WRITE_PWG</code></td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">New stream</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function associates a raster stream with the given callback function and
+context pointer.<br>
+<br>
+When writing raster data, the <code>CUPS_RASTER_WRITE</code>,
+<code>CUPS_RASTER_WRITE_COMPRESS</code>, or <code>CUPS_RASTER_WRITE_PWG</code> mode can
+be used - compressed and PWG output is generally 25-50% smaller but adds a
+100-300% execution time overhead.</p>
+<h3 class="function"><span class="info">&#160;DEPRECATED&#160;</span><a id="cupsRasterReadHeader">cupsRasterReadHeader</a></h3>
+<p class="description">Read a raster page header and store it in a
+version 1 page header structure.</p>
+<p class="code">
+unsigned cupsRasterReadHeader(<a href="#cups_raster_t">cups_raster_t</a> *r, <a href="#cups_page_header_t">cups_page_header_t</a> *h);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>r</th>
+<td class="description">Raster stream</td></tr>
+<tr><th>h</th>
+<td class="description">Pointer to header data</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">1 on success, 0 on failure/end-of-file</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function is deprecated. Use <a href="#cupsRasterReadHeader2"><code>cupsRasterReadHeader2</code></a> instead.<br>
+<br>
+Version 1 page headers were used in CUPS 1.0 and 1.1 and contain a subset
+of the version 2 page header data. This function handles reading version 2
+page headers and copying only the version 1 data into the provided buffer.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsRasterReadHeader2">cupsRasterReadHeader2</a></h3>
+<p class="description">Read a raster page header and store it in a
+version 2 page header structure.</p>
+<p class="code">
+unsigned cupsRasterReadHeader2(<a href="#cups_raster_t">cups_raster_t</a> *r, <a href="#cups_page_header2_t">cups_page_header2_t</a> *h);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>r</th>
+<td class="description">Raster stream</td></tr>
+<tr><th>h</th>
+<td class="description">Pointer to header data</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">1 on success, 0 on failure/end-of-file</p>
+<h3 class="function"><a id="cupsRasterReadPixels">cupsRasterReadPixels</a></h3>
+<p class="description">Read raster pixels.</p>
+<p class="code">
+unsigned cupsRasterReadPixels(<a href="#cups_raster_t">cups_raster_t</a> *r, unsigned char *p, unsigned len);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>r</th>
+<td class="description">Raster stream</td></tr>
+<tr><th>p</th>
+<td class="description">Pointer to pixel buffer</td></tr>
+<tr><th>len</th>
+<td class="description">Number of bytes to read</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Number of bytes read</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">For best performance, filters should read one or more whole lines.
+The &quot;cupsBytesPerLine&quot; value from the page header can be used to allocate
+the line buffer and as the number of bytes to read.</p>
+<h3 class="function"><span class="info">&#160;DEPRECATED&#160;</span><a id="cupsRasterWriteHeader">cupsRasterWriteHeader</a></h3>
+<p class="description">Write a raster page header from a version 1 page
+header structure.</p>
+<p class="code">
+unsigned cupsRasterWriteHeader(<a href="#cups_raster_t">cups_raster_t</a> *r, <a href="#cups_page_header_t">cups_page_header_t</a> *h);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>r</th>
+<td class="description">Raster stream</td></tr>
+<tr><th>h</th>
+<td class="description">Raster page header</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">1 on success, 0 on failure</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function is deprecated. Use <a href="#cupsRasterWriteHeader2"><code>cupsRasterWriteHeader2</code></a> instead.
+
+</p>
+<h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsRasterWriteHeader2">cupsRasterWriteHeader2</a></h3>
+<p class="description">Write a raster page header from a version 2
+page header structure.</p>
+<p class="code">
+unsigned cupsRasterWriteHeader2(<a href="#cups_raster_t">cups_raster_t</a> *r, <a href="#cups_page_header2_t">cups_page_header2_t</a> *h);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>r</th>
+<td class="description">Raster stream</td></tr>
+<tr><th>h</th>
+<td class="description">Raster page header</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">1 on success, 0 on failure</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">The page header can be initialized using <a href="#cupsRasterInitPWGHeader"><code>cupsRasterInitPWGHeader</code></a>.
+
+</p>
+<h3 class="function"><a id="cupsRasterWritePixels">cupsRasterWritePixels</a></h3>
+<p class="description">Write raster pixels.</p>
+<p class="code">
+unsigned cupsRasterWritePixels(<a href="#cups_raster_t">cups_raster_t</a> *r, unsigned char *p, unsigned len);</p>
+<h4 class="parameters">Parameters</h4>
+<table class="list"><tbody>
+<tr><th>r</th>
+<td class="description">Raster stream</td></tr>
+<tr><th>p</th>
+<td class="description">Bytes to write</td></tr>
+<tr><th>len</th>
+<td class="description">Number of bytes to write</td></tr>
+</tbody></table>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">Number of bytes written</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">For best performance, filters should write one or more whole lines.
+The &quot;cupsBytesPerLine&quot; value from the page header can be used to allocate
+the line buffer and as the number of bytes to write.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsRemoveDest">cupsRemoveDest</a></h3>
-        <p class="description">Remove a destination from the destination list.</p>
+<p class="description">Remove a destination from the destination list.</p>
 <p class="code">
 int cupsRemoveDest(const char *name, const char *instance, int num_dests, <a href="#cups_dest_t">cups_dest_t</a> **dests);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Destination name</td></tr>
+<td class="description">Destination name</td></tr>
 <tr><th>instance</th>
-        <td class="description">Instance name or <code>NULL</code></td></tr>
+<td class="description">Instance name or <code>NULL</code></td></tr>
 <tr><th>num_dests</th>
-        <td class="description">Number of destinations</td></tr>
+<td class="description">Number of destinations</td></tr>
 <tr><th>dests</th>
-        <td class="description">Destinations</td></tr>
+<td class="description">Destinations</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New number of destinations</p>
+<p class="description">New number of destinations</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Removing a destination/instance does not delete the class or printer
+<p class="discussion">Removing a destination/instance does not delete the class or printer
 queue, merely the lpoptions for that destination/instance.  Use the
 <a href="#cupsSetDests"><code>cupsSetDests</code></a> or <a href="#cupsSetDests2"><code>cupsSetDests2</code></a> functions to save the new
 options for the user.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cupsRemoveOption">cupsRemoveOption</a></h3>
-        <p class="description">Remove an option from an option array.</p>
+<p class="description">Remove an option from an option array.</p>
 <p class="code">
 int cupsRemoveOption(const char *name, int num_options, <a href="#cups_option_t">cups_option_t</a> **options);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Option name</td></tr>
+<td class="description">Option name</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Current number of options</td></tr>
+<td class="description">Current number of options</td></tr>
 <tr><th>options</th>
-        <td class="description">Options</td></tr>
+<td class="description">Options</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New number of options</p>
+<p class="description">New number of options</p>
 <h3 class="function"><a id="cupsServer">cupsServer</a></h3>
-        <p class="description">Return the hostname/address of the current server.</p>
+<p class="description">Return the hostname/address of the current server.</p>
 <p class="code">
 const char *cupsServer(void);</p>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Server name</p>
+<p class="description">Server name</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The default server comes from the CUPS_SERVER environment variable, then the
+<p class="discussion">The default server comes from the CUPS_SERVER environment variable, then the
 ~/.cups/client.conf file, and finally the /etc/cups/client.conf file. If not
 set, the default is the local system - either &quot;localhost&quot; or a domain socket
 path.<br>
@@ -2263,18 +3510,18 @@ Multi-threaded programs that override the server via the
 <a href="#cupsSetServer"><code>cupsSetServer</code></a> function need to do so in each thread for the same
 server to be used.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span><a id="cupsSetClientCertCB">cupsSetClientCertCB</a></h3>
-        <p class="description">Set the client certificate callback.</p>
+<p class="description">Set the client certificate callback.</p>
 <p class="code">
 void cupsSetClientCertCB(<a href="#cups_client_cert_cb_t">cups_client_cert_cb_t</a> cb, void *user_data);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>cb</th>
-        <td class="description">Callback function</td></tr>
+<td class="description">Callback function</td></tr>
 <tr><th>user_data</th>
-        <td class="description">User data pointer</td></tr>
+<td class="description">User data pointer</td></tr>
 </tbody></table>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Pass <code>NULL</code> to restore the default callback.<br>
+<p class="discussion">Pass <code>NULL</code> to restore the default callback.<br>
 <br>
 Note: The current certificate callback is tracked separately for each thread
 in a program. Multi-threaded programs that override the callback need to do
@@ -2282,69 +3529,69 @@ so in each thread for the same callback to be used.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span><a id="cupsSetCredentials">cupsSetCredentials</a></h3>
-        <p class="description">Set the default credentials to be used for SSL/TLS
+<p class="description">Set the default credentials to be used for SSL/TLS
 connections.</p>
 <p class="code">
-int cupsSetCredentials(cups_array_t *credentials);</p>
+int cupsSetCredentials(<a href="#cups_array_t">cups_array_t</a> *credentials);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>credentials</th>
-        <td class="description">Array of credentials</td></tr>
+<td class="description">Array of credentials</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of call (0 = success)</p>
+<p class="description">Status of call (0 = success)</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Note: The default credentials are tracked separately for each thread in a
+<p class="discussion">Note: The default credentials are tracked separately for each thread in a
 program. Multi-threaded programs that override the setting need to do so in
 each thread for the same setting to be used.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="cupsSetDefaultDest">cupsSetDefaultDest</a></h3>
-        <p class="description">Set the default destination.</p>
+<p class="description">Set the default destination.</p>
 <p class="code">
 void cupsSetDefaultDest(const char *name, const char *instance, int num_dests, <a href="#cups_dest_t">cups_dest_t</a> *dests);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Destination name</td></tr>
+<td class="description">Destination name</td></tr>
 <tr><th>instance</th>
-        <td class="description">Instance name or <code>NULL</code></td></tr>
+<td class="description">Instance name or <code>NULL</code></td></tr>
 <tr><th>num_dests</th>
-        <td class="description">Number of destinations</td></tr>
+<td class="description">Number of destinations</td></tr>
 <tr><th>dests</th>
-        <td class="description">Destinations</td></tr>
+<td class="description">Destinations</td></tr>
 </tbody></table>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.21/macOS 10.4&#160;</span><a id="cupsSetDests2">cupsSetDests2</a></h3>
-        <p class="description">Save the list of destinations for the specified server.</p>
+<p class="description">Save the list of destinations for the specified server.</p>
 <p class="code">
 int cupsSetDests2(<a href="#http_t">http_t</a> *http, int num_dests, <a href="#cups_dest_t">cups_dest_t</a> *dests);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
+<td class="description">Connection to server or <code>CUPS_HTTP_DEFAULT</code></td></tr>
 <tr><th>num_dests</th>
-        <td class="description">Number of destinations</td></tr>
+<td class="description">Number of destinations</td></tr>
 <tr><th>dests</th>
-        <td class="description">Destinations</td></tr>
+<td class="description">Destinations</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on error</p>
+<p class="description">0 on success, -1 on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function saves the destinations to /etc/cups/lpoptions when run
+<p class="discussion">This function saves the destinations to /etc/cups/lpoptions when run
 as root and ~/.cups/lpoptions when run as a normal user.
 
 </p>
 <h3 class="function"><a id="cupsSetEncryption">cupsSetEncryption</a></h3>
-        <p class="description">Set the encryption preference.</p>
+<p class="description">Set the encryption preference.</p>
 <p class="code">
 void cupsSetEncryption(<a href="#http_encryption_t">http_encryption_t</a> e);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>e</th>
-        <td class="description">New encryption preference</td></tr>
+<td class="description">New encryption preference</td></tr>
 </tbody></table>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The default encryption setting comes from the CUPS_ENCRYPTION
+<p class="discussion">The default encryption setting comes from the CUPS_ENCRYPTION
 environment variable, then the ~/.cups/client.conf file, and finally the
 /etc/cups/client.conf file. If not set, the default is
 <code>HTTP_ENCRYPTION_IF_REQUESTED</code>.<br>
@@ -2353,18 +3600,18 @@ Note: The current encryption setting is tracked separately for each thread
 in a program. Multi-threaded programs that override the setting need to do
 so in each thread for the same setting to be used.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="cupsSetPasswordCB2">cupsSetPasswordCB2</a></h3>
-        <p class="description">Set the advanced password callback for CUPS.</p>
+<p class="description">Set the advanced password callback for CUPS.</p>
 <p class="code">
 void cupsSetPasswordCB2(<a href="#cups_password_cb2_t">cups_password_cb2_t</a> cb, void *user_data);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>cb</th>
-        <td class="description">Callback function</td></tr>
+<td class="description">Callback function</td></tr>
 <tr><th>user_data</th>
-        <td class="description">User data pointer</td></tr>
+<td class="description">User data pointer</td></tr>
 </tbody></table>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Pass <code>NULL</code> to restore the default (console) password callback, which
+<p class="discussion">Pass <code>NULL</code> to restore the default (console) password callback, which
 reads the password from the console. Programs should call either this
 function or <a href="#cupsSetPasswordCB2"><code>cupsSetPasswordCB2</code></a>, as only one callback can be registered
 by a program per thread.<br>
@@ -2375,16 +3622,16 @@ so in each thread for the same callback to be used.
 
 </p>
 <h3 class="function"><a id="cupsSetServer">cupsSetServer</a></h3>
-        <p class="description">Set the default server name and port.</p>
+<p class="description">Set the default server name and port.</p>
 <p class="code">
 void cupsSetServer(const char *server);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>server</th>
-        <td class="description">Server name</td></tr>
+<td class="description">Server name</td></tr>
 </tbody></table>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The &quot;server&quot; string can be a fully-qualified hostname, a numeric
+<p class="discussion">The &quot;server&quot; string can be a fully-qualified hostname, a numeric
 IPv4 or IPv6 address, or a domain socket pathname. Hostnames and numeric IP
 addresses can be optionally followed by a colon and port number to override
 the default port 631, e.g. &quot;hostname:8631&quot;. Pass <code>NULL</code> to restore the
@@ -2394,18 +3641,18 @@ Note: The current server is tracked separately for each thread in a program.
 Multi-threaded programs that override the server need to do so in each
 thread for the same server to be used.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span><a id="cupsSetServerCertCB">cupsSetServerCertCB</a></h3>
-        <p class="description">Set the server certificate callback.</p>
+<p class="description">Set the server certificate callback.</p>
 <p class="code">
 void cupsSetServerCertCB(<a href="#cups_server_cert_cb_t">cups_server_cert_cb_t</a> cb, void *user_data);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>cb</th>
-        <td class="description">Callback function</td></tr>
+<td class="description">Callback function</td></tr>
 <tr><th>user_data</th>
-        <td class="description">User data pointer</td></tr>
+<td class="description">User data pointer</td></tr>
 </tbody></table>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Pass <code>NULL</code> to restore the default callback.<br>
+<p class="discussion">Pass <code>NULL</code> to restore the default callback.<br>
 <br>
 Note: The current credentials callback is tracked separately for each thread
 in a program. Multi-threaded programs that override the callback need to do
@@ -2413,83 +3660,83 @@ so in each thread for the same callback to be used.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/macOS 10.10&#160;</span><a id="cupsSetServerCredentials">cupsSetServerCredentials</a></h3>
-        <p class="description">Set the default server credentials.</p>
+<p class="description">Set the default server credentials.</p>
 <p class="code">
 int cupsSetServerCredentials(const char *path, const char *common_name, int auto_create);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>path</th>
-        <td class="description">Keychain path or <code>NULL</code> for default</td></tr>
+<td class="description">Keychain path or <code>NULL</code> for default</td></tr>
 <tr><th>common_name</th>
-        <td class="description">Default common name for server</td></tr>
+<td class="description">Default common name for server</td></tr>
 <tr><th>auto_create</th>
-        <td class="description">1 = automatically create self-signed certificates</td></tr>
+<td class="description">1 = automatically create self-signed certificates</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Note: The server credentials are used by all threads in the running process.
+<p class="discussion">Note: The server credentials are used by all threads in the running process.
 This function is threadsafe.
 
 </p>
 <h3 class="function"><a id="cupsSetUser">cupsSetUser</a></h3>
-        <p class="description">Set the default user name.</p>
+<p class="description">Set the default user name.</p>
 <p class="code">
 void cupsSetUser(const char *user);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>user</th>
-        <td class="description">User name</td></tr>
+<td class="description">User name</td></tr>
 </tbody></table>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Pass <code>NULL</code> to restore the default user name.<br>
+<p class="discussion">Pass <code>NULL</code> to restore the default user name.<br>
 <br>
 Note: The current user name is tracked separately for each thread in a
 program. Multi-threaded programs that override the user name need to do so
 in each thread for the same user name to be used.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="cupsSetUserAgent">cupsSetUserAgent</a></h3>
-        <p class="description">Set the default HTTP User-Agent string.</p>
+<p class="description">Set the default HTTP User-Agent string.</p>
 <p class="code">
 void cupsSetUserAgent(const char *user_agent);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>user_agent</th>
-        <td class="description">User-Agent string or <code>NULL</code></td></tr>
+<td class="description">User-Agent string or <code>NULL</code></td></tr>
 </tbody></table>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Setting the string to NULL forces the default value containing the CUPS
+<p class="discussion">Setting the string to NULL forces the default value containing the CUPS
 version, IPP version, and operating system version and architecture.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cupsStartDestDocument">cupsStartDestDocument</a></h3>
-        <p class="description">Start a new document.</p>
+<p class="description">Start a new document.</p>
 <p class="code">
 http_status_t cupsStartDestDocument(<a href="#http_t">http_t</a> *http, <a href="#cups_dest_t">cups_dest_t</a> *dest, <a href="#cups_dinfo_t">cups_dinfo_t</a> *info, int job_id, const char *docname, const char *format, int num_options, <a href="#cups_option_t">cups_option_t</a> *options, int last_document);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to destination</td></tr>
+<td class="description">Connection to destination</td></tr>
 <tr><th>dest</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>info</th>
-        <td class="description">Destination information</td></tr>
+<td class="description">Destination information</td></tr>
 <tr><th>job_id</th>
-        <td class="description">Job ID</td></tr>
+<td class="description">Job ID</td></tr>
 <tr><th>docname</th>
-        <td class="description">Document name</td></tr>
+<td class="description">Document name</td></tr>
 <tr><th>format</th>
-        <td class="description">Document format</td></tr>
+<td class="description">Document format</td></tr>
 <tr><th>num_options</th>
-        <td class="description">Number of document options</td></tr>
+<td class="description">Number of document options</td></tr>
 <tr><th>options</th>
-        <td class="description">Document options</td></tr>
+<td class="description">Document options</td></tr>
 <tr><th>last_document</th>
-        <td class="description">1 if this is the last document</td></tr>
+<td class="description">1 if this is the last document</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of document creation</p>
+<p class="description">Status of document creation</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">&quot;job_id&quot; is the job ID returned by cupsCreateDestJob.  &quot;docname&quot; is the name
+<p class="discussion">&quot;job_id&quot; is the job ID returned by cupsCreateDestJob.  &quot;docname&quot; is the name
 of the document/file being printed, &quot;format&quot; is the MIME media type for the
 document (see CUPS_FORMAT_xxx constants), and &quot;num_options&quot; and &quot;options&quot;
 are the options do be applied to the document. &quot;last_document&quot; should be 1
@@ -2498,304 +3745,304 @@ if this is the last document to be submitted in the job.  Returns
 
 </p>
 <h3 class="function"><a id="cupsUser">cupsUser</a></h3>
-        <p class="description">Return the current user's name.</p>
+<p class="description">Return the current user's name.</p>
 <p class="code">
 const char *cupsUser(void);</p>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">User name</p>
+<p class="description">User name</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Note: The current user name is tracked separately for each thread in a
+<p class="discussion">Note: The current user name is tracked separately for each thread in a
 program. Multi-threaded programs that override the user name with the
 <a href="#cupsSetUser"><code>cupsSetUser</code></a> function need to do so in each thread for the same user
 name to be used.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="cupsUserAgent">cupsUserAgent</a></h3>
-        <p class="description">Return the default HTTP User-Agent string.</p>
+<p class="description">Return the default HTTP User-Agent string.</p>
 <p class="code">
 const char *cupsUserAgent(void);</p>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">User-Agent string</p>
+<p class="description">User-Agent string</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpAcceptConnection">httpAcceptConnection</a></h3>
-        <p class="description">Accept a new HTTP client connection from the
+<p class="description">Accept a new HTTP client connection from the
 specified listening socket.</p>
 <p class="code">
 <a href="#http_t">http_t</a> *httpAcceptConnection(int fd, int blocking);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>fd</th>
-        <td class="description">Listen socket file descriptor</td></tr>
+<td class="description">Listen socket file descriptor</td></tr>
 <tr><th>blocking</th>
-        <td class="description">1 if the connection should be
+<td class="description">1 if the connection should be
 blocking, 0 otherwise</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">HTTP connection or <code>NULL</code></p>
+<p class="description">HTTP connection or <code>NULL</code></p>
 <h3 class="function"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span><a id="httpAddCredential">httpAddCredential</a></h3>
-        <p class="description">Allocates and adds a single credential to an array.</p>
+<p class="description">Allocates and adds a single credential to an array.</p>
 <p class="code">
-int httpAddCredential(cups_array_t *credentials, const void *data, size_t datalen);</p>
+int httpAddCredential(<a href="#cups_array_t">cups_array_t</a> *credentials, const void *data, size_t datalen);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>credentials</th>
-        <td class="description">Credentials array</td></tr>
+<td class="description">Credentials array</td></tr>
 <tr><th>data</th>
-        <td class="description">PEM-encoded X.509 data</td></tr>
+<td class="description">PEM-encoded X.509 data</td></tr>
 <tr><th>datalen</th>
-        <td class="description">Length of data</td></tr>
+<td class="description">Length of data</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on error</p>
+<p class="description">0 on success, -1 on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Use <code>cupsArrayNew(NULL, NULL)</code> to create a credentials array.
+<p class="discussion">Use <code>cupsArrayNew(NULL, NULL)</code> to create a credentials array.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpAddrAny">httpAddrAny</a></h3>
-        <p class="description">Check for the &quot;any&quot; address.</p>
+<p class="description">Check for the &quot;any&quot; address.</p>
 <p class="code">
 int httpAddrAny(const <a href="#http_addr_t">http_addr_t</a> *addr);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>addr</th>
-        <td class="description">Address to check</td></tr>
+<td class="description">Address to check</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if &quot;any&quot;, 0 otherwise</p>
+<p class="description">1 if &quot;any&quot;, 0 otherwise</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpAddrClose">httpAddrClose</a></h3>
-        <p class="description">Close a socket created by <a href="#httpAddrConnect"><code>httpAddrConnect</code></a> or
+<p class="description">Close a socket created by <a href="#httpAddrConnect"><code>httpAddrConnect</code></a> or
 <a href="#httpAddrListen"><code>httpAddrListen</code></a>.</p>
 <p class="code">
 int httpAddrClose(<a href="#http_addr_t">http_addr_t</a> *addr, int fd);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>addr</th>
-        <td class="description">Listen address or <code>NULL</code></td></tr>
+<td class="description">Listen address or <code>NULL</code></td></tr>
 <tr><th>fd</th>
-        <td class="description">Socket file descriptor</td></tr>
+<td class="description">Socket file descriptor</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on failure</p>
+<p class="description">0 on success, -1 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Pass <code>NULL</code> for sockets created with <a href="#httpAddrConnect2"><code>httpAddrConnect2</code></a> and the
+<p class="discussion">Pass <code>NULL</code> for sockets created with <a href="#httpAddrConnect2"><code>httpAddrConnect2</code></a> and the
 listen address for sockets created with <a href="#httpAddrListen"><code>httpAddrListen</code></a>.  This function
 ensures that domain sockets are removed when closed.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpAddrConnect2">httpAddrConnect2</a></h3>
-        <p class="description">Connect to any of the addresses in the list with a
+<p class="description">Connect to any of the addresses in the list with a
 timeout and optional cancel.</p>
 <p class="code">
 <a href="#http_addrlist_t">http_addrlist_t</a> *httpAddrConnect2(<a href="#http_addrlist_t">http_addrlist_t</a> *addrlist, int *sock, int msec, int *cancel);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>addrlist</th>
-        <td class="description">List of potential addresses</td></tr>
+<td class="description">List of potential addresses</td></tr>
 <tr><th>sock</th>
-        <td class="description">Socket</td></tr>
+<td class="description">Socket</td></tr>
 <tr><th>msec</th>
-        <td class="description">Timeout in milliseconds</td></tr>
+<td class="description">Timeout in milliseconds</td></tr>
 <tr><th>cancel</th>
-        <td class="description">Pointer to &quot;cancel&quot; variable</td></tr>
+<td class="description">Pointer to &quot;cancel&quot; variable</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Connected address or NULL on failure</p>
+<p class="description">Connected address or NULL on failure</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpAddrCopyList">httpAddrCopyList</a></h3>
-        <p class="description">Copy an address list.</p>
+<p class="description">Copy an address list.</p>
 <p class="code">
 <a href="#http_addrlist_t">http_addrlist_t</a> *httpAddrCopyList(<a href="#http_addrlist_t">http_addrlist_t</a> *src);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>src</th>
-        <td class="description">Source address list</td></tr>
+<td class="description">Source address list</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New address list or <code>NULL</code> on error</p>
+<p class="description">New address list or <code>NULL</code> on error</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpAddrEqual">httpAddrEqual</a></h3>
-        <p class="description">Compare two addresses.</p>
+<p class="description">Compare two addresses.</p>
 <p class="code">
 int httpAddrEqual(const <a href="#http_addr_t">http_addr_t</a> *addr1, const <a href="#http_addr_t">http_addr_t</a> *addr2);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>addr1</th>
-        <td class="description">First address</td></tr>
+<td class="description">First address</td></tr>
 <tr><th>addr2</th>
-        <td class="description">Second address</td></tr>
+<td class="description">Second address</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if equal, 0 if not</p>
+<p class="description">1 if equal, 0 if not</p>
 <h3 class="function"><a id="httpAddrFamily">httpAddrFamily</a></h3>
-        <p class="description">Get the address family of an address.</p>
+<p class="description">Get the address family of an address.</p>
 <p class="code">
 int httpAddrFamily(<a href="#http_addr_t">http_addr_t</a> *addr);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>addr</th>
-        <td class="description">Address</td></tr>
+<td class="description">Address</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Address family</p>
+<p class="description">Address family</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpAddrFreeList">httpAddrFreeList</a></h3>
-        <p class="description">Free an address list.</p>
+<p class="description">Free an address list.</p>
 <p class="code">
 void httpAddrFreeList(<a href="#http_addrlist_t">http_addrlist_t</a> *addrlist);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>addrlist</th>
-        <td class="description">Address list to free</td></tr>
+<td class="description">Address list to free</td></tr>
 </tbody></table>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpAddrGetList">httpAddrGetList</a></h3>
-        <p class="description">Get a list of addresses for a hostname.</p>
+<p class="description">Get a list of addresses for a hostname.</p>
 <p class="code">
 <a href="#http_addrlist_t">http_addrlist_t</a> *httpAddrGetList(const char *hostname, int family, const char *service);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>hostname</th>
-        <td class="description">Hostname, IP address, or NULL for passive listen address</td></tr>
+<td class="description">Hostname, IP address, or NULL for passive listen address</td></tr>
 <tr><th>family</th>
-        <td class="description">Address family or AF_UNSPEC</td></tr>
+<td class="description">Address family or AF_UNSPEC</td></tr>
 <tr><th>service</th>
-        <td class="description">Service name or port number</td></tr>
+<td class="description">Service name or port number</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">List of addresses or NULL</p>
+<p class="description">List of addresses or NULL</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpAddrLength">httpAddrLength</a></h3>
-        <p class="description">Return the length of the address in bytes.</p>
+<p class="description">Return the length of the address in bytes.</p>
 <p class="code">
 int httpAddrLength(const <a href="#http_addr_t">http_addr_t</a> *addr);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>addr</th>
-        <td class="description">Address</td></tr>
+<td class="description">Address</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Length in bytes</p>
+<p class="description">Length in bytes</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpAddrListen">httpAddrListen</a></h3>
-        <p class="description">Create a listening socket bound to the specified
+<p class="description">Create a listening socket bound to the specified
 address and port.</p>
 <p class="code">
 int httpAddrListen(<a href="#http_addr_t">http_addr_t</a> *addr, int port);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>addr</th>
-        <td class="description">Address to bind to</td></tr>
+<td class="description">Address to bind to</td></tr>
 <tr><th>port</th>
-        <td class="description">Port number to bind to</td></tr>
+<td class="description">Port number to bind to</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Socket or -1 on error</p>
+<p class="description">Socket or -1 on error</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpAddrLocalhost">httpAddrLocalhost</a></h3>
-        <p class="description">Check for the local loopback address.</p>
+<p class="description">Check for the local loopback address.</p>
 <p class="code">
 int httpAddrLocalhost(const <a href="#http_addr_t">http_addr_t</a> *addr);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>addr</th>
-        <td class="description">Address to check</td></tr>
+<td class="description">Address to check</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if local host, 0 otherwise</p>
+<p class="description">1 if local host, 0 otherwise</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpAddrLookup">httpAddrLookup</a></h3>
-        <p class="description">Lookup the hostname associated with the address.</p>
+<p class="description">Lookup the hostname associated with the address.</p>
 <p class="code">
 char *httpAddrLookup(const <a href="#http_addr_t">http_addr_t</a> *addr, char *name, int namelen);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>addr</th>
-        <td class="description">Address to lookup</td></tr>
+<td class="description">Address to lookup</td></tr>
 <tr><th>name</th>
-        <td class="description">Host name buffer</td></tr>
+<td class="description">Host name buffer</td></tr>
 <tr><th>namelen</th>
-        <td class="description">Size of name buffer</td></tr>
+<td class="description">Size of name buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Host name</p>
+<p class="description">Host name</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpAddrPort">httpAddrPort</a></h3>
-        <p class="description">Get the port number associated with an address.</p>
+<p class="description">Get the port number associated with an address.</p>
 <p class="code">
 int httpAddrPort(<a href="#http_addr_t">http_addr_t</a> *addr);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>addr</th>
-        <td class="description">Address</td></tr>
+<td class="description">Address</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Port number</p>
+<p class="description">Port number</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpAddrString">httpAddrString</a></h3>
-        <p class="description">Convert an address to a numeric string.</p>
+<p class="description">Convert an address to a numeric string.</p>
 <p class="code">
 char *httpAddrString(const <a href="#http_addr_t">http_addr_t</a> *addr, char *s, int slen);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>addr</th>
-        <td class="description">Address to convert</td></tr>
+<td class="description">Address to convert</td></tr>
 <tr><th>s</th>
-        <td class="description">String buffer</td></tr>
+<td class="description">String buffer</td></tr>
 <tr><th>slen</th>
-        <td class="description">Length of string</td></tr>
+<td class="description">Length of string</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Numeric address string</p>
+<p class="description">Numeric address string</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpAssembleURI">httpAssembleURI</a></h3>
-        <p class="description">Assemble a uniform resource identifier from its
+<p class="description">Assemble a uniform resource identifier from its
 components.</p>
 <p class="code">
 <a href="#http_uri_status_t">http_uri_status_t</a> httpAssembleURI(<a href="#http_uri_coding_t">http_uri_coding_t</a> encoding, char *uri, int urilen, const char *scheme, const char *username, const char *host, int port, const char *resource);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>encoding</th>
-        <td class="description">Encoding flags</td></tr>
+<td class="description">Encoding flags</td></tr>
 <tr><th>uri</th>
-        <td class="description">URI buffer</td></tr>
+<td class="description">URI buffer</td></tr>
 <tr><th>urilen</th>
-        <td class="description">Size of URI buffer</td></tr>
+<td class="description">Size of URI buffer</td></tr>
 <tr><th>scheme</th>
-        <td class="description">Scheme name</td></tr>
+<td class="description">Scheme name</td></tr>
 <tr><th>username</th>
-        <td class="description">Username</td></tr>
+<td class="description">Username</td></tr>
 <tr><th>host</th>
-        <td class="description">Hostname or address</td></tr>
+<td class="description">Hostname or address</td></tr>
 <tr><th>port</th>
-        <td class="description">Port number</td></tr>
+<td class="description">Port number</td></tr>
 <tr><th>resource</th>
-        <td class="description">Resource</td></tr>
+<td class="description">Resource</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">URI status</p>
+<p class="description">URI status</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function escapes reserved characters in the URI depending on the
+<p class="discussion">This function escapes reserved characters in the URI depending on the
 value of the &quot;encoding&quot; argument.  You should use this function in
 place of traditional string functions whenever you need to create a
 URI string.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpAssembleURIf">httpAssembleURIf</a></h3>
-        <p class="description">Assemble a uniform resource identifier from its
+<p class="description">Assemble a uniform resource identifier from its
 components with a formatted resource.</p>
 <p class="code">
 <a href="#http_uri_status_t">http_uri_status_t</a> httpAssembleURIf(<a href="#http_uri_coding_t">http_uri_coding_t</a> encoding, char *uri, int urilen, const char *scheme, const char *username, const char *host, int port, const char *resourcef, ...);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>encoding</th>
-        <td class="description">Encoding flags</td></tr>
+<td class="description">Encoding flags</td></tr>
 <tr><th>uri</th>
-        <td class="description">URI buffer</td></tr>
+<td class="description">URI buffer</td></tr>
 <tr><th>urilen</th>
-        <td class="description">Size of URI buffer</td></tr>
+<td class="description">Size of URI buffer</td></tr>
 <tr><th>scheme</th>
-        <td class="description">Scheme name</td></tr>
+<td class="description">Scheme name</td></tr>
 <tr><th>username</th>
-        <td class="description">Username</td></tr>
+<td class="description">Username</td></tr>
 <tr><th>host</th>
-        <td class="description">Hostname or address</td></tr>
+<td class="description">Hostname or address</td></tr>
 <tr><th>port</th>
-        <td class="description">Port number</td></tr>
+<td class="description">Port number</td></tr>
 <tr><th>resourcef</th>
-        <td class="description">Printf-style resource</td></tr>
+<td class="description">Printf-style resource</td></tr>
 <tr><th>...</th>
-        <td class="description">Additional arguments as needed</td></tr>
+<td class="description">Additional arguments as needed</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">URI status</p>
+<p class="description">URI status</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function creates a formatted version of the resource string
+<p class="discussion">This function creates a formatted version of the resource string
 argument &quot;resourcef&quot; and escapes reserved characters in the URI
 depending on the value of the &quot;encoding&quot; argument.  You should use
 this function in place of traditional string functions whenever
@@ -2803,28 +4050,28 @@ you need to create a URI string.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpAssembleUUID">httpAssembleUUID</a></h3>
-        <p class="description">Assemble a name-based UUID URN conforming to RFC 4122.</p>
+<p class="description">Assemble a name-based UUID URN conforming to RFC 4122.</p>
 <p class="code">
 char *httpAssembleUUID(const char *server, int port, const char *name, int number, char *buffer, size_t bufsize);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>server</th>
-        <td class="description">Server name</td></tr>
+<td class="description">Server name</td></tr>
 <tr><th>port</th>
-        <td class="description">Port number</td></tr>
+<td class="description">Port number</td></tr>
 <tr><th>name</th>
-        <td class="description">Object name or NULL</td></tr>
+<td class="description">Object name or NULL</td></tr>
 <tr><th>number</th>
-        <td class="description">Object number or 0</td></tr>
+<td class="description">Object number or 0</td></tr>
 <tr><th>buffer</th>
-        <td class="description">String buffer</td></tr>
+<td class="description">String buffer</td></tr>
 <tr><th>bufsize</th>
-        <td class="description">Size of buffer</td></tr>
+<td class="description">Size of buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">UUID string</p>
+<p class="description">UUID string</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function creates a unique 128-bit identifying number using the server
+<p class="discussion">This function creates a unique 128-bit identifying number using the server
 name, port number, random data, and optionally an object name and/or object
 number.  The result is formatted as a UUID URN as defined in RFC 4122.<br>
 <br>
@@ -2832,315 +4079,315 @@ The buffer needs to be at least 46 bytes in size.
 
 </p>
 <h3 class="function"><a id="httpBlocking">httpBlocking</a></h3>
-        <p class="description">Set blocking/non-blocking behavior on a connection.</p>
+<p class="description">Set blocking/non-blocking behavior on a connection.</p>
 <p class="code">
 void httpBlocking(<a href="#http_t">http_t</a> *http, int b);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>b</th>
-        <td class="description">1 = blocking, 0 = non-blocking</td></tr>
+<td class="description">1 = blocking, 0 = non-blocking</td></tr>
 </tbody></table>
 <h3 class="function"><a id="httpCheck">httpCheck</a></h3>
-        <p class="description">Check to see if there is a pending response from the server.</p>
+<p class="description">Check to see if there is a pending response from the server.</p>
 <p class="code">
 int httpCheck(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 = no data, 1 = data available</p>
+<p class="description">0 = no data, 1 = data available</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span><a id="httpClearCookie">httpClearCookie</a></h3>
-        <p class="description">Clear the cookie value(s).</p>
+<p class="description">Clear the cookie value(s).</p>
 <p class="code">
 void httpClearCookie(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h3 class="function"><a id="httpClearFields">httpClearFields</a></h3>
-        <p class="description">Clear HTTP request fields.</p>
+<p class="description">Clear HTTP request fields.</p>
 <p class="code">
 void httpClearFields(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h3 class="function"><a id="httpClose">httpClose</a></h3>
-        <p class="description">Close an HTTP connection.</p>
+<p class="description">Close an HTTP connection.</p>
 <p class="code">
 void httpClose(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpCompareCredentials">httpCompareCredentials</a></h3>
-        <p class="description">Compare two sets of X.509 credentials.</p>
+<p class="description">Compare two sets of X.509 credentials.</p>
 <p class="code">
-int httpCompareCredentials(cups_array_t *cred1, cups_array_t *cred2);</p>
+int httpCompareCredentials(<a href="#cups_array_t">cups_array_t</a> *cred1, <a href="#cups_array_t">cups_array_t</a> *cred2);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>cred1</th>
-        <td class="description">First set of X.509 credentials</td></tr>
+<td class="description">First set of X.509 credentials</td></tr>
 <tr><th>cred2</th>
-        <td class="description">Second set of X.509 credentials</td></tr>
+<td class="description">Second set of X.509 credentials</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if they match, 0 if they do not</p>
+<p class="description">1 if they match, 0 if they do not</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpConnect2">httpConnect2</a></h3>
-        <p class="description">Connect to a HTTP server.</p>
+<p class="description">Connect to a HTTP server.</p>
 <p class="code">
 <a href="#http_t">http_t</a> *httpConnect2(const char *host, int port, <a href="#http_addrlist_t">http_addrlist_t</a> *addrlist, int family, <a href="#http_encryption_t">http_encryption_t</a> encryption, int blocking, int msec, int *cancel);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>host</th>
-        <td class="description">Host to connect to</td></tr>
+<td class="description">Host to connect to</td></tr>
 <tr><th>port</th>
-        <td class="description">Port number</td></tr>
+<td class="description">Port number</td></tr>
 <tr><th>addrlist</th>
-        <td class="description">List of addresses or <code>NULL</code> to lookup</td></tr>
+<td class="description">List of addresses or <code>NULL</code> to lookup</td></tr>
 <tr><th>family</th>
-        <td class="description">Address family to use or <code>AF_UNSPEC</code> for any</td></tr>
+<td class="description">Address family to use or <code>AF_UNSPEC</code> for any</td></tr>
 <tr><th>encryption</th>
-        <td class="description">Type of encryption to use</td></tr>
+<td class="description">Type of encryption to use</td></tr>
 <tr><th>blocking</th>
-        <td class="description">1 for blocking connection, 0 for non-blocking</td></tr>
+<td class="description">1 for blocking connection, 0 for non-blocking</td></tr>
 <tr><th>msec</th>
-        <td class="description">Connection timeout in milliseconds, 0 means don't connect</td></tr>
+<td class="description">Connection timeout in milliseconds, 0 means don't connect</td></tr>
 <tr><th>cancel</th>
-        <td class="description">Pointer to &quot;cancel&quot; variable</td></tr>
+<td class="description">Pointer to &quot;cancel&quot; variable</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New HTTP connection</p>
+<p class="description">New HTTP connection</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span><a id="httpCopyCredentials">httpCopyCredentials</a></h3>
-        <p class="description">Copy the credentials associated with the peer in
+<p class="description">Copy the credentials associated with the peer in
 an encrypted connection.</p>
 <p class="code">
-int httpCopyCredentials(<a href="#http_t">http_t</a> *http, cups_array_t **credentials);</p>
+int httpCopyCredentials(<a href="#http_t">http_t</a> *http, <a href="#cups_array_t">cups_array_t</a> **credentials);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection to server</td></tr>
+<td class="description">Connection to server</td></tr>
 <tr><th>credentials</th>
-        <td class="description">Array of credentials</td></tr>
+<td class="description">Array of credentials</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of call (0 = success)</p>
+<p class="description">Status of call (0 = success)</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/macOS 10.10&#160;</span><a id="httpCredentialsAreValidForName">httpCredentialsAreValidForName</a></h3>
-        <p class="description">Return whether the credentials are valid for the given name.</p>
+<p class="description">Return whether the credentials are valid for the given name.</p>
 <p class="code">
-int httpCredentialsAreValidForName(cups_array_t *credentials, const char *common_name);</p>
+int httpCredentialsAreValidForName(<a href="#cups_array_t">cups_array_t</a> *credentials, const char *common_name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>credentials</th>
-        <td class="description">Credentials</td></tr>
+<td class="description">Credentials</td></tr>
 <tr><th>common_name</th>
-        <td class="description">Name to check</td></tr>
+<td class="description">Name to check</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if valid, 0 otherwise</p>
+<p class="description">1 if valid, 0 otherwise</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/macOS 10.10&#160;</span><a id="httpCredentialsGetExpiration">httpCredentialsGetExpiration</a></h3>
-        <p class="description">Return the expiration date of the credentials.</p>
+<p class="description">Return the expiration date of the credentials.</p>
 <p class="code">
-time_t httpCredentialsGetExpiration(cups_array_t *credentials);</p>
+time_t httpCredentialsGetExpiration(<a href="#cups_array_t">cups_array_t</a> *credentials);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>credentials</th>
-        <td class="description">Credentials</td></tr>
+<td class="description">Credentials</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Expiration date of credentials</p>
+<p class="description">Expiration date of credentials</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/macOS 10.10&#160;</span><a id="httpCredentialsGetTrust">httpCredentialsGetTrust</a></h3>
-        <p class="description">Return the trust of credentials.</p>
+<p class="description">Return the trust of credentials.</p>
 <p class="code">
-<a href="#http_trust_t">http_trust_t</a> httpCredentialsGetTrust(cups_array_t *credentials, const char *common_name);</p>
+<a href="#http_trust_t">http_trust_t</a> httpCredentialsGetTrust(<a href="#cups_array_t">cups_array_t</a> *credentials, const char *common_name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>credentials</th>
-        <td class="description">Credentials</td></tr>
+<td class="description">Credentials</td></tr>
 <tr><th>common_name</th>
-        <td class="description">Common name for trust lookup</td></tr>
+<td class="description">Common name for trust lookup</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Level of trust</p>
+<p class="description">Level of trust</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/macOS 10.10&#160;</span><a id="httpCredentialsString">httpCredentialsString</a></h3>
-        <p class="description">Return a string representing the credentials.</p>
+<p class="description">Return a string representing the credentials.</p>
 <p class="code">
-size_t httpCredentialsString(cups_array_t *credentials, char *buffer, size_t bufsize);</p>
+size_t httpCredentialsString(<a href="#cups_array_t">cups_array_t</a> *credentials, char *buffer, size_t bufsize);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>credentials</th>
-        <td class="description">Credentials</td></tr>
+<td class="description">Credentials</td></tr>
 <tr><th>buffer</th>
-        <td class="description">Buffer or <code>NULL</code></td></tr>
+<td class="description">Buffer or <code>NULL</code></td></tr>
 <tr><th>bufsize</th>
-        <td class="description">Size of buffer</td></tr>
+<td class="description">Size of buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Total size of credentials string</p>
+<p class="description">Total size of credentials string</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.21/macOS 10.4&#160;</span><a id="httpDecode64_2">httpDecode64_2</a></h3>
-        <p class="description">Base64-decode a string.</p>
+<p class="description">Base64-decode a string.</p>
 <p class="code">
 char *httpDecode64_2(char *out, int *outlen, const char *in);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>out</th>
-        <td class="description">String to write to</td></tr>
+<td class="description">String to write to</td></tr>
 <tr><th>outlen</th>
-        <td class="description">Size of output string</td></tr>
+<td class="description">Size of output string</td></tr>
 <tr><th>in</th>
-        <td class="description">String to read from</td></tr>
+<td class="description">String to read from</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Decoded string</p>
+<p class="description">Decoded string</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The caller must initialize &quot;outlen&quot; to the maximum size of the decoded
+<p class="discussion">The caller must initialize &quot;outlen&quot; to the maximum size of the decoded
 string before calling <code>httpDecode64_2</code>.  On return &quot;outlen&quot; contains the
 decoded length of the string.
 
 </p>
 <h3 class="function"><a id="httpDelete">httpDelete</a></h3>
-        <p class="description">Send a DELETE request to the server.</p>
+<p class="description">Send a DELETE request to the server.</p>
 <p class="code">
 int httpDelete(<a href="#http_t">http_t</a> *http, const char *uri);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>uri</th>
-        <td class="description">URI to delete</td></tr>
+<td class="description">URI to delete</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of call (0 = success)</p>
+<p class="description">Status of call (0 = success)</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.21/macOS 10.4&#160;</span><a id="httpEncode64_2">httpEncode64_2</a></h3>
-        <p class="description">Base64-encode a string.</p>
+<p class="description">Base64-encode a string.</p>
 <p class="code">
 char *httpEncode64_2(char *out, int outlen, const char *in, int inlen);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>out</th>
-        <td class="description">String to write to</td></tr>
+<td class="description">String to write to</td></tr>
 <tr><th>outlen</th>
-        <td class="description">Maximum size of output string</td></tr>
+<td class="description">Maximum size of output string</td></tr>
 <tr><th>in</th>
-        <td class="description">String to read from</td></tr>
+<td class="description">String to read from</td></tr>
 <tr><th>inlen</th>
-        <td class="description">Size of input string</td></tr>
+<td class="description">Size of input string</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Encoded string</p>
+<p class="description">Encoded string</p>
 <h3 class="function"><a id="httpEncryption">httpEncryption</a></h3>
-        <p class="description">Set the required encryption on the link.</p>
+<p class="description">Set the required encryption on the link.</p>
 <p class="code">
 int httpEncryption(<a href="#http_t">http_t</a> *http, <a href="#http_encryption_t">http_encryption_t</a> e);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>e</th>
-        <td class="description">New encryption preference</td></tr>
+<td class="description">New encryption preference</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">-1 on error, 0 on success</p>
+<p class="description">-1 on error, 0 on success</p>
 <h3 class="function"><a id="httpError">httpError</a></h3>
-        <p class="description">Get the last error on a connection.</p>
+<p class="description">Get the last error on a connection.</p>
 <p class="code">
 int httpError(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Error code (errno) value</p>
+<p class="description">Error code (errno) value</p>
 <h3 class="function"><a id="httpFieldValue">httpFieldValue</a></h3>
-        <p class="description">Return the HTTP field enumeration value for a field
+<p class="description">Return the HTTP field enumeration value for a field
 name.</p>
 <p class="code">
 <a href="#http_field_t">http_field_t</a> httpFieldValue(const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">String name</td></tr>
+<td class="description">String name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Field index</p>
+<p class="description">Field index</p>
 <h3 class="function"><a id="httpFlush">httpFlush</a></h3>
-        <p class="description">Flush data read from a HTTP connection.</p>
+<p class="description">Flush data read from a HTTP connection.</p>
 <p class="code">
 void httpFlush(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpFlushWrite">httpFlushWrite</a></h3>
-        <p class="description">Flush data written to a HTTP connection.</p>
+<p class="description">Flush data written to a HTTP connection.</p>
 <p class="code">
 int httpFlushWrite(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Bytes written or -1 on error</p>
+<p class="description">Bytes written or -1 on error</p>
 <h3 class="function"><a id="httpFreeCredentials">httpFreeCredentials</a></h3>
-        <p class="description">Free an array of credentials.</p>
+<p class="description">Free an array of credentials.</p>
 <p class="code">
-void httpFreeCredentials(cups_array_t *credentials);</p>
+void httpFreeCredentials(<a href="#cups_array_t">cups_array_t</a> *credentials);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>credentials</th>
-        <td class="description">Array of credentials</td></tr>
+<td class="description">Array of credentials</td></tr>
 </tbody></table>
 <h3 class="function"><a id="httpGet">httpGet</a></h3>
-        <p class="description">Send a GET request to the server.</p>
+<p class="description">Send a GET request to the server.</p>
 <p class="code">
 int httpGet(<a href="#http_t">http_t</a> *http, const char *uri);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>uri</th>
-        <td class="description">URI to get</td></tr>
+<td class="description">URI to get</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of call (0 = success)</p>
+<p class="description">Status of call (0 = success)</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpGetActivity">httpGetActivity</a></h3>
-        <p class="description">Get the most recent activity for a connection.</p>
+<p class="description">Get the most recent activity for a connection.</p>
 <p class="code">
 time_t httpGetActivity(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Time of last read or write</p>
+<p class="description">Time of last read or write</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The return value is the time in seconds of the last read or write.
+<p class="discussion">The return value is the time in seconds of the last read or write.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpGetAddress">httpGetAddress</a></h3>
-        <p class="description">Get the address of the connected peer of a connection.</p>
+<p class="description">Get the address of the connected peer of a connection.</p>
 <p class="code">
 <a href="#http_addr_t">http_addr_t</a> *httpGetAddress(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Connected address or <code>NULL</code></p>
+<p class="description">Connected address or <code>NULL</code></p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">For connections created with <a href="#httpConnect2"><code>httpConnect2</code></a>, the address is for the
+<p class="discussion">For connections created with <a href="#httpConnect2"><code>httpConnect2</code></a>, the address is for the
 server.  For connections created with <a href="#httpAccept"><code>httpAccept</code></a>, the address is for
 the client.<br>
 <br>
@@ -3148,166 +4395,166 @@ Returns <code>NULL</code> if the socket is currently unconnected.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="httpGetAuthString">httpGetAuthString</a></h3>
-        <p class="description">Get the current authorization string.</p>
+<p class="description">Get the current authorization string.</p>
 <p class="code">
 char *httpGetAuthString(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Authorization string</p>
+<p class="description">Authorization string</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The authorization string is set by <a href="#cupsDoAuthentication"><code>cupsDoAuthentication</code></a> and
+<p class="discussion">The authorization string is set by <a href="#cupsDoAuthentication"><code>cupsDoAuthentication</code></a> and
 <a href="#httpSetAuthString"><code>httpSetAuthString</code></a>.  Use <a href="#httpGetAuthString"><code>httpGetAuthString</code></a> to retrieve the
 string to use with <a href="#httpSetField"><code>httpSetField</code></a> for the
 <code>HTTP_FIELD_AUTHORIZATION</code> value.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpGetBlocking">httpGetBlocking</a></h3>
-        <p class="description">Get the blocking/non-block state of a connection.</p>
+<p class="description">Get the blocking/non-block state of a connection.</p>
 <p class="code">
 int httpGetBlocking(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if blocking, 0 if non-blocking</p>
+<p class="description">1 if blocking, 0 if non-blocking</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpGetContentEncoding">httpGetContentEncoding</a></h3>
-        <p class="description">Get a common content encoding, if any, between
+<p class="description">Get a common content encoding, if any, between
 the client and server.</p>
 <p class="code">
 const char *httpGetContentEncoding(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Content-Coding value or
+<p class="description">Content-Coding value or
 <code>NULL</code> for the identity
 coding.</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function uses the value of the Accepts-Encoding HTTP header and must be
+<p class="discussion">This function uses the value of the Accepts-Encoding HTTP header and must be
 called after receiving a response from the server or a request from the
 client.  The value returned can be use in subsequent requests (for clients)
 or in the response (for servers) in order to compress the content stream.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span><a id="httpGetCookie">httpGetCookie</a></h3>
-        <p class="description">Get any cookie data from the response.</p>
+<p class="description">Get any cookie data from the response.</p>
 <p class="code">
 const char *httpGetCookie(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Cookie data or <code>NULL</code></p>
+<p class="description">Cookie data or <code>NULL</code></p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpGetDateString2">httpGetDateString2</a></h3>
-        <p class="description">Get a formatted date/time string from a time value.</p>
+<p class="description">Get a formatted date/time string from a time value.</p>
 <p class="code">
 const char *httpGetDateString2(time_t t, char *s, int slen);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>t</th>
-        <td class="description">Time in seconds</td></tr>
+<td class="description">Time in seconds</td></tr>
 <tr><th>s</th>
-        <td class="description">String buffer</td></tr>
+<td class="description">String buffer</td></tr>
 <tr><th>slen</th>
-        <td class="description">Size of string buffer</td></tr>
+<td class="description">Size of string buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Date/time string</p>
+<p class="description">Date/time string</p>
 <h3 class="function"><a id="httpGetDateTime">httpGetDateTime</a></h3>
-        <p class="description">Get a time value from a formatted date/time string.</p>
+<p class="description">Get a time value from a formatted date/time string.</p>
 <p class="code">
 time_t httpGetDateTime(const char *s);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>s</th>
-        <td class="description">Date/time string</td></tr>
+<td class="description">Date/time string</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Time in seconds</p>
+<p class="description">Time in seconds</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpGetEncryption">httpGetEncryption</a></h3>
-        <p class="description">Get the current encryption mode of a connection.</p>
+<p class="description">Get the current encryption mode of a connection.</p>
 <p class="code">
 <a href="#http_encryption_t">http_encryption_t</a> httpGetEncryption(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Current encryption mode</p>
+<p class="description">Current encryption mode</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function returns the encryption mode for the connection. Use the
+<p class="discussion">This function returns the encryption mode for the connection. Use the
 <a href="#httpIsEncrypted"><code>httpIsEncrypted</code></a> function to determine whether a TLS session has
 been established.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpGetExpect">httpGetExpect</a></h3>
-        <p class="description">Get the value of the Expect header, if any.</p>
+<p class="description">Get the value of the Expect header, if any.</p>
 <p class="code">
 http_status_t httpGetExpect(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Expect: status, if any</p>
+<p class="description">Expect: status, if any</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Returns <code>HTTP_STATUS_NONE</code> if there is no Expect header, otherwise
+<p class="discussion">Returns <code>HTTP_STATUS_NONE</code> if there is no Expect header, otherwise
 returns the expected HTTP status code, typically <code>HTTP_STATUS_CONTINUE</code>.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpGetFd">httpGetFd</a></h3>
-        <p class="description">Get the file descriptor associated with a connection.</p>
+<p class="description">Get the file descriptor associated with a connection.</p>
 <p class="code">
 int httpGetFd(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">File descriptor or -1 if none</p>
+<p class="description">File descriptor or -1 if none</p>
 <h3 class="function"><a id="httpGetField">httpGetField</a></h3>
-        <p class="description">Get a field value from a request/response.</p>
+<p class="description">Get a field value from a request/response.</p>
 <p class="code">
 const char *httpGetField(<a href="#http_t">http_t</a> *http, <a href="#http_field_t">http_field_t</a> field);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>field</th>
-        <td class="description">Field to get</td></tr>
+<td class="description">Field to get</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Field value</p>
+<p class="description">Field value</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpGetHostname">httpGetHostname</a></h3>
-        <p class="description">Get the FQDN for the connection or local system.</p>
+<p class="description">Get the FQDN for the connection or local system.</p>
 <p class="code">
 const char *httpGetHostname(<a href="#http_t">http_t</a> *http, char *s, int slen);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection or NULL</td></tr>
+<td class="description">HTTP connection or NULL</td></tr>
 <tr><th>s</th>
-        <td class="description">String buffer for name</td></tr>
+<td class="description">String buffer for name</td></tr>
 <tr><th>slen</th>
-        <td class="description">Size of buffer</td></tr>
+<td class="description">Size of buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">FQDN for connection or system</p>
+<p class="description">FQDN for connection or system</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">When &quot;http&quot; points to a connected socket, return the hostname or
+<p class="discussion">When &quot;http&quot; points to a connected socket, return the hostname or
 address that was used in the call to httpConnect() or httpConnectEncrypt(),
 or the address of the client for the connection from httpAcceptConnection().
 Otherwise, return the FQDN for the local system using both gethostname()
@@ -3315,233 +4562,233 @@ and gethostbyname() to get the local hostname with domain.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpGetKeepAlive">httpGetKeepAlive</a></h3>
-        <p class="description">Get the current Keep-Alive state of the connection.</p>
+<p class="description">Get the current Keep-Alive state of the connection.</p>
 <p class="code">
 <a href="#http_keepalive_t">http_keepalive_t</a> httpGetKeepAlive(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Keep-Alive state</p>
+<p class="description">Keep-Alive state</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpGetLength2">httpGetLength2</a></h3>
-        <p class="description">Get the amount of data remaining from the
+<p class="description">Get the amount of data remaining from the
 content-length or transfer-encoding fields.</p>
 <p class="code">
 off_t httpGetLength2(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Content length</p>
+<p class="description">Content length</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function returns the complete content length, even for
+<p class="discussion">This function returns the complete content length, even for
 content larger than 2^31 - 1.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpGetPending">httpGetPending</a></h3>
-        <p class="description">Get the number of bytes that are buffered for writing.</p>
+<p class="description">Get the number of bytes that are buffered for writing.</p>
 <p class="code">
 size_t httpGetPending(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of bytes buffered</p>
+<p class="description">Number of bytes buffered</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpGetReady">httpGetReady</a></h3>
-        <p class="description">Get the number of bytes that can be read without blocking.</p>
+<p class="description">Get the number of bytes that can be read without blocking.</p>
 <p class="code">
 size_t httpGetReady(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of bytes available</p>
+<p class="description">Number of bytes available</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpGetRemaining">httpGetRemaining</a></h3>
-        <p class="description">Get the number of remaining bytes in the message
+<p class="description">Get the number of remaining bytes in the message
 body or current chunk.</p>
 <p class="code">
 size_t httpGetRemaining(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Remaining bytes</p>
+<p class="description">Remaining bytes</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <a href="#httpIsChunked"><code>httpIsChunked</code></a> function can be used to determine whether the
+<p class="discussion">The <a href="#httpIsChunked"><code>httpIsChunked</code></a> function can be used to determine whether the
 message body is chunked or fixed-length.
 
 </p>
 <h3 class="function"><a id="httpGetState">httpGetState</a></h3>
-        <p class="description">Get the current state of the HTTP request.</p>
+<p class="description">Get the current state of the HTTP request.</p>
 <p class="code">
 <a href="#http_state_t">http_state_t</a> httpGetState(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">HTTP state</p>
+<p class="description">HTTP state</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpGetStatus">httpGetStatus</a></h3>
-        <p class="description">Get the status of the last HTTP request.</p>
+<p class="description">Get the status of the last HTTP request.</p>
 <p class="code">
 http_status_t httpGetStatus(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">HTTP status</p>
+<p class="description">HTTP status</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpGetSubField2">httpGetSubField2</a></h3>
-        <p class="description">Get a sub-field value.</p>
+<p class="description">Get a sub-field value.</p>
 <p class="code">
 char *httpGetSubField2(<a href="#http_t">http_t</a> *http, <a href="#http_field_t">http_field_t</a> field, const char *name, char *value, int valuelen);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>field</th>
-        <td class="description">Field index</td></tr>
+<td class="description">Field index</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of sub-field</td></tr>
+<td class="description">Name of sub-field</td></tr>
 <tr><th>value</th>
-        <td class="description">Value string</td></tr>
+<td class="description">Value string</td></tr>
 <tr><th>valuelen</th>
-        <td class="description">Size of value buffer</td></tr>
+<td class="description">Size of value buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Value or <code>NULL</code></p>
+<p class="description">Value or <code>NULL</code></p>
 <h3 class="function"><a id="httpGetVersion">httpGetVersion</a></h3>
-        <p class="description">Get the HTTP version at the other end.</p>
+<p class="description">Get the HTTP version at the other end.</p>
 <p class="code">
 <a href="#http_version_t">http_version_t</a> httpGetVersion(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Version number</p>
+<p class="description">Version number</p>
 <h3 class="function"><a id="httpGets">httpGets</a></h3>
-        <p class="description">Get a line of text from a HTTP connection.</p>
+<p class="description">Get a line of text from a HTTP connection.</p>
 <p class="code">
 char *httpGets(char *line, int length, <a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>line</th>
-        <td class="description">Line to read into</td></tr>
+<td class="description">Line to read into</td></tr>
 <tr><th>length</th>
-        <td class="description">Max length of buffer</td></tr>
+<td class="description">Max length of buffer</td></tr>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Line or <code>NULL</code></p>
+<p class="description">Line or <code>NULL</code></p>
 <h3 class="function"><a id="httpHead">httpHead</a></h3>
-        <p class="description">Send a HEAD request to the server.</p>
+<p class="description">Send a HEAD request to the server.</p>
 <p class="code">
 int httpHead(<a href="#http_t">http_t</a> *http, const char *uri);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>uri</th>
-        <td class="description">URI for head</td></tr>
+<td class="description">URI for head</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of call (0 = success)</p>
+<p class="description">Status of call (0 = success)</p>
 <h3 class="function"><a id="httpInitialize">httpInitialize</a></h3>
-        <p class="description">Initialize the HTTP interface library and set the
+<p class="description">Initialize the HTTP interface library and set the
 default HTTP proxy (if any).</p>
 <p class="code">
 void httpInitialize(void);</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpIsChunked">httpIsChunked</a></h3>
-        <p class="description">Report whether a message body is chunked.</p>
+<p class="description">Report whether a message body is chunked.</p>
 <p class="code">
 int httpIsChunked(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if chunked, 0 if not</p>
+<p class="description">1 if chunked, 0 if not</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function returns non-zero if the message body is composed of
+<p class="discussion">This function returns non-zero if the message body is composed of
 variable-length chunks.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpIsEncrypted">httpIsEncrypted</a></h3>
-        <p class="description">Report whether a connection is encrypted.</p>
+<p class="description">Report whether a connection is encrypted.</p>
 <p class="code">
 int httpIsEncrypted(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if encrypted, 0 if not</p>
+<p class="description">1 if encrypted, 0 if not</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function returns non-zero if the connection is currently encrypted.
+<p class="discussion">This function returns non-zero if the connection is currently encrypted.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpLoadCredentials">httpLoadCredentials</a></h3>
-        <p class="description">Load X.509 credentials from a keychain file.</p>
+<p class="description">Load X.509 credentials from a keychain file.</p>
 <p class="code">
-int httpLoadCredentials(const char *path, cups_array_t **credentials, const char *common_name);</p>
+int httpLoadCredentials(const char *path, <a href="#cups_array_t">cups_array_t</a> **credentials, const char *common_name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>path</th>
-        <td class="description">Keychain path or <code>NULL</code> for default</td></tr>
+<td class="description">Keychain path or <code>NULL</code> for default</td></tr>
 <tr><th>credentials</th>
-        <td class="description">Credentials</td></tr>
+<td class="description">Credentials</td></tr>
 <tr><th>common_name</th>
-        <td class="description">Common name for credentials</td></tr>
+<td class="description">Common name for credentials</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on error</p>
+<p class="description">0 on success, -1 on error</p>
 <h3 class="function"><a id="httpOptions">httpOptions</a></h3>
-        <p class="description">Send an OPTIONS request to the server.</p>
+<p class="description">Send an OPTIONS request to the server.</p>
 <p class="code">
 int httpOptions(<a href="#http_t">http_t</a> *http, const char *uri);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>uri</th>
-        <td class="description">URI for options</td></tr>
+<td class="description">URI for options</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of call (0 = success)</p>
+<p class="description">Status of call (0 = success)</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpPeek">httpPeek</a></h3>
-        <p class="description">Peek at data from a HTTP connection.</p>
+<p class="description">Peek at data from a HTTP connection.</p>
 <p class="code">
 ssize_t httpPeek(<a href="#http_t">http_t</a> *http, char *buffer, size_t length);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>buffer</th>
-        <td class="description">Buffer for data</td></tr>
+<td class="description">Buffer for data</td></tr>
 <tr><th>length</th>
-        <td class="description">Maximum number of bytes</td></tr>
+<td class="description">Maximum number of bytes</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of bytes copied</p>
+<p class="description">Number of bytes copied</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function copies available data from the given HTTP connection, reading
+<p class="discussion">This function copies available data from the given HTTP connection, reading
 a buffer as needed.  The data is still available for reading using
 <a href="#httpRead2"><code>httpRead2</code></a>.<br>
 <br>
@@ -3549,155 +4796,155 @@ For non-blocking connections the usual timeouts apply.
 
 </p>
 <h3 class="function"><a id="httpPost">httpPost</a></h3>
-        <p class="description">Send a POST request to the server.</p>
+<p class="description">Send a POST request to the server.</p>
 <p class="code">
 int httpPost(<a href="#http_t">http_t</a> *http, const char *uri);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>uri</th>
-        <td class="description">URI for post</td></tr>
+<td class="description">URI for post</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of call (0 = success)</p>
+<p class="description">Status of call (0 = success)</p>
 <h3 class="function"><a id="httpPut">httpPut</a></h3>
-        <p class="description">Send a PUT request to the server.</p>
+<p class="description">Send a PUT request to the server.</p>
 <p class="code">
 int httpPut(<a href="#http_t">http_t</a> *http, const char *uri);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>uri</th>
-        <td class="description">URI to put</td></tr>
+<td class="description">URI to put</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of call (0 = success)</p>
+<p class="description">Status of call (0 = success)</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpRead2">httpRead2</a></h3>
-        <p class="description">Read data from a HTTP connection.</p>
+<p class="description">Read data from a HTTP connection.</p>
 <p class="code">
 ssize_t httpRead2(<a href="#http_t">http_t</a> *http, char *buffer, size_t length);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>buffer</th>
-        <td class="description">Buffer for data</td></tr>
+<td class="description">Buffer for data</td></tr>
 <tr><th>length</th>
-        <td class="description">Maximum number of bytes</td></tr>
+<td class="description">Maximum number of bytes</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of bytes read</p>
+<p class="description">Number of bytes read</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpReadRequest">httpReadRequest</a></h3>
-        <p class="description">Read a HTTP request from a connection.</p>
+<p class="description">Read a HTTP request from a connection.</p>
 <p class="code">
 <a href="#http_state_t">http_state_t</a> httpReadRequest(<a href="#http_t">http_t</a> *http, char *uri, size_t urilen);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>uri</th>
-        <td class="description">URI buffer</td></tr>
+<td class="description">URI buffer</td></tr>
 <tr><th>urilen</th>
-        <td class="description">Size of URI buffer</td></tr>
+<td class="description">Size of URI buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New state of connection</p>
+<p class="description">New state of connection</p>
 <h3 class="function"><a id="httpReconnect2">httpReconnect2</a></h3>
-        <p class="description">Reconnect to a HTTP server with timeout and optional
+<p class="description">Reconnect to a HTTP server with timeout and optional
 cancel.</p>
 <p class="code">
 int httpReconnect2(<a href="#http_t">http_t</a> *http, int msec, int *cancel);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>msec</th>
-        <td class="description">Timeout in milliseconds</td></tr>
+<td class="description">Timeout in milliseconds</td></tr>
 <tr><th>cancel</th>
-        <td class="description">Pointer to &quot;cancel&quot; variable</td></tr>
+<td class="description">Pointer to &quot;cancel&quot; variable</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, non-zero on failure</p>
+<p class="description">0 on success, non-zero on failure</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpResolveHostname">httpResolveHostname</a></h3>
-        <p class="description">Resolve the hostname of the HTTP connection
+<p class="description">Resolve the hostname of the HTTP connection
 address.</p>
 <p class="code">
 const char *httpResolveHostname(<a href="#http_t">http_t</a> *http, char *buffer, size_t bufsize);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>buffer</th>
-        <td class="description">Hostname buffer</td></tr>
+<td class="description">Hostname buffer</td></tr>
 <tr><th>bufsize</th>
-        <td class="description">Size of buffer</td></tr>
+<td class="description">Size of buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Resolved hostname or <code>NULL</code></p>
+<p class="description">Resolved hostname or <code>NULL</code></p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpSaveCredentials">httpSaveCredentials</a></h3>
-        <p class="description">Save X.509 credentials to a keychain file.</p>
+<p class="description">Save X.509 credentials to a keychain file.</p>
 <p class="code">
-int httpSaveCredentials(const char *path, cups_array_t *credentials, const char *common_name);</p>
+int httpSaveCredentials(const char *path, <a href="#cups_array_t">cups_array_t</a> *credentials, const char *common_name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>path</th>
-        <td class="description">Keychain path or <code>NULL</code> for default</td></tr>
+<td class="description">Keychain path or <code>NULL</code> for default</td></tr>
 <tr><th>credentials</th>
-        <td class="description">Credentials</td></tr>
+<td class="description">Credentials</td></tr>
 <tr><th>common_name</th>
-        <td class="description">Common name for credentials</td></tr>
+<td class="description">Common name for credentials</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">-1 on error, 0 on success</p>
+<p class="description">-1 on error, 0 on success</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpSeparateURI">httpSeparateURI</a></h3>
-        <p class="description">Separate a Universal Resource Identifier into its
+<p class="description">Separate a Universal Resource Identifier into its
 components.</p>
 <p class="code">
 <a href="#http_uri_status_t">http_uri_status_t</a> httpSeparateURI(<a href="#http_uri_coding_t">http_uri_coding_t</a> decoding, const char *uri, char *scheme, int schemelen, char *username, int usernamelen, char *host, int hostlen, int *port, char *resource, int resourcelen);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>decoding</th>
-        <td class="description">Decoding flags</td></tr>
+<td class="description">Decoding flags</td></tr>
 <tr><th>uri</th>
-        <td class="description">Universal Resource Identifier</td></tr>
+<td class="description">Universal Resource Identifier</td></tr>
 <tr><th>scheme</th>
-        <td class="description">Scheme (http, https, etc.)</td></tr>
+<td class="description">Scheme (http, https, etc.)</td></tr>
 <tr><th>schemelen</th>
-        <td class="description">Size of scheme buffer</td></tr>
+<td class="description">Size of scheme buffer</td></tr>
 <tr><th>username</th>
-        <td class="description">Username</td></tr>
+<td class="description">Username</td></tr>
 <tr><th>usernamelen</th>
-        <td class="description">Size of username buffer</td></tr>
+<td class="description">Size of username buffer</td></tr>
 <tr><th>host</th>
-        <td class="description">Hostname</td></tr>
+<td class="description">Hostname</td></tr>
 <tr><th>hostlen</th>
-        <td class="description">Size of hostname buffer</td></tr>
+<td class="description">Size of hostname buffer</td></tr>
 <tr><th>port</th>
-        <td class="description">Port number to use</td></tr>
+<td class="description">Port number to use</td></tr>
 <tr><th>resource</th>
-        <td class="description">Resource/filename</td></tr>
+<td class="description">Resource/filename</td></tr>
 <tr><th>resourcelen</th>
-        <td class="description">Size of resource buffer</td></tr>
+<td class="description">Size of resource buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Result of separation</p>
+<p class="description">Result of separation</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span><a id="httpSetAuthString">httpSetAuthString</a></h3>
-        <p class="description">Set the current authorization string.</p>
+<p class="description">Set the current authorization string.</p>
 <p class="code">
 void httpSetAuthString(<a href="#http_t">http_t</a> *http, const char *scheme, const char *data);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>scheme</th>
-        <td class="description">Auth scheme (NULL to clear it)</td></tr>
+<td class="description">Auth scheme (NULL to clear it)</td></tr>
 <tr><th>data</th>
-        <td class="description">Auth data (NULL for none)</td></tr>
+<td class="description">Auth data (NULL for none)</td></tr>
 </tbody></table>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function just stores a copy of the current authorization string in
+<p class="discussion">This function just stores a copy of the current authorization string in
 the HTTP connection object.  You must still call <a href="#httpSetField"><code>httpSetField</code></a> to set
 <code>HTTP_FIELD_AUTHORIZATION</code> prior to issuing a HTTP request using
 <a href="#httpGet"><code>httpGet</code></a>, <a href="#httpHead"><code>httpHead</code></a>, <a href="#httpOptions"><code>httpOptions</code></a>, <a href="#httpPost"><code>httpPost</code></a>, or
@@ -3705,237 +4952,237 @@ the HTTP connection object.  You must still call <a href="#httpSetField"><code>h
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span><a id="httpSetCookie">httpSetCookie</a></h3>
-        <p class="description">Set the cookie value(s).</p>
+<p class="description">Set the cookie value(s).</p>
 <p class="code">
 void httpSetCookie(<a href="#http_t">http_t</a> *http, const char *cookie);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">Connection</td></tr>
+<td class="description">Connection</td></tr>
 <tr><th>cookie</th>
-        <td class="description">Cookie string</td></tr>
+<td class="description">Cookie string</td></tr>
 </tbody></table>
 <h3 class="function"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span><a id="httpSetCredentials">httpSetCredentials</a></h3>
-        <p class="description">Set the credentials associated with an encrypted
+<p class="description">Set the credentials associated with an encrypted
 connection.</p>
 <p class="code">
-int httpSetCredentials(<a href="#http_t">http_t</a> *http, cups_array_t *credentials);</p>
+int httpSetCredentials(<a href="#http_t">http_t</a> *http, <a href="#cups_array_t">cups_array_t</a> *credentials);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>credentials</th>
-        <td class="description">Array of credentials</td></tr>
+<td class="description">Array of credentials</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status of call (0 = success)</p>
+<p class="description">Status of call (0 = success)</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpSetDefaultField">httpSetDefaultField</a></h3>
-        <p class="description">Set the default value of an HTTP header.</p>
+<p class="description">Set the default value of an HTTP header.</p>
 <p class="code">
 void httpSetDefaultField(<a href="#http_t">http_t</a> *http, <a href="#http_field_t">http_field_t</a> field, const char *value);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>field</th>
-        <td class="description">Field index</td></tr>
+<td class="description">Field index</td></tr>
 <tr><th>value</th>
-        <td class="description">Value</td></tr>
+<td class="description">Value</td></tr>
 </tbody></table>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Currently only <code>HTTP_FIELD_ACCEPT_ENCODING</code>, <code>HTTP_FIELD_SERVER</code>,
+<p class="discussion">Currently only <code>HTTP_FIELD_ACCEPT_ENCODING</code>, <code>HTTP_FIELD_SERVER</code>,
 and <code>HTTP_FIELD_USER_AGENT</code> can be set.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpSetExpect">httpSetExpect</a></h3>
-        <p class="description">Set the Expect: header in a request.</p>
+<p class="description">Set the Expect: header in a request.</p>
 <p class="code">
 void httpSetExpect(<a href="#http_t">http_t</a> *http, http_status_t expect);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>expect</th>
-        <td class="description">HTTP status to expect
+<td class="description">HTTP status to expect
 (<code>HTTP_STATUS_CONTINUE</code>)</td></tr>
 </tbody></table>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Currently only <code>HTTP_STATUS_CONTINUE</code> is supported for the &quot;expect&quot;
+<p class="discussion">Currently only <code>HTTP_STATUS_CONTINUE</code> is supported for the &quot;expect&quot;
 argument.
 
 </p>
 <h3 class="function"><a id="httpSetField">httpSetField</a></h3>
-        <p class="description">Set the value of an HTTP header.</p>
+<p class="description">Set the value of an HTTP header.</p>
 <p class="code">
 void httpSetField(<a href="#http_t">http_t</a> *http, <a href="#http_field_t">http_field_t</a> field, const char *value);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>field</th>
-        <td class="description">Field index</td></tr>
+<td class="description">Field index</td></tr>
 <tr><th>value</th>
-        <td class="description">Value</td></tr>
+<td class="description">Value</td></tr>
 </tbody></table>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpSetKeepAlive">httpSetKeepAlive</a></h3>
-        <p class="description">Set the current Keep-Alive state of a connection.</p>
+<p class="description">Set the current Keep-Alive state of a connection.</p>
 <p class="code">
 void httpSetKeepAlive(<a href="#http_t">http_t</a> *http, <a href="#http_keepalive_t">http_keepalive_t</a> keep_alive);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>keep_alive</th>
-        <td class="description">New Keep-Alive value</td></tr>
+<td class="description">New Keep-Alive value</td></tr>
 </tbody></table>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpSetLength">httpSetLength</a></h3>
-        <p class="description">Set the content-length and content-encoding.</p>
+<p class="description">Set the content-length and content-encoding.</p>
 <p class="code">
 void httpSetLength(<a href="#http_t">http_t</a> *http, size_t length);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>length</th>
-        <td class="description">Length (0 for chunked)</td></tr>
+<td class="description">Length (0 for chunked)</td></tr>
 </tbody></table>
 <h3 class="function"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span><a id="httpSetTimeout">httpSetTimeout</a></h3>
-        <p class="description">Set read/write timeouts and an optional callback.</p>
+<p class="description">Set read/write timeouts and an optional callback.</p>
 <p class="code">
 void httpSetTimeout(<a href="#http_t">http_t</a> *http, double timeout, <a href="#http_timeout_cb_t">http_timeout_cb_t</a> cb, void *user_data);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>timeout</th>
-        <td class="description">Number of seconds for timeout,
+<td class="description">Number of seconds for timeout,
 must be greater than 0</td></tr>
 <tr><th>cb</th>
-        <td class="description">Callback function or <code>NULL</code></td></tr>
+<td class="description">Callback function or <code>NULL</code></td></tr>
 <tr><th>user_data</th>
-        <td class="description">User data pointer</td></tr>
+<td class="description">User data pointer</td></tr>
 </tbody></table>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The optional timeout callback receives both the HTTP connection and a user
+<p class="discussion">The optional timeout callback receives both the HTTP connection and a user
 data pointer and must return 1 to continue or 0 to error (time) out.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpShutdown">httpShutdown</a></h3>
-        <p class="description">Shutdown one side of an HTTP connection.</p>
+<p class="description">Shutdown one side of an HTTP connection.</p>
 <p class="code">
 void httpShutdown(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpStateString">httpStateString</a></h3>
-        <p class="description">Return the string describing a HTTP state value.</p>
+<p class="description">Return the string describing a HTTP state value.</p>
 <p class="code">
 const char *httpStateString(<a href="#http_state_t">http_state_t</a> state);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>state</th>
-        <td class="description">HTTP state value</td></tr>
+<td class="description">HTTP state value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">State string</p>
+<p class="description">State string</p>
 <h3 class="function"><a id="httpStatus">httpStatus</a></h3>
-        <p class="description">Return a short string describing a HTTP status code.</p>
+<p class="description">Return a short string describing a HTTP status code.</p>
 <p class="code">
 const char *httpStatus(http_status_t status);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>status</th>
-        <td class="description">HTTP status code</td></tr>
+<td class="description">HTTP status code</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Localized status string</p>
+<p class="description">Localized status string</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The returned string is localized to the current POSIX locale and is based
+<p class="discussion">The returned string is localized to the current POSIX locale and is based
 on the status strings defined in RFC 7231.</p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="httpURIStatusString">httpURIStatusString</a></h3>
-        <p class="description">Return a string describing a URI status code.</p>
+<p class="description">Return a string describing a URI status code.</p>
 <p class="code">
 const char *httpURIStatusString(<a href="#http_uri_status_t">http_uri_status_t</a> status);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>status</th>
-        <td class="description">URI status code</td></tr>
+<td class="description">URI status code</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Localized status string</p>
+<p class="description">Localized status string</p>
 <h3 class="function"><a id="httpUpdate">httpUpdate</a></h3>
-        <p class="description">Update the current HTTP state for incoming data.</p>
+<p class="description">Update the current HTTP state for incoming data.</p>
 <p class="code">
 http_status_t httpUpdate(<a href="#http_t">http_t</a> *http);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">HTTP status</p>
+<p class="description">HTTP status</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span><a id="httpWait">httpWait</a></h3>
-        <p class="description">Wait for data available on a connection.</p>
+<p class="description">Wait for data available on a connection.</p>
 <p class="code">
 int httpWait(<a href="#http_t">http_t</a> *http, int msec);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>msec</th>
-        <td class="description">Milliseconds to wait</td></tr>
+<td class="description">Milliseconds to wait</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if data is available, 0 otherwise</p>
+<p class="description">1 if data is available, 0 otherwise</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="httpWrite2">httpWrite2</a></h3>
-        <p class="description">Write data to a HTTP connection.</p>
+<p class="description">Write data to a HTTP connection.</p>
 <p class="code">
 ssize_t httpWrite2(<a href="#http_t">http_t</a> *http, const char *buffer, size_t length);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>buffer</th>
-        <td class="description">Buffer for data</td></tr>
+<td class="description">Buffer for data</td></tr>
 <tr><th>length</th>
-        <td class="description">Number of bytes to write</td></tr>
+<td class="description">Number of bytes to write</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of bytes written</p>
+<p class="description">Number of bytes written</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="httpWriteResponse">httpWriteResponse</a></h3>
-        <p class="description">Write a HTTP response to a client connection.</p>
+<p class="description">Write a HTTP response to a client connection.</p>
 <p class="code">
 int httpWriteResponse(<a href="#http_t">http_t</a> *http, http_status_t status);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>status</th>
-        <td class="description">Status code</td></tr>
+<td class="description">Status code</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">0 on success, -1 on error</p>
+<p class="description">0 on success, -1 on error</p>
 <h3 class="function"><a id="ippAddBoolean">ippAddBoolean</a></h3>
-        <p class="description">Add a boolean attribute to an IPP message.</p>
+<p class="description">Add a boolean attribute to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddBoolean(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, const char *name, char value);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>value</th>
-        <td class="description">Value of attribute</td></tr>
+<td class="description">Value of attribute</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -3944,26 +5191,26 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 (<code>IPP_TAG_OPERATION</code>), printer (<code>IPP_TAG_PRINTER</code>), subscription
 (<code>IPP_TAG_SUBSCRIPTION</code>), or unsupported (<code>IPP_TAG_UNSUPPORTED_GROUP</code>).</p>
 <h3 class="function"><a id="ippAddBooleans">ippAddBooleans</a></h3>
-        <p class="description">Add an array of boolean values.</p>
+<p class="description">Add an array of boolean values.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddBooleans(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, const char *name, int num_values, const char *values);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>num_values</th>
-        <td class="description">Number of values</td></tr>
+<td class="description">Number of values</td></tr>
 <tr><th>values</th>
-        <td class="description">Values</td></tr>
+<td class="description">Values</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -3972,24 +5219,24 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 (<code>IPP_TAG_OPERATION</code>), printer (<code>IPP_TAG_PRINTER</code>), subscription
 (<code>IPP_TAG_SUBSCRIPTION</code>), or unsupported (<code>IPP_TAG_UNSUPPORTED_GROUP</code>).</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span><a id="ippAddCollection">ippAddCollection</a></h3>
-        <p class="description">Add a collection value.</p>
+<p class="description">Add a collection value.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddCollection(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, const char *name, <a href="#ipp_t">ipp_t</a> *value);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>value</th>
-        <td class="description">Value</td></tr>
+<td class="description">Value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4000,26 +5247,26 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span><a id="ippAddCollections">ippAddCollections</a></h3>
-        <p class="description">Add an array of collection values.</p>
+<p class="description">Add an array of collection values.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddCollections(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, const char *name, int num_values, const <a href="#ipp_t">ipp_t</a> **values);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>num_values</th>
-        <td class="description">Number of values</td></tr>
+<td class="description">Number of values</td></tr>
 <tr><th>values</th>
-        <td class="description">Values</td></tr>
+<td class="description">Values</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4030,24 +5277,24 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 
 </p>
 <h3 class="function"><a id="ippAddDate">ippAddDate</a></h3>
-        <p class="description">Add a dateTime attribute to an IPP message.</p>
+<p class="description">Add a dateTime attribute to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddDate(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, const char *name, const <a href="#ipp_uchar_t">ipp_uchar_t</a> *value);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>value</th>
-        <td class="description">Value</td></tr>
+<td class="description">Value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4056,26 +5303,26 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 (<code>IPP_TAG_OPERATION</code>), printer (<code>IPP_TAG_PRINTER</code>), subscription
 (<code>IPP_TAG_SUBSCRIPTION</code>), or unsupported (<code>IPP_TAG_UNSUPPORTED_GROUP</code>).</p>
 <h3 class="function"><a id="ippAddInteger">ippAddInteger</a></h3>
-        <p class="description">Add a integer attribute to an IPP message.</p>
+<p class="description">Add a integer attribute to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddInteger(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name, int value);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>value_tag</th>
-        <td class="description">Type of attribute</td></tr>
+<td class="description">Type of attribute</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>value</th>
-        <td class="description">Value of attribute</td></tr>
+<td class="description">Value of attribute</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4087,28 +5334,28 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 Supported values include enum (<code>IPP_TAG_ENUM</code>) and integer
 (<code>IPP_TAG_INTEGER</code>).</p>
 <h3 class="function"><a id="ippAddIntegers">ippAddIntegers</a></h3>
-        <p class="description">Add an array of integer values.</p>
+<p class="description">Add an array of integer values.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddIntegers(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name, int num_values, const int *values);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>value_tag</th>
-        <td class="description">Type of attribute</td></tr>
+<td class="description">Type of attribute</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>num_values</th>
-        <td class="description">Number of values</td></tr>
+<td class="description">Number of values</td></tr>
 <tr><th>values</th>
-        <td class="description">Values</td></tr>
+<td class="description">Values</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4120,26 +5367,26 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 Supported values include enum (<code>IPP_TAG_ENUM</code>) and integer
 (<code>IPP_TAG_INTEGER</code>).</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ippAddOctetString">ippAddOctetString</a></h3>
-        <p class="description">Add an octetString value to an IPP message.</p>
+<p class="description">Add an octetString value to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddOctetString(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, const char *name, const void *data, int datalen);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>data</th>
-        <td class="description">octetString data</td></tr>
+<td class="description">octetString data</td></tr>
 <tr><th>datalen</th>
-        <td class="description">Length of data in bytes</td></tr>
+<td class="description">Length of data in bytes</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4150,24 +5397,24 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippAddOutOfBand">ippAddOutOfBand</a></h3>
-        <p class="description">Add an out-of-band value to an IPP message.</p>
+<p class="description">Add an out-of-band value to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddOutOfBand(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>value_tag</th>
-        <td class="description">Type of attribute</td></tr>
+<td class="description">Type of attribute</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4184,26 +5431,26 @@ admin-define (<code>IPP_TAG_ADMINDEFINE</code>).
 
 </p>
 <h3 class="function"><a id="ippAddRange">ippAddRange</a></h3>
-        <p class="description">Add a range of values to an IPP message.</p>
+<p class="description">Add a range of values to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddRange(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, const char *name, int lower, int upper);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>lower</th>
-        <td class="description">Lower value</td></tr>
+<td class="description">Lower value</td></tr>
 <tr><th>upper</th>
-        <td class="description">Upper value</td></tr>
+<td class="description">Upper value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4214,28 +5461,28 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 <br>
 The <code>lower</code> parameter must be less than or equal to the <code>upper</code> parameter.</p>
 <h3 class="function"><a id="ippAddRanges">ippAddRanges</a></h3>
-        <p class="description">Add ranges of values to an IPP message.</p>
+<p class="description">Add ranges of values to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddRanges(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, const char *name, int num_values, const int *lower, const int *upper);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>num_values</th>
-        <td class="description">Number of values</td></tr>
+<td class="description">Number of values</td></tr>
 <tr><th>lower</th>
-        <td class="description">Lower values</td></tr>
+<td class="description">Lower values</td></tr>
 <tr><th>upper</th>
-        <td class="description">Upper values</td></tr>
+<td class="description">Upper values</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4244,28 +5491,28 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 (<code>IPP_TAG_OPERATION</code>), printer (<code>IPP_TAG_PRINTER</code>), subscription
 (<code>IPP_TAG_SUBSCRIPTION</code>), or unsupported (<code>IPP_TAG_UNSUPPORTED_GROUP</code>).</p>
 <h3 class="function"><a id="ippAddResolution">ippAddResolution</a></h3>
-        <p class="description">Add a resolution value to an IPP message.</p>
+<p class="description">Add a resolution value to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddResolution(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, const char *name, <a href="#ipp_res_t">ipp_res_t</a> units, int xres, int yres);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>units</th>
-        <td class="description">Units for resolution</td></tr>
+<td class="description">Units for resolution</td></tr>
 <tr><th>xres</th>
-        <td class="description">X resolution</td></tr>
+<td class="description">X resolution</td></tr>
 <tr><th>yres</th>
-        <td class="description">Y resolution</td></tr>
+<td class="description">Y resolution</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4274,30 +5521,30 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 (<code>IPP_TAG_OPERATION</code>), printer (<code>IPP_TAG_PRINTER</code>), subscription
 (<code>IPP_TAG_SUBSCRIPTION</code>), or unsupported (<code>IPP_TAG_UNSUPPORTED_GROUP</code>).</p>
 <h3 class="function"><a id="ippAddResolutions">ippAddResolutions</a></h3>
-        <p class="description">Add resolution values to an IPP message.</p>
+<p class="description">Add resolution values to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddResolutions(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, const char *name, int num_values, <a href="#ipp_res_t">ipp_res_t</a> units, const int *xres, const int *yres);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>num_values</th>
-        <td class="description">Number of values</td></tr>
+<td class="description">Number of values</td></tr>
 <tr><th>units</th>
-        <td class="description">Units for resolution</td></tr>
+<td class="description">Units for resolution</td></tr>
 <tr><th>xres</th>
-        <td class="description">X resolutions</td></tr>
+<td class="description">X resolutions</td></tr>
 <tr><th>yres</th>
-        <td class="description">Y resolutions</td></tr>
+<td class="description">Y resolutions</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4306,42 +5553,42 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 (<code>IPP_TAG_OPERATION</code>), printer (<code>IPP_TAG_PRINTER</code>), subscription
 (<code>IPP_TAG_SUBSCRIPTION</code>), or unsupported (<code>IPP_TAG_UNSUPPORTED_GROUP</code>).</p>
 <h3 class="function"><a id="ippAddSeparator">ippAddSeparator</a></h3>
-        <p class="description">Add a group separator to an IPP message.</p>
+<p class="description">Add a group separator to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddSeparator(<a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.</p>
 <h3 class="function"><a id="ippAddString">ippAddString</a></h3>
-        <p class="description">Add a language-encoded string to an IPP message.</p>
+<p class="description">Add a language-encoded string to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddString(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name, const char *language, const char *value);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>value_tag</th>
-        <td class="description">Type of attribute</td></tr>
+<td class="description">Type of attribute</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>language</th>
-        <td class="description">Language code</td></tr>
+<td class="description">Language code</td></tr>
 <tr><th>value</th>
-        <td class="description">Value</td></tr>
+<td class="description">Value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4360,30 +5607,30 @@ Supported string values include charset (<code>IPP_TAG_CHARSET</code>), keyword
 The <code>language</code> parameter must be non-<code>NULL</code> for nameWithLanguage and
 textWithLanguage string values and must be <code>NULL</code> for all other string values.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="ippAddStringf">ippAddStringf</a></h3>
-        <p class="description">Add a formatted string to an IPP message.</p>
+<p class="description">Add a formatted string to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddStringf(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name, const char *language, const char *format, ...);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>value_tag</th>
-        <td class="description">Type of attribute</td></tr>
+<td class="description">Type of attribute</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>language</th>
-        <td class="description">Language code (<code>NULL</code> for default)</td></tr>
+<td class="description">Language code (<code>NULL</code> for default)</td></tr>
 <tr><th>format</th>
-        <td class="description">Printf-style format string</td></tr>
+<td class="description">Printf-style format string</td></tr>
 <tr><th>...</th>
-        <td class="description">Additional arguments as needed</td></tr>
+<td class="description">Additional arguments as needed</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4411,30 +5658,30 @@ the corresponding value type.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="ippAddStringfv">ippAddStringfv</a></h3>
-        <p class="description">Add a formatted string to an IPP message.</p>
+<p class="description">Add a formatted string to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddStringfv(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name, const char *language, const char *format, va_list ap);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>value_tag</th>
-        <td class="description">Type of attribute</td></tr>
+<td class="description">Type of attribute</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>language</th>
-        <td class="description">Language code (<code>NULL</code> for default)</td></tr>
+<td class="description">Language code (<code>NULL</code> for default)</td></tr>
 <tr><th>format</th>
-        <td class="description">Printf-style format string</td></tr>
+<td class="description">Printf-style format string</td></tr>
 <tr><th>ap</th>
-        <td class="description">Additional arguments</td></tr>
+<td class="description">Additional arguments</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4462,30 +5709,30 @@ maximum length of the corresponding value type.
 
 </p>
 <h3 class="function"><a id="ippAddStrings">ippAddStrings</a></h3>
-        <p class="description">Add language-encoded strings to an IPP message.</p>
+<p class="description">Add language-encoded strings to an IPP message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippAddStrings(<a href="#ipp_t">ipp_t</a> *ipp, ipp_tag_t group, ipp_tag_t value_tag, const char *name, int num_values, const char *language, const char *const *values);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>group</th>
-        <td class="description">IPP group</td></tr>
+<td class="description">IPP group</td></tr>
 <tr><th>value_tag</th>
-        <td class="description">Type of attribute</td></tr>
+<td class="description">Type of attribute</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>num_values</th>
-        <td class="description">Number of values</td></tr>
+<td class="description">Number of values</td></tr>
 <tr><th>language</th>
-        <td class="description">Language code (<code>NULL</code> for default)</td></tr>
+<td class="description">Language code (<code>NULL</code> for default)</td></tr>
 <tr><th>values</th>
-        <td class="description">Values</td></tr>
+<td class="description">Values</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>group</code> parameter specifies the IPP attribute group tag: none
@@ -4504,108 +5751,108 @@ Supported string values include charset (<code>IPP_TAG_CHARSET</code>), keyword
 The <code>language</code> parameter must be non-<code>NULL</code> for nameWithLanguage and
 textWithLanguage string values and must be <code>NULL</code> for all other string values.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippAttributeString">ippAttributeString</a></h3>
-        <p class="description">Convert the attribute's value to a string.</p>
+<p class="description">Convert the attribute's value to a string.</p>
 <p class="code">
 size_t ippAttributeString(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr, char *buffer, size_t bufsize);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">Attribute</td></tr>
+<td class="description">Attribute</td></tr>
 <tr><th>buffer</th>
-        <td class="description">String buffer or NULL</td></tr>
+<td class="description">String buffer or NULL</td></tr>
 <tr><th>bufsize</th>
-        <td class="description">Size of string buffer</td></tr>
+<td class="description">Size of string buffer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of bytes less nul</p>
+<p class="description">Number of bytes less nul</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Returns the number of bytes that would be written, not including the
+<p class="discussion">Returns the number of bytes that would be written, not including the
 trailing nul. The buffer pointer can be NULL to get the required length,
 just like (v)snprintf.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="ippContainsInteger">ippContainsInteger</a></h3>
-        <p class="description">Determine whether an attribute contains the
+<p class="description">Determine whether an attribute contains the
 specified value or is within the list of ranges.</p>
 <p class="code">
 int ippContainsInteger(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr, int value);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">Attribute</td></tr>
+<td class="description">Attribute</td></tr>
 <tr><th>value</th>
-        <td class="description">Integer/enum value</td></tr>
+<td class="description">Integer/enum value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on a match, 0 on no match</p>
+<p class="description">1 on a match, 0 on no match</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Returns non-zero when the attribute contains either a matching integer or
+<p class="discussion">Returns non-zero when the attribute contains either a matching integer or
 enum value, or the value falls within one of the rangeOfInteger values for
 the attribute.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="ippContainsString">ippContainsString</a></h3>
-        <p class="description">Determine whether an attribute contains the
+<p class="description">Determine whether an attribute contains the
 specified string value.</p>
 <p class="code">
 int ippContainsString(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr, const char *value);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">Attribute</td></tr>
+<td class="description">Attribute</td></tr>
 <tr><th>value</th>
-        <td class="description">String value</td></tr>
+<td class="description">String value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on a match, 0 on no match</p>
+<p class="description">1 on a match, 0 on no match</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Returns non-zero when the attribute contains a matching charset, keyword,
+<p class="discussion">Returns non-zero when the attribute contains a matching charset, keyword,
 naturalLanguage, mimeMediaType, name, text, uri, or uriScheme value.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippCopyAttribute">ippCopyAttribute</a></h3>
-        <p class="description">Copy an attribute.</p>
+<p class="description">Copy an attribute.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippCopyAttribute(<a href="#ipp_t">ipp_t</a> *dst, <a href="#ipp_attribute_t">ipp_attribute_t</a> *srcattr, int quickcopy);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>dst</th>
-        <td class="description">Destination IPP message</td></tr>
+<td class="description">Destination IPP message</td></tr>
 <tr><th>srcattr</th>
-        <td class="description">Attribute to copy</td></tr>
+<td class="description">Attribute to copy</td></tr>
 <tr><th>quickcopy</th>
-        <td class="description">1 for a referenced copy, 0 for normal</td></tr>
+<td class="description">1 for a referenced copy, 0 for normal</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New attribute</p>
+<p class="description">New attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The specified attribute, <code>attr</code>, is copied to the destination IPP message.
+<p class="discussion">The specified attribute, <code>attr</code>, is copied to the destination IPP message.
 When <code>quickcopy</code> is non-zero, a &quot;shallow&quot; reference copy of the attribute is
 created - this should only be done as long as the original source IPP message will
 not be freed for the life of the destination.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippCopyAttributes">ippCopyAttributes</a></h3>
-        <p class="description">Copy attributes from one IPP message to another.</p>
+<p class="description">Copy attributes from one IPP message to another.</p>
 <p class="code">
 int ippCopyAttributes(<a href="#ipp_t">ipp_t</a> *dst, <a href="#ipp_t">ipp_t</a> *src, int quickcopy, <a href="#ipp_copycb_t">ipp_copycb_t</a> cb, void *context);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>dst</th>
-        <td class="description">Destination IPP message</td></tr>
+<td class="description">Destination IPP message</td></tr>
 <tr><th>src</th>
-        <td class="description">Source IPP message</td></tr>
+<td class="description">Source IPP message</td></tr>
 <tr><th>quickcopy</th>
-        <td class="description">1 for a referenced copy, 0 for normal</td></tr>
+<td class="description">1 for a referenced copy, 0 for normal</td></tr>
 <tr><th>cb</th>
-        <td class="description">Copy callback or <code>NULL</code> for none</td></tr>
+<td class="description">Copy callback or <code>NULL</code> for none</td></tr>
 <tr><th>context</th>
-        <td class="description">Context pointer</td></tr>
+<td class="description">Context pointer</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on error</p>
+<p class="description">1 on success, 0 on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Zero or more attributes are copied from the source IPP message, <code>src</code>, to the
+<p class="discussion">Zero or more attributes are copied from the source IPP message, <code>src</code>, to the
 destination IPP message, <code>dst</code>. When <code>quickcopy</code> is non-zero, a &quot;shallow&quot;
 reference copy of the attribute is created - this should only be done as long as the
 original source IPP message will not be freed for the life of the destination.<br>
@@ -4617,19 +5864,19 @@ itself.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="ippCreateRequestedArray">ippCreateRequestedArray</a></h3>
-        <p class="description">Create a CUPS array of attribute names from the
+<p class="description">Create a CUPS array of attribute names from the
 given requested-attributes attribute.</p>
 <p class="code">
-cups_array_t *ippCreateRequestedArray(<a href="#ipp_t">ipp_t</a> *request);</p>
+<a href="#cups_array_t">cups_array_t</a> *ippCreateRequestedArray(<a href="#ipp_t">ipp_t</a> *request);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>request</th>
-        <td class="description">IPP request</td></tr>
+<td class="description">IPP request</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">CUPS array or <code>NULL</code> if all</p>
+<p class="description">CUPS array or <code>NULL</code> if all</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function creates a (sorted) CUPS array of attribute names matching the
+<p class="discussion">This function creates a (sorted) CUPS array of attribute names matching the
 list of &quot;requested-attribute&quot; values supplied in an IPP request.  All IANA-
 registered values are supported in addition to the CUPS IPP extension
 attributes.<br>
@@ -4644,56 +5891,56 @@ using the <code>cupsArrayDelete</code> function.
 
 </p>
 <h3 class="function"><a id="ippDateToTime">ippDateToTime</a></h3>
-        <p class="description">Convert from RFC 2579 Date/Time format to time in
+<p class="description">Convert from RFC 2579 Date/Time format to time in
 seconds.</p>
 <p class="code">
 time_t ippDateToTime(const <a href="#ipp_uchar_t">ipp_uchar_t</a> *date);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>date</th>
-        <td class="description">RFC 2579 date info</td></tr>
+<td class="description">RFC 2579 date info</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">UNIX time value</p>
+<p class="description">UNIX time value</p>
 <h3 class="function"><a id="ippDelete">ippDelete</a></h3>
-        <p class="description">Delete an IPP message.</p>
+<p class="description">Delete an IPP message.</p>
 <p class="code">
 void ippDelete(<a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 </tbody></table>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span><a id="ippDeleteAttribute">ippDeleteAttribute</a></h3>
-        <p class="description">Delete a single attribute in an IPP message.</p>
+<p class="description">Delete a single attribute in an IPP message.</p>
 <p class="code">
 void ippDeleteAttribute(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> *attr);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">Attribute to delete</td></tr>
+<td class="description">Attribute to delete</td></tr>
 </tbody></table>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippDeleteValues">ippDeleteValues</a></h3>
-        <p class="description">Delete values in an attribute.</p>
+<p class="description">Delete values in an attribute.</p>
 <p class="code">
 int ippDeleteValues(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, int element, int count);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">Attribute</td></tr>
+<td class="description">Attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Index of first value to delete (0-based)</td></tr>
+<td class="description">Index of first value to delete (0-based)</td></tr>
 <tr><th>count</th>
-        <td class="description">Number of values to delete</td></tr>
+<td class="description">Number of values to delete</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>element</code> parameter specifies the first value to delete, starting at
+<p class="discussion">The <code>element</code> parameter specifies the first value to delete, starting at
 0. It must be less than the number of values returned by <a href="#ippGetCount"><code>ippGetCount</code></a>.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -4702,403 +5949,403 @@ Deleting all values in an attribute deletes the attribute.
 
 </p>
 <h3 class="function"><a id="ippEnumString">ippEnumString</a></h3>
-        <p class="description">Return a string corresponding to the enum value.</p>
+<p class="description">Return a string corresponding to the enum value.</p>
 <p class="code">
 const char *ippEnumString(const char *attrname, int enumvalue);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attrname</th>
-        <td class="description">Attribute name</td></tr>
+<td class="description">Attribute name</td></tr>
 <tr><th>enumvalue</th>
-        <td class="description">Enum value</td></tr>
+<td class="description">Enum value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Enum string</p>
+<p class="description">Enum string</p>
 <h3 class="function"><a id="ippEnumValue">ippEnumValue</a></h3>
-        <p class="description">Return the value associated with a given enum string.</p>
+<p class="description">Return the value associated with a given enum string.</p>
 <p class="code">
 int ippEnumValue(const char *attrname, const char *enumstring);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attrname</th>
-        <td class="description">Attribute name</td></tr>
+<td class="description">Attribute name</td></tr>
 <tr><th>enumstring</th>
-        <td class="description">Enum string</td></tr>
+<td class="description">Enum string</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Enum value or -1 if unknown</p>
+<p class="description">Enum value or -1 if unknown</p>
 <h3 class="function"><a id="ippErrorString">ippErrorString</a></h3>
-        <p class="description">Return a name for the given status code.</p>
+<p class="description">Return a name for the given status code.</p>
 <p class="code">
 const char *ippErrorString(ipp_status_t error);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>error</th>
-        <td class="description">Error status</td></tr>
+<td class="description">Error status</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Text string</p>
+<p class="description">Text string</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ippErrorValue">ippErrorValue</a></h3>
-        <p class="description">Return a status code for the given name.</p>
+<p class="description">Return a status code for the given name.</p>
 <p class="code">
 ipp_status_t ippErrorValue(const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Name</td></tr>
+<td class="description">Name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">IPP status code</p>
+<p class="description">IPP status code</p>
 <h3 class="function"><a id="ippFindAttribute">ippFindAttribute</a></h3>
-        <p class="description">Find a named attribute in a request.</p>
+<p class="description">Find a named attribute in a request.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippFindAttribute(<a href="#ipp_t">ipp_t</a> *ipp, const char *name, ipp_tag_t type);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>type</th>
-        <td class="description">Type of attribute</td></tr>
+<td class="description">Type of attribute</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Matching attribute</p>
+<p class="description">Matching attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Starting with CUPS 2.0, the attribute name can contain a hierarchical list
+<p class="discussion">Starting with CUPS 2.0, the attribute name can contain a hierarchical list
 of attribute and member names separated by slashes, for example
 &quot;media-col/media-size&quot;.</p>
 <h3 class="function"><a id="ippFindNextAttribute">ippFindNextAttribute</a></h3>
-        <p class="description">Find the next named attribute in a request.</p>
+<p class="description">Find the next named attribute in a request.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippFindNextAttribute(<a href="#ipp_t">ipp_t</a> *ipp, const char *name, ipp_tag_t type);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>name</th>
-        <td class="description">Name of attribute</td></tr>
+<td class="description">Name of attribute</td></tr>
 <tr><th>type</th>
-        <td class="description">Type of attribute</td></tr>
+<td class="description">Type of attribute</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Matching attribute</p>
+<p class="description">Matching attribute</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">Starting with CUPS 2.0, the attribute name can contain a hierarchical list
+<p class="discussion">Starting with CUPS 2.0, the attribute name can contain a hierarchical list
 of attribute and member names separated by slashes, for example
 &quot;media-col/media-size&quot;.</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippFirstAttribute">ippFirstAttribute</a></h3>
-        <p class="description">Return the first attribute in the message.</p>
+<p class="description">Return the first attribute in the message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippFirstAttribute(<a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">First attribute or <code>NULL</code> if none</p>
+<p class="description">First attribute or <code>NULL</code> if none</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetBoolean">ippGetBoolean</a></h3>
-        <p class="description">Get a boolean value for an attribute.</p>
+<p class="description">Get a boolean value for an attribute.</p>
 <p class="code">
 int ippGetBoolean(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr, int element);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Boolean value or 0 on error</p>
+<p class="description">Boolean value or 0 on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
+<p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
 <code>ippGetCount(attr)</code> - 1.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetCollection">ippGetCollection</a></h3>
-        <p class="description">Get a collection value for an attribute.</p>
+<p class="description">Get a collection value for an attribute.</p>
 <p class="code">
 <a href="#ipp_t">ipp_t</a> *ippGetCollection(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr, int element);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Collection value or <code>NULL</code> on error</p>
+<p class="description">Collection value or <code>NULL</code> on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
+<p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
 <code>ippGetCount(attr)</code> - 1.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetCount">ippGetCount</a></h3>
-        <p class="description">Get the number of values in an attribute.</p>
+<p class="description">Get the number of values in an attribute.</p>
 <p class="code">
 int ippGetCount(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Number of values or 0 on error</p>
+<p class="description">Number of values or 0 on error</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetDate">ippGetDate</a></h3>
-        <p class="description">Get a dateTime value for an attribute.</p>
+<p class="description">Get a dateTime value for an attribute.</p>
 <p class="code">
 const <a href="#ipp_uchar_t">ipp_uchar_t</a> *ippGetDate(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr, int element);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">dateTime value or <code>NULL</code></p>
+<p class="description">dateTime value or <code>NULL</code></p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
+<p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
 <code>ippGetCount(attr)</code> - 1.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetGroupTag">ippGetGroupTag</a></h3>
-        <p class="description">Get the group associated with an attribute.</p>
+<p class="description">Get the group associated with an attribute.</p>
 <p class="code">
 ipp_tag_t ippGetGroupTag(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Group tag or <code>IPP_TAG_ZERO</code> on error</p>
+<p class="description">Group tag or <code>IPP_TAG_ZERO</code> on error</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetInteger">ippGetInteger</a></h3>
-        <p class="description">Get the integer/enum value for an attribute.</p>
+<p class="description">Get the integer/enum value for an attribute.</p>
 <p class="code">
 int ippGetInteger(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr, int element);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Value or 0 on error</p>
+<p class="description">Value or 0 on error</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
+<p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
 <code>ippGetCount(attr)</code> - 1.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetName">ippGetName</a></h3>
-        <p class="description">Get the attribute name.</p>
+<p class="description">Get the attribute name.</p>
 <p class="code">
 const char *ippGetName(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Attribute name or <code>NULL</code> for separators</p>
+<p class="description">Attribute name or <code>NULL</code> for separators</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="ippGetOctetString">ippGetOctetString</a></h3>
-        <p class="description">Get an octetString value from an IPP attribute.</p>
+<p class="description">Get an octetString value from an IPP attribute.</p>
 <p class="code">
 void *ippGetOctetString(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr, int element, int *datalen);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>datalen</th>
-        <td class="description">Length of octetString data</td></tr>
+<td class="description">Length of octetString data</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Pointer to octetString data</p>
+<p class="description">Pointer to octetString data</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
+<p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
 <code>ippGetCount(attr)</code> - 1.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetOperation">ippGetOperation</a></h3>
-        <p class="description">Get the operation ID in an IPP message.</p>
+<p class="description">Get the operation ID in an IPP message.</p>
 <p class="code">
 ipp_op_t ippGetOperation(<a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP request message</td></tr>
+<td class="description">IPP request message</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Operation ID or 0 on error</p>
+<p class="description">Operation ID or 0 on error</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetRange">ippGetRange</a></h3>
-        <p class="description">Get a rangeOfInteger value from an attribute.</p>
+<p class="description">Get a rangeOfInteger value from an attribute.</p>
 <p class="code">
 int ippGetRange(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr, int element, int *uppervalue);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>uppervalue</th>
-        <td class="description">Upper value of range</td></tr>
+<td class="description">Upper value of range</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Lower value of range or 0</p>
+<p class="description">Lower value of range or 0</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
+<p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
 <code>ippGetCount(attr)</code> - 1.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetRequestId">ippGetRequestId</a></h3>
-        <p class="description">Get the request ID from an IPP message.</p>
+<p class="description">Get the request ID from an IPP message.</p>
 <p class="code">
 int ippGetRequestId(<a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Request ID or 0 on error</p>
+<p class="description">Request ID or 0 on error</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetResolution">ippGetResolution</a></h3>
-        <p class="description">Get a resolution value for an attribute.</p>
+<p class="description">Get a resolution value for an attribute.</p>
 <p class="code">
 int ippGetResolution(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr, int element, int *yres, <a href="#ipp_res_t">ipp_res_t</a> *units);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>yres</th>
-        <td class="description">Vertical/feed resolution</td></tr>
+<td class="description">Vertical/feed resolution</td></tr>
 <tr><th>units</th>
-        <td class="description">Units for resolution</td></tr>
+<td class="description">Units for resolution</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Horizontal/cross feed resolution or 0</p>
+<p class="description">Horizontal/cross feed resolution or 0</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
+<p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
 <code>ippGetCount(attr)</code> - 1.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetState">ippGetState</a></h3>
-        <p class="description">Get the IPP message state.</p>
+<p class="description">Get the IPP message state.</p>
 <p class="code">
 <a href="#ipp_state_t">ipp_state_t</a> ippGetState(<a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">IPP message state value</p>
+<p class="description">IPP message state value</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetStatusCode">ippGetStatusCode</a></h3>
-        <p class="description">Get the status code from an IPP response or event message.</p>
+<p class="description">Get the status code from an IPP response or event message.</p>
 <p class="code">
 ipp_status_t ippGetStatusCode(<a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP response or event message</td></tr>
+<td class="description">IPP response or event message</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Status code in IPP message</p>
+<p class="description">Status code in IPP message</p>
 <h3 class="function"><a id="ippGetString">ippGetString</a></h3>
-        <p class="description"></p>
+<p class="description"></p>
 <p class="code">
 const char *ippGetString(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr, int element, const char **language);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>language</th>
-        <td class="description">Language code (<code>NULL</code> for don't care)</td></tr>
+<td class="description">Language code (<code>NULL</code> for don't care)</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Get the string and optionally the language code for an attribute.</p>
-        <p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
+<p class="description">Get the string and optionally the language code for an attribute.</p>
+<p class="discussion">The <code>element</code> parameter specifies which value to get from 0 to
 <code>ippGetCount(attr)</code> - 1.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetValueTag">ippGetValueTag</a></h3>
-        <p class="description">Get the value tag for an attribute.</p>
+<p class="description">Get the value tag for an attribute.</p>
 <p class="code">
 ipp_tag_t ippGetValueTag(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Value tag or <code>IPP_TAG_ZERO</code> on error</p>
+<p class="description">Value tag or <code>IPP_TAG_ZERO</code> on error</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippGetVersion">ippGetVersion</a></h3>
-        <p class="description">Get the major and minor version number from an IPP message.</p>
+<p class="description">Get the major and minor version number from an IPP message.</p>
 <p class="code">
 int ippGetVersion(<a href="#ipp_t">ipp_t</a> *ipp, int *minor);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>minor</th>
-        <td class="description">Minor version number or <code>NULL</code> for don't care</td></tr>
+<td class="description">Minor version number or <code>NULL</code> for don't care</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Major version number or 0 on error</p>
+<p class="description">Major version number or 0 on error</p>
 <h3 class="function"><a id="ippLength">ippLength</a></h3>
-        <p class="description">Compute the length of an IPP message.</p>
+<p class="description">Compute the length of an IPP message.</p>
 <p class="code">
 size_t ippLength(<a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Size of IPP message</p>
+<p class="description">Size of IPP message</p>
 <h3 class="function"><a id="ippNew">ippNew</a></h3>
-        <p class="description">Allocate a new IPP message.</p>
+<p class="description">Allocate a new IPP message.</p>
 <p class="code">
 <a href="#ipp_t">ipp_t</a> *ippNew(void);</p>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">New IPP message</p>
+<p class="description">New IPP message</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ippNewRequest">ippNewRequest</a></h3>
-        <p class="description">Allocate a new IPP request message.</p>
+<p class="description">Allocate a new IPP request message.</p>
 <p class="code">
 <a href="#ipp_t">ipp_t</a> *ippNewRequest(ipp_op_t op);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>op</th>
-        <td class="description">Operation code</td></tr>
+<td class="description">Operation code</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">IPP request message</p>
+<p class="description">IPP request message</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The new request message is initialized with the &quot;attributes-charset&quot; and
+<p class="discussion">The new request message is initialized with the &quot;attributes-charset&quot; and
 &quot;attributes-natural-language&quot; attributes added. The
 &quot;attributes-natural-language&quot; value is derived from the current locale.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="ippNewResponse">ippNewResponse</a></h3>
-        <p class="description">Allocate a new IPP response message.</p>
+<p class="description">Allocate a new IPP response message.</p>
 <p class="code">
 <a href="#ipp_t">ipp_t</a> *ippNewResponse(<a href="#ipp_t">ipp_t</a> *request);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>request</th>
-        <td class="description">IPP request message</td></tr>
+<td class="description">IPP request message</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">IPP response message</p>
+<p class="description">IPP response message</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The new response message is initialized with the same &quot;version-number&quot;,
+<p class="discussion">The new response message is initialized with the same &quot;version-number&quot;,
 &quot;request-id&quot;, &quot;attributes-charset&quot;, and &quot;attributes-natural-language&quot; as the
 provided request message.  If the &quot;attributes-charset&quot; or
 &quot;attributes-natural-language&quot; attributes are missing from the request,
@@ -5107,108 +6354,108 @@ respectively.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippNextAttribute">ippNextAttribute</a></h3>
-        <p class="description">Return the next attribute in the message.</p>
+<p class="description">Return the next attribute in the message.</p>
 <p class="code">
 <a href="#ipp_attribute_t">ipp_attribute_t</a> *ippNextAttribute(<a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Next attribute or <code>NULL</code> if none</p>
+<p class="description">Next attribute or <code>NULL</code> if none</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ippOpString">ippOpString</a></h3>
-        <p class="description">Return a name for the given operation id.</p>
+<p class="description">Return a name for the given operation id.</p>
 <p class="code">
 const char *ippOpString(ipp_op_t op);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>op</th>
-        <td class="description">Operation ID</td></tr>
+<td class="description">Operation ID</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Name</p>
+<p class="description">Name</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ippOpValue">ippOpValue</a></h3>
-        <p class="description">Return an operation id for the given name.</p>
+<p class="description">Return an operation id for the given name.</p>
 <p class="code">
 ipp_op_t ippOpValue(const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Textual name</td></tr>
+<td class="description">Textual name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Operation ID</p>
+<p class="description">Operation ID</p>
 <h3 class="function"><a id="ippPort">ippPort</a></h3>
-        <p class="description">Return the default IPP port number.</p>
+<p class="description">Return the default IPP port number.</p>
 <p class="code">
 int ippPort(void);</p>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Port number</p>
+<p class="description">Port number</p>
 <h3 class="function"><a id="ippRead">ippRead</a></h3>
-        <p class="description">Read data for an IPP message from a HTTP connection.</p>
+<p class="description">Read data for an IPP message from a HTTP connection.</p>
 <p class="code">
 <a href="#ipp_state_t">ipp_state_t</a> ippRead(<a href="#http_t">http_t</a> *http, <a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>ipp</th>
-        <td class="description">IPP data</td></tr>
+<td class="description">IPP data</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Current state</p>
+<p class="description">Current state</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span><a id="ippReadFile">ippReadFile</a></h3>
-        <p class="description">Read data for an IPP message from a file.</p>
+<p class="description">Read data for an IPP message from a file.</p>
 <p class="code">
 <a href="#ipp_state_t">ipp_state_t</a> ippReadFile(int fd, <a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>fd</th>
-        <td class="description">HTTP data</td></tr>
+<td class="description">HTTP data</td></tr>
 <tr><th>ipp</th>
-        <td class="description">IPP data</td></tr>
+<td class="description">IPP data</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Current state</p>
+<p class="description">Current state</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ippReadIO">ippReadIO</a></h3>
-        <p class="description">Read data for an IPP message.</p>
+<p class="description">Read data for an IPP message.</p>
 <p class="code">
 <a href="#ipp_state_t">ipp_state_t</a> ippReadIO(void *src, <a href="#ipp_iocb_t">ipp_iocb_t</a> cb, int blocking, <a href="#ipp_t">ipp_t</a> *parent, <a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>src</th>
-        <td class="description">Data source</td></tr>
+<td class="description">Data source</td></tr>
 <tr><th>cb</th>
-        <td class="description">Read callback function</td></tr>
+<td class="description">Read callback function</td></tr>
 <tr><th>blocking</th>
-        <td class="description">Use blocking IO?</td></tr>
+<td class="description">Use blocking IO?</td></tr>
 <tr><th>parent</th>
-        <td class="description">Parent request, if any</td></tr>
+<td class="description">Parent request, if any</td></tr>
 <tr><th>ipp</th>
-        <td class="description">IPP data</td></tr>
+<td class="description">IPP data</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Current state</p>
+<p class="description">Current state</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetBoolean">ippSetBoolean</a></h3>
-        <p class="description">Set a boolean value in an attribute.</p>
+<p class="description">Set a boolean value in an attribute.</p>
 <p class="code">
 int ippSetBoolean(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, int element, int boolvalue);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>boolvalue</th>
-        <td class="description">Boolean value</td></tr>
+<td class="description">Boolean value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -5218,24 +6465,24 @@ The <code>element</code> parameter specifies which value to set from 0 to
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetCollection">ippSetCollection</a></h3>
-        <p class="description">Set a collection value in an attribute.</p>
+<p class="description">Set a collection value in an attribute.</p>
 <p class="code">
 int ippSetCollection(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, int element, <a href="#ipp_t">ipp_t</a> *colvalue);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>colvalue</th>
-        <td class="description">Collection value</td></tr>
+<td class="description">Collection value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -5245,24 +6492,24 @@ The <code>element</code> parameter specifies which value to set from 0 to
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetDate">ippSetDate</a></h3>
-        <p class="description">Set a dateTime value in an attribute.</p>
+<p class="description">Set a dateTime value in an attribute.</p>
 <p class="code">
 int ippSetDate(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, int element, const <a href="#ipp_uchar_t">ipp_uchar_t</a> *datevalue);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>datevalue</th>
-        <td class="description">dateTime value</td></tr>
+<td class="description">dateTime value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -5272,22 +6519,22 @@ The <code>element</code> parameter specifies which value to set from 0 to
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetGroupTag">ippSetGroupTag</a></h3>
-        <p class="description">Set the group tag of an attribute.</p>
+<p class="description">Set the group tag of an attribute.</p>
 <p class="code">
 int ippSetGroupTag(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, ipp_tag_t group_tag);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">Attribute</td></tr>
+<td class="description">Attribute</td></tr>
 <tr><th>group_tag</th>
-        <td class="description">Group tag</td></tr>
+<td class="description">Group tag</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -5300,24 +6547,24 @@ event notification (<code>IPP_TAG_EVENT_NOTIFICATION</code>), operation
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetInteger">ippSetInteger</a></h3>
-        <p class="description">Set an integer or enum value in an attribute.</p>
+<p class="description">Set an integer or enum value in an attribute.</p>
 <p class="code">
 int ippSetInteger(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, int element, int intvalue);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>intvalue</th>
-        <td class="description">Integer/enum value</td></tr>
+<td class="description">Integer/enum value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -5327,48 +6574,48 @@ The <code>element</code> parameter specifies which value to set from 0 to
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetName">ippSetName</a></h3>
-        <p class="description">Set the name of an attribute.</p>
+<p class="description">Set the name of an attribute.</p>
 <p class="code">
 int ippSetName(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>name</th>
-        <td class="description">Attribute name</td></tr>
+<td class="description">Attribute name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="ippSetOctetString">ippSetOctetString</a></h3>
-        <p class="description">Set an octetString value in an IPP attribute.</p>
+<p class="description">Set an octetString value in an IPP attribute.</p>
 <p class="code">
 int ippSetOctetString(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, int element, const void *data, int datalen);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>data</th>
-        <td class="description">Pointer to octetString data</td></tr>
+<td class="description">Pointer to octetString data</td></tr>
 <tr><th>datalen</th>
-        <td class="description">Length of octetString data</td></tr>
+<td class="description">Length of octetString data</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -5378,53 +6625,53 @@ The <code>element</code> parameter specifies which value to set from 0 to
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetOperation">ippSetOperation</a></h3>
-        <p class="description">Set the operation ID in an IPP request message.</p>
+<p class="description">Set the operation ID in an IPP request message.</p>
 <p class="code">
 int ippSetOperation(<a href="#ipp_t">ipp_t</a> *ipp, ipp_op_t op);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP request message</td></tr>
+<td class="description">IPP request message</td></tr>
 <tr><th>op</th>
-        <td class="description">Operation ID</td></tr>
+<td class="description">Operation ID</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.
 
 </p>
 <h3 class="function"><a id="ippSetPort">ippSetPort</a></h3>
-        <p class="description">Set the default port number.</p>
+<p class="description">Set the default port number.</p>
 <p class="code">
 void ippSetPort(int p);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>p</th>
-        <td class="description">Port number to use</td></tr>
+<td class="description">Port number to use</td></tr>
 </tbody></table>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetRange">ippSetRange</a></h3>
-        <p class="description">Set a rangeOfInteger value in an attribute.</p>
+<p class="description">Set a rangeOfInteger value in an attribute.</p>
 <p class="code">
 int ippSetRange(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, int element, int lowervalue, int uppervalue);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>lowervalue</th>
-        <td class="description">Lower bound for range</td></tr>
+<td class="description">Lower bound for range</td></tr>
 <tr><th>uppervalue</th>
-        <td class="description">Upper bound for range</td></tr>
+<td class="description">Upper bound for range</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -5434,48 +6681,48 @@ The <code>element</code> parameter specifies which value to set from 0 to
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetRequestId">ippSetRequestId</a></h3>
-        <p class="description">Set the request ID in an IPP message.</p>
+<p class="description">Set the request ID in an IPP message.</p>
 <p class="code">
 int ippSetRequestId(<a href="#ipp_t">ipp_t</a> *ipp, int request_id);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>request_id</th>
-        <td class="description">Request ID</td></tr>
+<td class="description">Request ID</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>request_id</code> parameter must be greater than 0.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetResolution">ippSetResolution</a></h3>
-        <p class="description">Set a resolution value in an attribute.</p>
+<p class="description">Set a resolution value in an attribute.</p>
 <p class="code">
 int ippSetResolution(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, int element, <a href="#ipp_res_t">ipp_res_t</a> unitsvalue, int xresvalue, int yresvalue);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>unitsvalue</th>
-        <td class="description">Resolution units</td></tr>
+<td class="description">Resolution units</td></tr>
 <tr><th>xresvalue</th>
-        <td class="description">Horizontal/cross feed resolution</td></tr>
+<td class="description">Horizontal/cross feed resolution</td></tr>
 <tr><th>yresvalue</th>
-        <td class="description">Vertical/feed resolution</td></tr>
+<td class="description">Vertical/feed resolution</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -5485,55 +6732,55 @@ The <code>element</code> parameter specifies which value to set from 0 to
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetState">ippSetState</a></h3>
-        <p class="description">Set the current state of the IPP message.</p>
+<p class="description">Set the current state of the IPP message.</p>
 <p class="code">
 int ippSetState(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_state_t">ipp_state_t</a> state);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>state</th>
-        <td class="description">IPP state value</td></tr>
+<td class="description">IPP state value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetStatusCode">ippSetStatusCode</a></h3>
-        <p class="description">Set the status code in an IPP response or event message.</p>
+<p class="description">Set the status code in an IPP response or event message.</p>
 <p class="code">
 int ippSetStatusCode(<a href="#ipp_t">ipp_t</a> *ipp, ipp_status_t status);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP response or event message</td></tr>
+<td class="description">IPP response or event message</td></tr>
 <tr><th>status</th>
-        <td class="description">Status code</td></tr>
+<td class="description">Status code</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetString">ippSetString</a></h3>
-        <p class="description">Set a string value in an attribute.</p>
+<p class="description">Set a string value in an attribute.</p>
 <p class="code">
 int ippSetString(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, int element, const char *strvalue);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>strvalue</th>
-        <td class="description">String value</td></tr>
+<td class="description">String value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -5543,26 +6790,26 @@ The <code>element</code> parameter specifies which value to set from 0 to
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="ippSetStringf">ippSetStringf</a></h3>
-        <p class="description">Set a formatted string value of an attribute.</p>
+<p class="description">Set a formatted string value of an attribute.</p>
 <p class="code">
 int ippSetStringf(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, int element, const char *format, ...);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>format</th>
-        <td class="description">Printf-style format string</td></tr>
+<td class="description">Printf-style format string</td></tr>
 <tr><th>...</th>
-        <td class="description">Additional arguments as needed</td></tr>
+<td class="description">Additional arguments as needed</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -5577,26 +6824,26 @@ the corresponding value type.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="ippSetStringfv">ippSetStringfv</a></h3>
-        <p class="description">Set a formatted string value of an attribute.</p>
+<p class="description">Set a formatted string value of an attribute.</p>
 <p class="code">
 int ippSetStringfv(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, int element, const char *format, va_list ap);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>element</th>
-        <td class="description">Value number (0-based)</td></tr>
+<td class="description">Value number (0-based)</td></tr>
 <tr><th>format</th>
-        <td class="description">Printf-style format string</td></tr>
+<td class="description">Printf-style format string</td></tr>
 <tr><th>ap</th>
-        <td class="description">Pointer to additional arguments</td></tr>
+<td class="description">Pointer to additional arguments</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -5611,22 +6858,22 @@ the corresponding value type.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetValueTag">ippSetValueTag</a></h3>
-        <p class="description">Set the value tag of an attribute.</p>
+<p class="description">Set the value tag of an attribute.</p>
 <p class="code">
 int ippSetValueTag(<a href="#ipp_t">ipp_t</a> *ipp, <a href="#ipp_attribute_t">ipp_attribute_t</a> **attr, ipp_tag_t value_tag);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>attr</th>
-        <td class="description">IPP attribute</td></tr>
+<td class="description">IPP attribute</td></tr>
 <tr><th>value_tag</th>
-        <td class="description">Value tag</td></tr>
+<td class="description">Value tag</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The <code>attr</code> parameter may be modified as a result of setting the value.<br>
@@ -5645,331 +6892,454 @@ code for the current locale.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="ippSetVersion">ippSetVersion</a></h3>
-        <p class="description">Set the version number in an IPP message.</p>
+<p class="description">Set the version number in an IPP message.</p>
 <p class="code">
 int ippSetVersion(<a href="#ipp_t">ipp_t</a> *ipp, int major, int minor);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 <tr><th>major</th>
-        <td class="description">Major version number (major.minor)</td></tr>
+<td class="description">Major version number (major.minor)</td></tr>
 <tr><th>minor</th>
-        <td class="description">Minor version number (major.minor)</td></tr>
+<td class="description">Minor version number (major.minor)</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 on success, 0 on failure</p>
+<p class="description">1 on success, 0 on failure</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
+<p class="discussion">The <code>ipp</code> parameter refers to an IPP message previously created using
 the <a href="#ippNew"><code>ippNew</code></a>, <a href="#ippNewRequest"><code>ippNewRequest</code></a>, or  <a href="#ippNewResponse"><code>ippNewResponse</code></a> functions.<br>
 <br>
 The valid version numbers are currently 1.0, 1.1, 2.0, 2.1, and 2.2.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span><a id="ippStateString">ippStateString</a></h3>
-        <p class="description">Return the name corresponding to a state value.</p>
+<p class="description">Return the name corresponding to a state value.</p>
 <p class="code">
 const char *ippStateString(<a href="#ipp_state_t">ipp_state_t</a> state);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>state</th>
-        <td class="description">State value</td></tr>
+<td class="description">State value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">State name</p>
+<p class="description">State name</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="ippTagString">ippTagString</a></h3>
-        <p class="description">Return the tag name corresponding to a tag value.</p>
+<p class="description">Return the tag name corresponding to a tag value.</p>
 <p class="code">
 const char *ippTagString(ipp_tag_t tag);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>tag</th>
-        <td class="description">Tag value</td></tr>
+<td class="description">Tag value</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Tag name</p>
+<p class="description">Tag name</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The returned names are defined in RFC 8011 and the IANA IPP Registry.
+<p class="discussion">The returned names are defined in RFC 8011 and the IANA IPP Registry.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span><a id="ippTagValue">ippTagValue</a></h3>
-        <p class="description">Return the tag value corresponding to a tag name.</p>
+<p class="description">Return the tag value corresponding to a tag name.</p>
 <p class="code">
 ipp_tag_t ippTagValue(const char *name);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>name</th>
-        <td class="description">Tag name</td></tr>
+<td class="description">Tag name</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Tag value</p>
+<p class="description">Tag value</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">The tag names are defined in RFC 8011 and the IANA IPP Registry.
+<p class="discussion">The tag names are defined in RFC 8011 and the IANA IPP Registry.
 
 </p>
 <h3 class="function"><a id="ippTimeToDate">ippTimeToDate</a></h3>
-        <p class="description">Convert from time in seconds to RFC 2579 format.</p>
+<p class="description">Convert from time in seconds to RFC 2579 format.</p>
 <p class="code">
 const <a href="#ipp_uchar_t">ipp_uchar_t</a> *ippTimeToDate(time_t t);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>t</th>
-        <td class="description">Time in seconds</td></tr>
+<td class="description">Time in seconds</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">RFC-2579 date/time data</p>
+<p class="description">RFC-2579 date/time data</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="ippValidateAttribute">ippValidateAttribute</a></h3>
-        <p class="description">Validate the contents of an attribute.</p>
+<p class="description">Validate the contents of an attribute.</p>
 <p class="code">
 int ippValidateAttribute(<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>attr</th>
-        <td class="description">Attribute</td></tr>
+<td class="description">Attribute</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if valid, 0 otherwise</p>
+<p class="description">1 if valid, 0 otherwise</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function validates the contents of an attribute based on the name and
+<p class="discussion">This function validates the contents of an attribute based on the name and
 value tag.  1 is returned if the attribute is valid, 0 otherwise.  On
 failure, <a href="#cupsLastErrorString"><code>cupsLastErrorString</code></a> is set to a human-readable message.
 
 </p>
 <h3 class="function"><span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span><a id="ippValidateAttributes">ippValidateAttributes</a></h3>
-        <p class="description">Validate all attributes in an IPP message.</p>
+<p class="description">Validate all attributes in an IPP message.</p>
 <p class="code">
 int ippValidateAttributes(<a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>ipp</th>
-        <td class="description">IPP message</td></tr>
+<td class="description">IPP message</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">1 if valid, 0 otherwise</p>
+<p class="description">1 if valid, 0 otherwise</p>
 <h4 class="discussion">Discussion</h4>
-        <p class="discussion">This function validates the contents of the IPP message, including each
+<p class="discussion">This function validates the contents of the IPP message, including each
 attribute.  Like <a href="#ippValidateAttribute"><code>ippValidateAttribute</code></a>, <a href="#cupsLastErrorString"><code>cupsLastErrorString</code></a> is
 set to a human-readable message on failure.
 
 </p>
 <h3 class="function"><a id="ippWrite">ippWrite</a></h3>
-        <p class="description">Write data for an IPP message to a HTTP connection.</p>
+<p class="description">Write data for an IPP message to a HTTP connection.</p>
 <p class="code">
 <a href="#ipp_state_t">ipp_state_t</a> ippWrite(<a href="#http_t">http_t</a> *http, <a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>http</th>
-        <td class="description">HTTP connection</td></tr>
+<td class="description">HTTP connection</td></tr>
 <tr><th>ipp</th>
-        <td class="description">IPP data</td></tr>
+<td class="description">IPP data</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Current state</p>
+<p class="description">Current state</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span><a id="ippWriteFile">ippWriteFile</a></h3>
-        <p class="description">Write data for an IPP message to a file.</p>
+<p class="description">Write data for an IPP message to a file.</p>
 <p class="code">
 <a href="#ipp_state_t">ipp_state_t</a> ippWriteFile(int fd, <a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>fd</th>
-        <td class="description">HTTP data</td></tr>
+<td class="description">HTTP data</td></tr>
 <tr><th>ipp</th>
-        <td class="description">IPP data</td></tr>
+<td class="description">IPP data</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Current state</p>
+<p class="description">Current state</p>
 <h3 class="function"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="ippWriteIO">ippWriteIO</a></h3>
-        <p class="description">Write data for an IPP message.</p>
+<p class="description">Write data for an IPP message.</p>
 <p class="code">
 <a href="#ipp_state_t">ipp_state_t</a> ippWriteIO(void *dst, <a href="#ipp_iocb_t">ipp_iocb_t</a> cb, int blocking, <a href="#ipp_t">ipp_t</a> *parent, <a href="#ipp_t">ipp_t</a> *ipp);</p>
 <h4 class="parameters">Parameters</h4>
 <table class="list"><tbody>
 <tr><th>dst</th>
-        <td class="description">Destination</td></tr>
+<td class="description">Destination</td></tr>
 <tr><th>cb</th>
-        <td class="description">Write callback function</td></tr>
+<td class="description">Write callback function</td></tr>
 <tr><th>blocking</th>
-        <td class="description">Use blocking IO?</td></tr>
+<td class="description">Use blocking IO?</td></tr>
 <tr><th>parent</th>
-        <td class="description">Parent IPP message</td></tr>
+<td class="description">Parent IPP message</td></tr>
 <tr><th>ipp</th>
-        <td class="description">IPP data</td></tr>
+<td class="description">IPP data</td></tr>
 </tbody></table>
 <h4 class="returnvalue">Return Value</h4>
-        <p class="description">Current state</p>
-      <h2 class="title"><a id="TYPES">Data Types</a></h2>
-      <h3 class="typedef"><a id="cups_client_cert_cb_t"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span>cups_client_cert_cb_t</a></h3>
-        <p class="description">Client credentials callback
+<p class="description">Current state</p>
+<h2 class="title"><a id="TYPES">Data Types</a></h2>
+<h3 class="typedef"><a id="cups_acopy_func_t">cups_acopy_func_t</a></h3>
+<p class="description">Array element copy function</p>
+<p class="code">
+typedef void *(*)(void *element, void *data)cups_acopy_func_t;
+</p>
+<h3 class="typedef"><a id="cups_adv_t">cups_adv_t</a></h3>
+<p class="description">AdvanceMedia attribute values</p>
+<p class="code">
+typedef enum <a href="#cups_adv_e">cups_adv_e</a> cups_adv_t;
+</p>
+<h3 class="typedef"><a id="cups_afree_func_t">cups_afree_func_t</a></h3>
+<p class="description">Array element free function</p>
+<p class="code">
+typedef void(*)(void *element, void *data)cups_afree_func_t;
+</p>
+<h3 class="typedef"><a id="cups_ahash_func_t">cups_ahash_func_t</a></h3>
+<p class="description">Array hash function</p>
+<p class="code">
+typedef int(*)(void *element, void *data)cups_ahash_func_t;
+</p>
+<h3 class="typedef"><a id="cups_array_func_t">cups_array_func_t</a></h3>
+<p class="description">Array comparison function</p>
+<p class="code">
+typedef int(*)(void *first, void *second, void *data)cups_array_func_t;
+</p>
+<h3 class="typedef"><a id="cups_array_t">cups_array_t</a></h3>
+<p class="description">CUPS array type</p>
+<p class="code">
+typedef struct _cups_array_s cups_array_t;
+</p>
+<h3 class="typedef"><a id="cups_bool_t">cups_bool_t</a></h3>
+<p class="description">Boolean type</p>
+<p class="code">
+typedef enum <a href="#cups_bool_e">cups_bool_e</a> cups_bool_t;
+</p>
+<h3 class="typedef"><a id="cups_client_cert_cb_t"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span>cups_client_cert_cb_t</a></h3>
+<p class="description">Client credentials callback
+</p>
+<p class="code">
+typedef int(*)(http_t *http, void *tls, <a href="#cups_array_t">cups_array_t</a> *distinguished_names, void *user_data)cups_client_cert_cb_t;
+</p>
+<h3 class="typedef"><a id="cups_cspace_t">cups_cspace_t</a></h3>
+<p class="description">cupsColorSpace attribute values</p>
+<p class="code">
+typedef enum <a href="#cups_cspace_e">cups_cspace_e</a> cups_cspace_t;
 </p>
-      <p class="code">
-typedef int(*)(http_t *http, void *tls, cups_array_t *distinguished_names, void *user_data)cups_client_cert_cb_t;
+<h3 class="typedef"><a id="cups_cut_t">cups_cut_t</a></h3>
+<p class="description">CutMedia attribute values</p>
+<p class="code">
+typedef enum <a href="#cups_cut_e">cups_cut_e</a> cups_cut_t;
+</p>
+<h3 class="typedef"><a id="cups_dentry_t">cups_dentry_t</a></h3>
+<p class="description">Directory entry type</p>
+<p class="code">
+typedef struct <a href="#cups_dentry_s">cups_dentry_s</a> cups_dentry_t;
 </p>
-      <h3 class="typedef"><a id="cups_dest_cb_t"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span>cups_dest_cb_t</a></h3>
-        <p class="description">Destination enumeration callback
+<h3 class="typedef"><a id="cups_dest_cb_t"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span>cups_dest_cb_t</a></h3>
+<p class="description">Destination enumeration callback
 </p>
-      <p class="code">
+<p class="code">
 typedef int(*)(void *user_data, unsigned flags, <a href="#cups_dest_t">cups_dest_t</a> *dest)cups_dest_cb_t;
 </p>
-      <h3 class="typedef"><a id="cups_dest_t">cups_dest_t</a></h3>
-        <p class="description">Destination</p>
-      <p class="code">
+<h3 class="typedef"><a id="cups_dest_t">cups_dest_t</a></h3>
+<p class="description">Destination</p>
+<p class="code">
 typedef struct <a href="#cups_dest_s">cups_dest_s</a> cups_dest_t;
 </p>
-      <h3 class="typedef"><a id="cups_dinfo_t"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span>cups_dinfo_t</a></h3>
-        <p class="description">Destination capability and status
+<h3 class="typedef"><a id="cups_dinfo_t"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span>cups_dinfo_t</a></h3>
+<p class="description">Destination capability and status
 information </p>
-      <p class="code">
+<p class="code">
 typedef struct _cups_dinfo_s cups_dinfo_t;
 </p>
-      <h3 class="typedef"><a id="cups_job_t">cups_job_t</a></h3>
-        <p class="description">Job</p>
-      <p class="code">
+<h3 class="typedef"><a id="cups_dir_t">cups_dir_t</a></h3>
+<p class="description">Directory type</p>
+<p class="code">
+typedef struct _cups_dir_s cups_dir_t;
+</p>
+<h3 class="typedef"><a id="cups_edge_t">cups_edge_t</a></h3>
+<p class="description">LeadingEdge attribute values</p>
+<p class="code">
+typedef enum <a href="#cups_edge_e">cups_edge_e</a> cups_edge_t;
+</p>
+<h3 class="typedef"><a id="cups_file_t">cups_file_t</a></h3>
+<p class="description">CUPS file type</p>
+<p class="code">
+typedef struct _cups_file_s cups_file_t;
+</p>
+<h3 class="typedef"><a id="cups_job_t">cups_job_t</a></h3>
+<p class="description">Job</p>
+<p class="code">
 typedef struct <a href="#cups_job_s">cups_job_s</a> cups_job_t;
 </p>
-      <h3 class="typedef"><a id="cups_option_t">cups_option_t</a></h3>
-        <p class="description">Printer Options</p>
-      <p class="code">
+<h3 class="typedef"><a id="cups_jog_t">cups_jog_t</a></h3>
+<p class="description">Jog attribute values</p>
+<p class="code">
+typedef enum <a href="#cups_jog_e">cups_jog_e</a> cups_jog_t;
+</p>
+<h3 class="typedef"><a id="cups_mode_t">cups_mode_t</a></h3>
+<p class="description">cupsRasterOpen modes</p>
+<p class="code">
+typedef enum <a href="#cups_mode_e">cups_mode_e</a> cups_mode_t;
+</p>
+<h3 class="typedef"><a id="cups_option_t">cups_option_t</a></h3>
+<p class="description">Printer Options</p>
+<p class="code">
 typedef struct <a href="#cups_option_s">cups_option_s</a> cups_option_t;
 </p>
-      <h3 class="typedef"><a id="cups_password_cb2_t"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span>cups_password_cb2_t</a></h3>
-        <p class="description">New password callback
+<h3 class="typedef"><a id="cups_order_t">cups_order_t</a></h3>
+<p class="description">cupsColorOrder attribute values</p>
+<p class="code">
+typedef enum <a href="#cups_order_e">cups_order_e</a> cups_order_t;
+</p>
+<h3 class="typedef"><a id="cups_orient_t">cups_orient_t</a></h3>
+<p class="description">Orientation attribute values</p>
+<p class="code">
+typedef enum <a href="#cups_orient_e">cups_orient_e</a> cups_orient_t;
+</p>
+<h3 class="typedef"><a id="cups_page_header2_t"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span>cups_page_header2_t</a></h3>
+<p class="description">Version 2 page header </p>
+<p class="code">
+typedef struct <a href="#cups_page_header2_s">cups_page_header2_s</a> cups_page_header2_t;
+</p>
+<h3 class="typedef"><a id="cups_page_header_t"><span class="info">&#160;DEPRECATED&#160;</span>cups_page_header_t</a></h3>
+<p class="description">Version 1 page header </p>
+<p class="code">
+typedef struct <a href="#cups_page_header_s">cups_page_header_s</a> cups_page_header_t;
+</p>
+<h3 class="typedef"><a id="cups_password_cb2_t"><span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span>cups_password_cb2_t</a></h3>
+<p class="description">New password callback
 </p>
-      <p class="code">
+<p class="code">
 typedef const char *(*)(const char *prompt, <a href="#http_t">http_t</a> *http, const char *method, const char *resource, void *user_data)cups_password_cb2_t;
 </p>
-      <h3 class="typedef"><a id="cups_ptype_t">cups_ptype_t</a></h3>
-        <p class="description">Printer type/capability bits</p>
-      <p class="code">
+<h3 class="typedef"><a id="cups_ptype_t">cups_ptype_t</a></h3>
+<p class="description">Printer type/capability bits</p>
+<p class="code">
 typedef unsigned cups_ptype_t;
 </p>
-      <h3 class="typedef"><a id="cups_server_cert_cb_t"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span>cups_server_cert_cb_t</a></h3>
-        <p class="description">Server credentials callback
+<h3 class="typedef"><a id="cups_raster_iocb_t">cups_raster_iocb_t</a></h3>
+<p class="description">cupsRasterOpenIO callback function</p>
+<p class="code">
+typedef ssize_t(*)(void *ctx, unsigned char *buffer, size_t length) cups_raster_iocb_t;
+</p>
+<h3 class="typedef"><a id="cups_raster_t">cups_raster_t</a></h3>
+<p class="description">Raster stream data</p>
+<p class="code">
+typedef struct _cups_raster_s cups_raster_t;
+</p>
+<h3 class="typedef"><a id="cups_server_cert_cb_t"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span>cups_server_cert_cb_t</a></h3>
+<p class="description">Server credentials callback
 </p>
-      <p class="code">
-typedef int(*)(http_t *http, void *tls, cups_array_t *certs, void *user_data)cups_server_cert_cb_t;
+<p class="code">
+typedef int(*)(http_t *http, void *tls, <a href="#cups_array_t">cups_array_t</a> *certs, void *user_data)cups_server_cert_cb_t;
 </p>
-      <h3 class="typedef"><a id="cups_size_t"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span>cups_size_t</a></h3>
-        <p class="description">Media Size </p>
-      <p class="code">
+<h3 class="typedef"><a id="cups_size_t"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span>cups_size_t</a></h3>
+<p class="description">Media Size </p>
+<p class="code">
 typedef struct <a href="#cups_size_s">cups_size_s</a> cups_size_t;
 </p>
-      <h3 class="typedef"><a id="http_addr_t"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span>http_addr_t</a></h3>
-        <p class="description">Socket address union, which
+<h3 class="typedef"><a id="http_addr_t"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span>http_addr_t</a></h3>
+<p class="description">Socket address union, which
 makes using IPv6 and other
 address types easier and
 more portable. </p>
-      <p class="code">
+<p class="code">
 typedef union _http_addr_u / http_addr_t;
 </p>
-      <h3 class="typedef"><a id="http_encoding_t">http_encoding_t</a></h3>
-        <p class="description">HTTP transfer encoding values</p>
-      <p class="code">
+<h3 class="typedef"><a id="http_encoding_t">http_encoding_t</a></h3>
+<p class="description">HTTP transfer encoding values</p>
+<p class="code">
 typedef enum <a href="#http_encoding_e">http_encoding_e</a> http_encoding_t;
 </p>
-      <h3 class="typedef"><a id="http_encryption_t">http_encryption_t</a></h3>
-        <p class="description">HTTP encryption values</p>
-      <p class="code">
+<h3 class="typedef"><a id="http_encryption_t">http_encryption_t</a></h3>
+<p class="description">HTTP encryption values</p>
+<p class="code">
 typedef enum <a href="#http_encryption_e">http_encryption_e</a> http_encryption_t;
 </p>
-      <h3 class="typedef"><a id="http_field_t">http_field_t</a></h3>
-        <p class="description">HTTP field names</p>
-      <p class="code">
+<h3 class="typedef"><a id="http_field_t">http_field_t</a></h3>
+<p class="description">HTTP field names</p>
+<p class="code">
 typedef enum <a href="#http_field_e">http_field_e</a> http_field_t;
 </p>
-      <h3 class="typedef"><a id="http_keepalive_t">http_keepalive_t</a></h3>
-        <p class="description">HTTP keep-alive values</p>
-      <p class="code">
+<h3 class="typedef"><a id="http_keepalive_t">http_keepalive_t</a></h3>
+<p class="description">HTTP keep-alive values</p>
+<p class="code">
 typedef enum <a href="#http_keepalive_e">http_keepalive_e</a> http_keepalive_t;
 </p>
-      <h3 class="typedef"><a id="http_state_t">http_state_t</a></h3>
-        <p class="description">HTTP state values; states
+<h3 class="typedef"><a id="http_state_t">http_state_t</a></h3>
+<p class="description">HTTP state values; states
 are server-oriented...</p>
-      <p class="code">
+<p class="code">
 typedef enum <a href="#http_state_e">http_state_e</a> http_state_t;
 </p>
-      <h3 class="typedef"><a id="http_t">http_t</a></h3>
-        <p class="description">HTTP connection type</p>
-      <p class="code">
+<h3 class="typedef"><a id="http_t">http_t</a></h3>
+<p class="description">HTTP connection type</p>
+<p class="code">
 typedef struct _http_s http_t;
 </p>
-      <h3 class="typedef"><a id="http_timeout_cb_t"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span>http_timeout_cb_t</a></h3>
-        <p class="description">HTTP timeout callback </p>
-      <p class="code">
+<h3 class="typedef"><a id="http_timeout_cb_t"><span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span>http_timeout_cb_t</a></h3>
+<p class="description">HTTP timeout callback </p>
+<p class="code">
 typedef int(*)(http_t *http, void *user_data)http_timeout_cb_t;
 </p>
-      <h3 class="typedef"><a id="http_trust_t"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span>http_trust_t</a></h3>
-        <p class="description">Level of trust for credentials </p>
-      <p class="code">
+<h3 class="typedef"><a id="http_trust_t"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span>http_trust_t</a></h3>
+<p class="description">Level of trust for credentials </p>
+<p class="code">
 typedef enum <a href="#http_trust_e">http_trust_e</a> http_trust_t;
 </p>
-      <h3 class="typedef"><a id="http_uri_coding_t">http_uri_coding_t</a></h3>
-        <p class="description">URI en/decode flags</p>
-      <p class="code">
+<h3 class="typedef"><a id="http_uri_coding_t">http_uri_coding_t</a></h3>
+<p class="description">URI en/decode flags</p>
+<p class="code">
 typedef enum <a href="#http_uri_coding_e">http_uri_coding_e</a> http_uri_coding_t;
 </p>
-      <h3 class="typedef"><a id="http_uri_status_t"><span class="info">&#160;CUPS 1.2&#160;</span>http_uri_status_t</a></h3>
-        <p class="description">URI separation status </p>
-      <p class="code">
+<h3 class="typedef"><a id="http_uri_status_t"><span class="info">&#160;CUPS 1.2&#160;</span>http_uri_status_t</a></h3>
+<p class="description">URI separation status </p>
+<p class="code">
 typedef enum <a href="#http_uri_status_e">http_uri_status_e</a> http_uri_status_t;
 </p>
-      <h3 class="typedef"><a id="ipp_attribute_t">ipp_attribute_t</a></h3>
-        <p class="description">IPP attribute</p>
-      <p class="code">
+<h3 class="typedef"><a id="ipp_attribute_t">ipp_attribute_t</a></h3>
+<p class="description">IPP attribute</p>
+<p class="code">
 typedef struct _ipp_attribute_s ipp_attribute_t;
 </p>
-      <h3 class="typedef"><a id="ipp_copycb_t"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span>ipp_copycb_t</a></h3>
-        <p class="description">ippCopyAttributes callback function </p>
-      <p class="code">
+<h3 class="typedef"><a id="ipp_copycb_t"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span>ipp_copycb_t</a></h3>
+<p class="description">ippCopyAttributes callback function </p>
+<p class="code">
 typedef int(*)(void *context, <a href="#ipp_t">ipp_t</a> *dst, <a href="#ipp_attribute_t">ipp_attribute_t</a> *attr)ipp_copycb_t;
 </p>
-      <h3 class="typedef"><a id="ipp_iocb_t"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span>ipp_iocb_t</a></h3>
-        <p class="description">ippReadIO/ippWriteIO callback function </p>
-      <p class="code">
+<h3 class="typedef"><a id="ipp_iocb_t"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span>ipp_iocb_t</a></h3>
+<p class="description">ippReadIO/ippWriteIO callback function </p>
+<p class="code">
 typedef ssize_t(*)(void *context, ipp_uchar_t *buffer, size_t bytes) ipp_iocb_t;
 </p>
-      <h3 class="typedef"><a id="ipp_orient_t">ipp_orient_t</a></h3>
-        <p class="description">Orientation values</p>
-      <p class="code">
+<h3 class="typedef"><a id="ipp_orient_t">ipp_orient_t</a></h3>
+<p class="description">Orientation values</p>
+<p class="code">
 typedef enum <a href="#ipp_orient_e">ipp_orient_e</a> ipp_orient_t;
 </p>
-      <h3 class="typedef"><a id="ipp_pstate_t">ipp_pstate_t</a></h3>
-        <p class="description">Printer state values</p>
-      <p class="code">
+<h3 class="typedef"><a id="ipp_pstate_t">ipp_pstate_t</a></h3>
+<p class="description">Printer state values</p>
+<p class="code">
 typedef enum <a href="#ipp_pstate_e">ipp_pstate_e</a> ipp_pstate_t;
 </p>
-      <h3 class="typedef"><a id="ipp_quality_t">ipp_quality_t</a></h3>
-        <p class="description">Print quality values</p>
-      <p class="code">
+<h3 class="typedef"><a id="ipp_quality_t">ipp_quality_t</a></h3>
+<p class="description">Print quality values</p>
+<p class="code">
 typedef enum <a href="#ipp_quality_e">ipp_quality_e</a> ipp_quality_t;
 </p>
-      <h3 class="typedef"><a id="ipp_res_t">ipp_res_t</a></h3>
-        <p class="description">Resolution units</p>
-      <p class="code">
+<h3 class="typedef"><a id="ipp_res_t">ipp_res_t</a></h3>
+<p class="description">Resolution units</p>
+<p class="code">
 typedef enum <a href="#ipp_res_e">ipp_res_e</a> ipp_res_t;
 </p>
-      <h3 class="typedef"><a id="ipp_rstate_t">ipp_rstate_t</a></h3>
-        <p class="description">resource-state values</p>
-      <p class="code">
+<h3 class="typedef"><a id="ipp_rstate_t">ipp_rstate_t</a></h3>
+<p class="description">resource-state values</p>
+<p class="code">
 typedef enum <a href="#ipp_rstate_e">ipp_rstate_e</a> ipp_rstate_t;
 </p>
-      <h3 class="typedef"><a id="ipp_sstate_t">ipp_sstate_t</a></h3>
-        <p class="description">system-state values</p>
-      <p class="code">
+<h3 class="typedef"><a id="ipp_sstate_t">ipp_sstate_t</a></h3>
+<p class="description">system-state values</p>
+<p class="code">
 typedef enum <a href="#ipp_sstate_e">ipp_sstate_e</a> ipp_sstate_t;
 </p>
-      <h3 class="typedef"><a id="ipp_state_t">ipp_state_t</a></h3>
-        <p class="description">ipp_t state values</p>
-      <p class="code">
+<h3 class="typedef"><a id="ipp_state_t">ipp_state_t</a></h3>
+<p class="description">ipp_t state values</p>
+<p class="code">
 typedef enum <a href="#ipp_state_e">ipp_state_e</a> ipp_state_t;
 </p>
-      <h3 class="typedef"><a id="ipp_t">ipp_t</a></h3>
-        <p class="description">IPP request/response data</p>
-      <p class="code">
+<h3 class="typedef"><a id="ipp_t">ipp_t</a></h3>
+<p class="description">IPP request/response data</p>
+<p class="code">
 typedef struct _ipp_s ipp_t;
 </p>
-      <h2 class="title"><a id="STRUCTURES">Structures</a></h2>
+<h3 class="typedef"><a id="pwg_media_t">pwg_media_t</a></h3>
+<p class="description">Common media size data</p>
+<p class="code">
+typedef struct <a href="#pwg_media_s">pwg_media_s</a> pwg_media_t;
+</p>
+<h2 class="title"><a id="STRUCTURES">Structures</a></h2>
+<h3 class="struct"><a id="cups_dentry_s">cups_dentry_s</a></h3>
+<p class="description">Directory entry type</p>
+<p class="code">struct cups_dentry_s {<br>
+&#160;&#160;&#160;&#160;struct stat fileinfo;<br>
+&#160;&#160;&#160;&#160;char filename[260];<br>
+};</p>
+<h4 class="members">Members</h4>
+<table class="list"><tbody>
+<tr><th>fileinfo </th>
+<td class="description">File information</td></tr>
+<tr><th>filename[260] </th>
+<td class="description">File name</td></tr>
+</tbody></table>
 <h3 class="struct"><a id="cups_dest_s">cups_dest_s</a></h3>
-        <p class="description">Destination</p>
+<p class="description">Destination</p>
 <p class="code">struct cups_dest_s {<br>
 &#160;&#160;&#160;&#160;char *name, *instance;<br>
 &#160;&#160;&#160;&#160;int is_default;<br>
@@ -5979,16 +7349,16 @@ typedef struct _ipp_s ipp_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>instance </th>
-        <td class="description">Local instance name or NULL</td></tr>
+<td class="description">Local instance name or NULL</td></tr>
 <tr><th>is_default </th>
-        <td class="description">Is this printer the default?</td></tr>
+<td class="description">Is this printer the default?</td></tr>
 <tr><th>num_options </th>
-        <td class="description">Number of options</td></tr>
+<td class="description">Number of options</td></tr>
 <tr><th>options </th>
-        <td class="description">Options</td></tr>
+<td class="description">Options</td></tr>
 </tbody></table>
 <h3 class="struct"><a id="cups_job_s">cups_job_s</a></h3>
-        <p class="description">Job</p>
+<p class="description">Job</p>
 <p class="code">struct cups_job_s {<br>
 &#160;&#160;&#160;&#160;time_t completed_time;<br>
 &#160;&#160;&#160;&#160;time_t creation_time;<br>
@@ -6005,30 +7375,30 @@ typedef struct _ipp_s ipp_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>completed_time </th>
-        <td class="description">Time the job was completed</td></tr>
+<td class="description">Time the job was completed</td></tr>
 <tr><th>creation_time </th>
-        <td class="description">Time the job was created</td></tr>
+<td class="description">Time the job was created</td></tr>
 <tr><th>dest </th>
-        <td class="description">Printer or class name</td></tr>
+<td class="description">Printer or class name</td></tr>
 <tr><th>format </th>
-        <td class="description">Document format</td></tr>
+<td class="description">Document format</td></tr>
 <tr><th>id </th>
-        <td class="description">The job ID</td></tr>
+<td class="description">The job ID</td></tr>
 <tr><th>priority </th>
-        <td class="description">Priority (1-100)</td></tr>
+<td class="description">Priority (1-100)</td></tr>
 <tr><th>processing_time </th>
-        <td class="description">Time the job was processed</td></tr>
+<td class="description">Time the job was processed</td></tr>
 <tr><th>size </th>
-        <td class="description">Size in kilobytes</td></tr>
+<td class="description">Size in kilobytes</td></tr>
 <tr><th>state </th>
-        <td class="description">Job state</td></tr>
+<td class="description">Job state</td></tr>
 <tr><th>title </th>
-        <td class="description">Title/job name</td></tr>
+<td class="description">Title/job name</td></tr>
 <tr><th>user </th>
-        <td class="description">User that submitted the job</td></tr>
+<td class="description">User that submitted the job</td></tr>
 </tbody></table>
 <h3 class="struct"><a id="cups_option_s">cups_option_s</a></h3>
-        <p class="description">Printer Options</p>
+<p class="description">Printer Options</p>
 <p class="code">struct cups_option_s {<br>
 &#160;&#160;&#160;&#160;char *name;<br>
 &#160;&#160;&#160;&#160;char *value;<br>
@@ -6036,12 +7406,293 @@ typedef struct _ipp_s ipp_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>name </th>
-        <td class="description">Name of option</td></tr>
+<td class="description">Name of option</td></tr>
 <tr><th>value </th>
-        <td class="description">Value of option</td></tr>
+<td class="description">Value of option</td></tr>
+</tbody></table>
+<h3 class="struct"><span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span><a id="cups_page_header2_s">cups_page_header2_s</a></h3>
+<p class="description">Version 2 page header </p>
+<p class="code">struct cups_page_header2_s {<br>
+&#160;&#160;&#160;&#160;unsigned AdvanceDistance;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_adv_t">cups_adv_t</a> AdvanceMedia;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Collate;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_cut_t">cups_cut_t</a> CutMedia;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Duplex;<br>
+&#160;&#160;&#160;&#160;unsigned HWResolution[2];<br>
+&#160;&#160;&#160;&#160;unsigned ImagingBoundingBox[4];<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> InsertSheet;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_jog_t">cups_jog_t</a> Jog;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_edge_t">cups_edge_t</a> LeadingEdge;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> ManualFeed;<br>
+&#160;&#160;&#160;&#160;unsigned Margins[2];<br>
+&#160;&#160;&#160;&#160;char MediaClass[64];<br>
+&#160;&#160;&#160;&#160;char MediaColor[64];<br>
+&#160;&#160;&#160;&#160;unsigned MediaPosition;<br>
+&#160;&#160;&#160;&#160;char MediaType[64];<br>
+&#160;&#160;&#160;&#160;unsigned MediaWeight;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> MirrorPrint;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> NegativePrint;<br>
+&#160;&#160;&#160;&#160;unsigned NumCopies;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_orient_t">cups_orient_t</a> Orientation;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> OutputFaceUp;<br>
+&#160;&#160;&#160;&#160;char OutputType[64];<br>
+&#160;&#160;&#160;&#160;unsigned PageSize[2];<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Separations;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> TraySwitch;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Tumble;<br>
+&#160;&#160;&#160;&#160;unsigned cupsBitsPerColor;<br>
+&#160;&#160;&#160;&#160;unsigned cupsBitsPerPixel;<br>
+&#160;&#160;&#160;&#160;float cupsBorderlessScalingFactor;<br>
+&#160;&#160;&#160;&#160;unsigned cupsBytesPerLine;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_order_t">cups_order_t</a> cupsColorOrder;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_cspace_t">cups_cspace_t</a> cupsColorSpace;<br>
+&#160;&#160;&#160;&#160;unsigned cupsCompression;<br>
+&#160;&#160;&#160;&#160;unsigned cupsHeight;<br>
+&#160;&#160;&#160;&#160;float cupsImagingBBox[4];<br>
+&#160;&#160;&#160;&#160;unsigned cupsInteger[16];<br>
+&#160;&#160;&#160;&#160;char cupsMarkerType[64];<br>
+&#160;&#160;&#160;&#160;unsigned cupsMediaType;<br>
+&#160;&#160;&#160;&#160;unsigned cupsNumColors;<br>
+&#160;&#160;&#160;&#160;char cupsPageSizeName[64];<br>
+&#160;&#160;&#160;&#160;float cupsPageSize[2];<br>
+&#160;&#160;&#160;&#160;float cupsReal[16];<br>
+&#160;&#160;&#160;&#160;char cupsRenderingIntent[64];<br>
+&#160;&#160;&#160;&#160;unsigned cupsRowCount;<br>
+&#160;&#160;&#160;&#160;unsigned cupsRowFeed;<br>
+&#160;&#160;&#160;&#160;unsigned cupsRowStep;<br>
+&#160;&#160;&#160;&#160;char cupsString[16][64];<br>
+&#160;&#160;&#160;&#160;unsigned cupsWidth;<br>
+};</p>
+<h4 class="members">Members</h4>
+<table class="list"><tbody>
+<tr><th>AdvanceDistance </th>
+<td class="description">AdvanceDistance value in points</td></tr>
+<tr><th>AdvanceMedia </th>
+<td class="description">AdvanceMedia value (<a href="#cups_adv_t"><code>cups_adv_t</code></a>)</td></tr>
+<tr><th>Collate </th>
+<td class="description">Collated copies value</td></tr>
+<tr><th>CutMedia </th>
+<td class="description">CutMedia value (<a href="#cups_cut_t"><code>cups_cut_t</code></a>)</td></tr>
+<tr><th>Duplex </th>
+<td class="description">Duplexed (double-sided) value</td></tr>
+<tr><th>HWResolution[2] </th>
+<td class="description">Resolution in dots-per-inch</td></tr>
+<tr><th>ImagingBoundingBox[4] </th>
+<td class="description">Pixel region that is painted (points, left, bottom, right, top)</td></tr>
+<tr><th>InsertSheet </th>
+<td class="description">InsertSheet value</td></tr>
+<tr><th>Jog </th>
+<td class="description">Jog value (<a href="#cups_jog_t"><code>cups_jog_t</code></a>)</td></tr>
+<tr><th>LeadingEdge </th>
+<td class="description">LeadingEdge value (<a href="#cups_edge_t"><code>cups_edge_t</code></a>)</td></tr>
+<tr><th>ManualFeed </th>
+<td class="description">ManualFeed value</td></tr>
+<tr><th>Margins[2] </th>
+<td class="description">Lower-lefthand margins in points</td></tr>
+<tr><th>MediaClass[64] </th>
+<td class="description">MediaClass string</td></tr>
+<tr><th>MediaColor[64] </th>
+<td class="description">MediaColor string</td></tr>
+<tr><th>MediaPosition </th>
+<td class="description">MediaPosition value</td></tr>
+<tr><th>MediaType[64] </th>
+<td class="description">MediaType string</td></tr>
+<tr><th>MediaWeight </th>
+<td class="description">MediaWeight value in grams/m^2</td></tr>
+<tr><th>MirrorPrint </th>
+<td class="description">MirrorPrint value</td></tr>
+<tr><th>NegativePrint </th>
+<td class="description">NegativePrint value</td></tr>
+<tr><th>NumCopies </th>
+<td class="description">Number of copies to produce</td></tr>
+<tr><th>Orientation </th>
+<td class="description">Orientation value (<a href="#cups_orient_t"><code>cups_orient_t</code></a>)</td></tr>
+<tr><th>OutputFaceUp </th>
+<td class="description">OutputFaceUp value</td></tr>
+<tr><th>OutputType[64] </th>
+<td class="description">OutputType string</td></tr>
+<tr><th>PageSize[2] </th>
+<td class="description">Width and length of page in points</td></tr>
+<tr><th>Separations </th>
+<td class="description">Separations value</td></tr>
+<tr><th>TraySwitch </th>
+<td class="description">TraySwitch value</td></tr>
+<tr><th>Tumble </th>
+<td class="description">Tumble value</td></tr>
+<tr><th>cupsBitsPerColor </th>
+<td class="description">Number of bits for each color</td></tr>
+<tr><th>cupsBitsPerPixel </th>
+<td class="description">Number of bits for each pixel</td></tr>
+<tr><th>cupsBorderlessScalingFactor <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
+<td class="description">Scaling that was applied to page data </td></tr>
+<tr><th>cupsBytesPerLine </th>
+<td class="description">Number of bytes per line</td></tr>
+<tr><th>cupsColorOrder </th>
+<td class="description">Order of colors</td></tr>
+<tr><th>cupsColorSpace </th>
+<td class="description">True colorspace</td></tr>
+<tr><th>cupsCompression </th>
+<td class="description">Device compression to use</td></tr>
+<tr><th>cupsHeight </th>
+<td class="description">Height of page image in pixels</td></tr>
+<tr><th>cupsImagingBBox[4] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
+<td class="description">Floating point ImagingBoundingBox
+(scaling factor not applied, left,
+bottom, right, top) </td></tr>
+<tr><th>cupsInteger[16] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
+<td class="description">User-defined integer values </td></tr>
+<tr><th>cupsMarkerType[64] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
+<td class="description">Ink/toner type </td></tr>
+<tr><th>cupsMediaType </th>
+<td class="description">Media type code</td></tr>
+<tr><th>cupsNumColors <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
+<td class="description">Number of color compoents </td></tr>
+<tr><th>cupsPageSizeName[64] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
+<td class="description">PageSize name </td></tr>
+<tr><th>cupsPageSize[2] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
+<td class="description">Floating point PageSize (scaling *
+factor not applied) </td></tr>
+<tr><th>cupsReal[16] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
+<td class="description">User-defined floating-point values </td></tr>
+<tr><th>cupsRenderingIntent[64] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
+<td class="description">Color rendering intent </td></tr>
+<tr><th>cupsRowCount </th>
+<td class="description">Rows per band</td></tr>
+<tr><th>cupsRowFeed </th>
+<td class="description">Feed between bands</td></tr>
+<tr><th>cupsRowStep </th>
+<td class="description">Spacing between lines</td></tr>
+<tr><th>cupsString[16][64] <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>
+<td class="description">User-defined string values </td></tr>
+<tr><th>cupsWidth </th>
+<td class="description">Width of page image in pixels</td></tr>
+</tbody></table>
+<h3 class="struct"><span class="info">&#160;DEPRECATED&#160;</span><a id="cups_page_header_s">cups_page_header_s</a></h3>
+<p class="description">Version 1 page header </p>
+<p class="code">struct cups_page_header_s {<br>
+&#160;&#160;&#160;&#160;unsigned AdvanceDistance;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_adv_t">cups_adv_t</a> AdvanceMedia;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Collate;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_cut_t">cups_cut_t</a> CutMedia;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Duplex;<br>
+&#160;&#160;&#160;&#160;unsigned HWResolution[2];<br>
+&#160;&#160;&#160;&#160;unsigned ImagingBoundingBox[4];<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> InsertSheet;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_jog_t">cups_jog_t</a> Jog;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_edge_t">cups_edge_t</a> LeadingEdge;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> ManualFeed;<br>
+&#160;&#160;&#160;&#160;unsigned Margins[2];<br>
+&#160;&#160;&#160;&#160;char MediaClass[64];<br>
+&#160;&#160;&#160;&#160;char MediaColor[64];<br>
+&#160;&#160;&#160;&#160;unsigned MediaPosition;<br>
+&#160;&#160;&#160;&#160;char MediaType[64];<br>
+&#160;&#160;&#160;&#160;unsigned MediaWeight;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> MirrorPrint;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> NegativePrint;<br>
+&#160;&#160;&#160;&#160;unsigned NumCopies;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_orient_t">cups_orient_t</a> Orientation;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> OutputFaceUp;<br>
+&#160;&#160;&#160;&#160;char OutputType[64];<br>
+&#160;&#160;&#160;&#160;unsigned PageSize[2];<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Separations;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> TraySwitch;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_bool_t">cups_bool_t</a> Tumble;<br>
+&#160;&#160;&#160;&#160;unsigned cupsBitsPerColor;<br>
+&#160;&#160;&#160;&#160;unsigned cupsBitsPerPixel;<br>
+&#160;&#160;&#160;&#160;unsigned cupsBytesPerLine;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_order_t">cups_order_t</a> cupsColorOrder;<br>
+&#160;&#160;&#160;&#160;<a href="#cups_cspace_t">cups_cspace_t</a> cupsColorSpace;<br>
+&#160;&#160;&#160;&#160;unsigned cupsCompression;<br>
+&#160;&#160;&#160;&#160;unsigned cupsHeight;<br>
+&#160;&#160;&#160;&#160;unsigned cupsMediaType;<br>
+&#160;&#160;&#160;&#160;unsigned cupsRowCount;<br>
+&#160;&#160;&#160;&#160;unsigned cupsRowFeed;<br>
+&#160;&#160;&#160;&#160;unsigned cupsRowStep;<br>
+&#160;&#160;&#160;&#160;unsigned cupsWidth;<br>
+};</p>
+<h4 class="members">Members</h4>
+<table class="list"><tbody>
+<tr><th>AdvanceDistance </th>
+<td class="description">AdvanceDistance value in points</td></tr>
+<tr><th>AdvanceMedia </th>
+<td class="description">AdvanceMedia value (<a href="#cups_adv_t"><code>cups_adv_t</code></a>)</td></tr>
+<tr><th>Collate </th>
+<td class="description">Collated copies value</td></tr>
+<tr><th>CutMedia </th>
+<td class="description">CutMedia value (<a href="#cups_cut_t"><code>cups_cut_t</code></a>)</td></tr>
+<tr><th>Duplex </th>
+<td class="description">Duplexed (double-sided) value</td></tr>
+<tr><th>HWResolution[2] </th>
+<td class="description">Resolution in dots-per-inch</td></tr>
+<tr><th>ImagingBoundingBox[4] </th>
+<td class="description">Pixel region that is painted (points, left, bottom, right, top)</td></tr>
+<tr><th>InsertSheet </th>
+<td class="description">InsertSheet value</td></tr>
+<tr><th>Jog </th>
+<td class="description">Jog value (<a href="#cups_jog_t"><code>cups_jog_t</code></a>)</td></tr>
+<tr><th>LeadingEdge </th>
+<td class="description">LeadingEdge value (<a href="#cups_edge_t"><code>cups_edge_t</code></a>)</td></tr>
+<tr><th>ManualFeed </th>
+<td class="description">ManualFeed value</td></tr>
+<tr><th>Margins[2] </th>
+<td class="description">Lower-lefthand margins in points</td></tr>
+<tr><th>MediaClass[64] </th>
+<td class="description">MediaClass string</td></tr>
+<tr><th>MediaColor[64] </th>
+<td class="description">MediaColor string</td></tr>
+<tr><th>MediaPosition </th>
+<td class="description">MediaPosition value</td></tr>
+<tr><th>MediaType[64] </th>
+<td class="description">MediaType string</td></tr>
+<tr><th>MediaWeight </th>
+<td class="description">MediaWeight value in grams/m^2</td></tr>
+<tr><th>MirrorPrint </th>
+<td class="description">MirrorPrint value</td></tr>
+<tr><th>NegativePrint </th>
+<td class="description">NegativePrint value</td></tr>
+<tr><th>NumCopies </th>
+<td class="description">Number of copies to produce</td></tr>
+<tr><th>Orientation </th>
+<td class="description">Orientation value (<a href="#cups_orient_t"><code>cups_orient_t</code></a>)</td></tr>
+<tr><th>OutputFaceUp </th>
+<td class="description">OutputFaceUp value</td></tr>
+<tr><th>OutputType[64] </th>
+<td class="description">OutputType string</td></tr>
+<tr><th>PageSize[2] </th>
+<td class="description">Width and length of page in points</td></tr>
+<tr><th>Separations </th>
+<td class="description">Separations value</td></tr>
+<tr><th>TraySwitch </th>
+<td class="description">TraySwitch value</td></tr>
+<tr><th>Tumble </th>
+<td class="description">Tumble value</td></tr>
+<tr><th>cupsBitsPerColor </th>
+<td class="description">Number of bits for each color</td></tr>
+<tr><th>cupsBitsPerPixel </th>
+<td class="description">Number of bits for each pixel</td></tr>
+<tr><th>cupsBytesPerLine </th>
+<td class="description">Number of bytes per line</td></tr>
+<tr><th>cupsColorOrder </th>
+<td class="description">Order of colors</td></tr>
+<tr><th>cupsColorSpace </th>
+<td class="description">True colorspace</td></tr>
+<tr><th>cupsCompression </th>
+<td class="description">Device compression to use</td></tr>
+<tr><th>cupsHeight </th>
+<td class="description">Height of page image in pixels</td></tr>
+<tr><th>cupsMediaType </th>
+<td class="description">Media type code</td></tr>
+<tr><th>cupsRowCount </th>
+<td class="description">Rows per band</td></tr>
+<tr><th>cupsRowFeed </th>
+<td class="description">Feed between bands</td></tr>
+<tr><th>cupsRowStep </th>
+<td class="description">Spacing between lines</td></tr>
+<tr><th>cupsWidth </th>
+<td class="description">Width of page image in pixels</td></tr>
 </tbody></table>
 <h3 class="struct"><span class="info">&#160;CUPS 1.6/macOS 10.8&#160;</span><a id="cups_size_s">cups_size_s</a></h3>
-        <p class="description">Media Size </p>
+<p class="description">Media Size </p>
 <p class="code">struct cups_size_s {<br>
 &#160;&#160;&#160;&#160;char media[128];<br>
 &#160;&#160;&#160;&#160;int width, length, bottom, left, right, top;<br>
@@ -6049,556 +7700,696 @@ typedef struct _ipp_s ipp_t;
 <h4 class="members">Members</h4>
 <table class="list"><tbody>
 <tr><th>media[128] </th>
-        <td class="description">Media name to use</td></tr>
+<td class="description">Media name to use</td></tr>
 <tr><th>top </th>
-        <td class="description">Top margin in hundredths of
+<td class="description">Top margin in hundredths of
 millimeters</td></tr>
 </tbody></table>
-      <h2 class="title"><a id="ENUMERATIONS">Constants</a></h2>
-      <h3 class="enumeration"><a id="cups_ptype_e">cups_ptype_e</a></h3>
-        <p class="description">Printer type/capability bit
+<h3 class="struct"><a id="pwg_media_s">pwg_media_s</a></h3>
+<p class="description">Common media size data</p>
+<p class="code">struct pwg_media_s {<br>
+&#160;&#160;&#160;&#160;int width, length;<br>
+&#160;&#160;&#160;&#160;const char *pwg, *legacy, *ppd;<br>
+};</p>
+<h4 class="members">Members</h4>
+<table class="list"><tbody>
+<tr><th>length </th>
+<td class="description">Length in 2540ths</td></tr>
+<tr><th>ppd </th>
+<td class="description">Standard Adobe PPD name</td></tr>
+</tbody></table>
+<h2 class="title"><a id="ENUMERATIONS">Constants</a></h2>
+<h3 class="enumeration"><a id="cups_adv_e">cups_adv_e</a></h3>
+<p class="description">AdvanceMedia attribute values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_ADVANCE_FILE </th><td class="description">Advance the roll after this file</td></tr>
+<tr><th>CUPS_ADVANCE_JOB </th><td class="description">Advance the roll after this job</td></tr>
+<tr><th>CUPS_ADVANCE_NONE </th><td class="description">Never advance the roll</td></tr>
+<tr><th>CUPS_ADVANCE_PAGE </th><td class="description">Advance the roll after this page</td></tr>
+<tr><th>CUPS_ADVANCE_SET </th><td class="description">Advance the roll after this set</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="cups_bool_e">cups_bool_e</a></h3>
+<p class="description">Boolean type</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_FALSE </th><td class="description">Logical false</td></tr>
+<tr><th>CUPS_TRUE </th><td class="description">Logical true</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="cups_cspace_e">cups_cspace_e</a></h3>
+<p class="description">cupsColorSpace attribute values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_CSPACE_ADOBERGB <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">Red, green, blue (Adobe RGB) </td></tr>
+<tr><th>CUPS_CSPACE_CIELab <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">CIE Lab </td></tr>
+<tr><th>CUPS_CSPACE_CIEXYZ <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">CIE XYZ </td></tr>
+<tr><th>CUPS_CSPACE_CMY </th><td class="description">Cyan, magenta, yellow (DeviceCMY)</td></tr>
+<tr><th>CUPS_CSPACE_CMYK </th><td class="description">Cyan, magenta, yellow, black (DeviceCMYK)</td></tr>
+<tr><th>CUPS_CSPACE_DEVICE1 <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 1 color </td></tr>
+<tr><th>CUPS_CSPACE_DEVICE2 <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 2 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICE3 <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 3 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICE4 <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 4 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICE5 <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 5 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICE6 <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 6 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICE7 <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 7 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICE8 <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 8 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICE9 <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 9 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICEA <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 10 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICEB <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 11 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICEC <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 12 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICED <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 13 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICEE <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 14 colors </td></tr>
+<tr><th>CUPS_CSPACE_DEVICEF <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">DeviceN, 15 colors </td></tr>
+<tr><th>CUPS_CSPACE_GMCK <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">Gold, magenta, yellow, black </td></tr>
+<tr><th>CUPS_CSPACE_GMCS <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">Gold, magenta, yellow, silver </td></tr>
+<tr><th>CUPS_CSPACE_GOLD <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">Gold foil </td></tr>
+<tr><th>CUPS_CSPACE_ICC1 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 1 color </td></tr>
+<tr><th>CUPS_CSPACE_ICC2 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 2 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICC3 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 3 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICC4 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 4 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICC5 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 5 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICC6 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 6 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICC7 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 7 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICC8 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 8 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICC9 <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 9 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICCA <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 10 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICCB <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 11 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICCC <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 12 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICCD <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 13 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICCE <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 14 colors </td></tr>
+<tr><th>CUPS_CSPACE_ICCF <span class="info">&#160;CUPS 1.1.19/macOS 10.3&#160;</span></th><td class="description">ICC-based, 15 colors </td></tr>
+<tr><th>CUPS_CSPACE_K </th><td class="description">Black (DeviceK)</td></tr>
+<tr><th>CUPS_CSPACE_KCMY <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">Black, cyan, magenta, yellow </td></tr>
+<tr><th>CUPS_CSPACE_KCMYcm <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">Black, cyan, magenta, yellow, light-cyan, light-magenta </td></tr>
+<tr><th>CUPS_CSPACE_RGB </th><td class="description">Red, green, blue (DeviceRGB, sRGB by default)</td></tr>
+<tr><th>CUPS_CSPACE_RGBA </th><td class="description">Red, green, blue, alpha (DeviceRGB, sRGB by default)</td></tr>
+<tr><th>CUPS_CSPACE_RGBW <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">Red, green, blue, white (DeviceRGB, sRGB by default) </td></tr>
+<tr><th>CUPS_CSPACE_SILVER <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">Silver foil </td></tr>
+<tr><th>CUPS_CSPACE_SRGB <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">Red, green, blue (sRGB) </td></tr>
+<tr><th>CUPS_CSPACE_SW <span class="info">&#160;CUPS 1.4.5&#160;</span></th><td class="description">Luminance (gamma 2.2) </td></tr>
+<tr><th>CUPS_CSPACE_W </th><td class="description">Luminance (DeviceGray, gamma 2.2 by default)</td></tr>
+<tr><th>CUPS_CSPACE_WHITE <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">White ink (as black) </td></tr>
+<tr><th>CUPS_CSPACE_YMC <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">Yellow, magenta, cyan </td></tr>
+<tr><th>CUPS_CSPACE_YMCK <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">Yellow, magenta, cyan, black </td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="cups_cut_e">cups_cut_e</a></h3>
+<p class="description">CutMedia attribute values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_CUT_FILE </th><td class="description">Cut the roll after this file</td></tr>
+<tr><th>CUPS_CUT_JOB </th><td class="description">Cut the roll after this job</td></tr>
+<tr><th>CUPS_CUT_NONE </th><td class="description">Never cut the roll</td></tr>
+<tr><th>CUPS_CUT_PAGE </th><td class="description">Cut the roll after this page</td></tr>
+<tr><th>CUPS_CUT_SET </th><td class="description">Cut the roll after this set</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="cups_edge_e">cups_edge_e</a></h3>
+<p class="description">LeadingEdge attribute values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_EDGE_BOTTOM </th><td class="description">Leading edge is the bottom of the page</td></tr>
+<tr><th>CUPS_EDGE_LEFT </th><td class="description">Leading edge is the left of the page</td></tr>
+<tr><th>CUPS_EDGE_RIGHT </th><td class="description">Leading edge is the right of the page</td></tr>
+<tr><th>CUPS_EDGE_TOP </th><td class="description">Leading edge is the top of the page</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="cups_jog_e">cups_jog_e</a></h3>
+<p class="description">Jog attribute values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_JOG_FILE </th><td class="description">Move pages after this file</td></tr>
+<tr><th>CUPS_JOG_JOB </th><td class="description">Move pages after this job</td></tr>
+<tr><th>CUPS_JOG_NONE </th><td class="description">Never move pages</td></tr>
+<tr><th>CUPS_JOG_SET </th><td class="description">Move pages after this set</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="cups_mode_e">cups_mode_e</a></h3>
+<p class="description">cupsRasterOpen modes</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_RASTER_READ </th><td class="description">Open stream for reading</td></tr>
+<tr><th>CUPS_RASTER_WRITE </th><td class="description">Open stream for writing</td></tr>
+<tr><th>CUPS_RASTER_WRITE_COMPRESSED <span class="info">&#160;CUPS 1.3/macOS 10.5&#160;</span></th><td class="description">Open stream for compressed writing </td></tr>
+<tr><th>CUPS_RASTER_WRITE_PWG <span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span></th><td class="description">Open stream for compressed writing in PWG Raster mode </td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="cups_order_e">cups_order_e</a></h3>
+<p class="description">cupsColorOrder attribute values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_ORDER_BANDED </th><td class="description">CCC MMM YYY KKK ...</td></tr>
+<tr><th>CUPS_ORDER_CHUNKED </th><td class="description">CMYK CMYK CMYK ...</td></tr>
+<tr><th>CUPS_ORDER_PLANAR </th><td class="description">CCC ... MMM ... YYY ... KKK ...</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="cups_orient_e">cups_orient_e</a></h3>
+<p class="description">Orientation attribute values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_ORIENT_0 </th><td class="description">Don't rotate the page</td></tr>
+<tr><th>CUPS_ORIENT_180 </th><td class="description">Turn the page upside down</td></tr>
+<tr><th>CUPS_ORIENT_270 </th><td class="description">Rotate the page clockwise</td></tr>
+<tr><th>CUPS_ORIENT_90 </th><td class="description">Rotate the page counter-clockwise</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="cups_ptype_e">cups_ptype_e</a></h3>
+<p class="description">Printer type/capability bit
 constants</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>CUPS_PRINTER_AUTHENTICATED <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">Printer requires authentication
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>CUPS_PRINTER_AUTHENTICATED <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">Printer requires authentication
 </td></tr>
-        <tr><th>CUPS_PRINTER_BIND </th>        <td class="description">Can bind output</td></tr>
-        <tr><th>CUPS_PRINTER_BW </th>        <td class="description">Can do B&amp;W printing</td></tr>
-        <tr><th>CUPS_PRINTER_CLASS </th>        <td class="description">Printer class</td></tr>
-        <tr><th>CUPS_PRINTER_COLLATE </th>        <td class="description">Can quickly collate copies</td></tr>
-        <tr><th>CUPS_PRINTER_COLOR </th>        <td class="description">Can do color printing</td></tr>
-        <tr><th>CUPS_PRINTER_COMMANDS <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">Printer supports maintenance commands
+<tr><th>CUPS_PRINTER_BIND </th><td class="description">Can bind output</td></tr>
+<tr><th>CUPS_PRINTER_BW </th><td class="description">Can do B&amp;W printing</td></tr>
+<tr><th>CUPS_PRINTER_CLASS </th><td class="description">Printer class</td></tr>
+<tr><th>CUPS_PRINTER_COLLATE </th><td class="description">Can quickly collate copies</td></tr>
+<tr><th>CUPS_PRINTER_COLOR </th><td class="description">Can do color printing</td></tr>
+<tr><th>CUPS_PRINTER_COMMANDS <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">Printer supports maintenance commands
 </td></tr>
-        <tr><th>CUPS_PRINTER_COPIES </th>        <td class="description">Can do copies in hardware</td></tr>
-        <tr><th>CUPS_PRINTER_COVER </th>        <td class="description">Can cover output</td></tr>
-        <tr><th>CUPS_PRINTER_DEFAULT </th>        <td class="description">Default printer on network</td></tr>
-        <tr><th>CUPS_PRINTER_DISCOVERED <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">Printer was discovered </td></tr>
-        <tr><th>CUPS_PRINTER_DUPLEX </th>        <td class="description">Can do two-sided printing</td></tr>
-        <tr><th>CUPS_PRINTER_FAX </th>        <td class="description">Fax queue</td></tr>
-        <tr><th>CUPS_PRINTER_LARGE </th>        <td class="description">Can print on D/E/A1/A0-size media</td></tr>
-        <tr><th>CUPS_PRINTER_LOCAL </th>        <td class="description">Local printer or class</td></tr>
-        <tr><th>CUPS_PRINTER_MEDIUM </th>        <td class="description">Can print on Tabloid/B/C/A3/A2-size media</td></tr>
-        <tr><th>CUPS_PRINTER_NOT_SHARED <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">Printer is not shared
+<tr><th>CUPS_PRINTER_COPIES </th><td class="description">Can do copies in hardware</td></tr>
+<tr><th>CUPS_PRINTER_COVER </th><td class="description">Can cover output</td></tr>
+<tr><th>CUPS_PRINTER_DEFAULT </th><td class="description">Default printer on network</td></tr>
+<tr><th>CUPS_PRINTER_DISCOVERED <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">Printer was discovered </td></tr>
+<tr><th>CUPS_PRINTER_DUPLEX </th><td class="description">Can do two-sided printing</td></tr>
+<tr><th>CUPS_PRINTER_FAX </th><td class="description">Fax queue</td></tr>
+<tr><th>CUPS_PRINTER_LARGE </th><td class="description">Can print on D/E/A1/A0-size media</td></tr>
+<tr><th>CUPS_PRINTER_LOCAL </th><td class="description">Local printer or class</td></tr>
+<tr><th>CUPS_PRINTER_MEDIUM </th><td class="description">Can print on Tabloid/B/C/A3/A2-size media</td></tr>
+<tr><th>CUPS_PRINTER_NOT_SHARED <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">Printer is not shared
 </td></tr>
-        <tr><th>CUPS_PRINTER_PUNCH </th>        <td class="description">Can punch output</td></tr>
-        <tr><th>CUPS_PRINTER_REJECTING </th>        <td class="description">Printer is rejecting jobs</td></tr>
-        <tr><th>CUPS_PRINTER_REMOTE </th>        <td class="description">Remote printer or class</td></tr>
-        <tr><th>CUPS_PRINTER_SMALL </th>        <td class="description">Can print on Letter/Legal/A4-size media</td></tr>
-        <tr><th>CUPS_PRINTER_SORT </th>        <td class="description">Can sort output</td></tr>
-        <tr><th>CUPS_PRINTER_STAPLE </th>        <td class="description">Can staple output</td></tr>
-        <tr><th>CUPS_PRINTER_VARIABLE </th>        <td class="description">Can print on rolls and custom-size media</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="http_encoding_e">http_encoding_e</a></h3>
-        <p class="description">HTTP transfer encoding values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>HTTP_ENCODING_CHUNKED </th>        <td class="description">Data is chunked</td></tr>
-        <tr><th>HTTP_ENCODING_FIELDS </th>        <td class="description">Sending HTTP fields</td></tr>
-        <tr><th>HTTP_ENCODING_LENGTH </th>        <td class="description">Data is sent with Content-Length</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="http_encryption_e">http_encryption_e</a></h3>
-        <p class="description">HTTP encryption values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>HTTP_ENCRYPTION_ALWAYS </th>        <td class="description">Always encrypt (SSL)</td></tr>
-        <tr><th>HTTP_ENCRYPTION_IF_REQUESTED </th>        <td class="description">Encrypt if requested (TLS upgrade)</td></tr>
-        <tr><th>HTTP_ENCRYPTION_NEVER </th>        <td class="description">Never encrypt</td></tr>
-        <tr><th>HTTP_ENCRYPTION_REQUIRED </th>        <td class="description">Encryption is required (TLS upgrade)</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="http_field_e">http_field_e</a></h3>
-        <p class="description">HTTP field names</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>HTTP_FIELD_ACCEPT_ENCODING <span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span></th>        <td class="description">Accepting-Encoding field </td></tr>
-        <tr><th>HTTP_FIELD_ACCEPT_LANGUAGE </th>        <td class="description">Accept-Language field</td></tr>
-        <tr><th>HTTP_FIELD_ACCEPT_RANGES </th>        <td class="description">Accept-Ranges field</td></tr>
-        <tr><th>HTTP_FIELD_ALLOW <span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span></th>        <td class="description">Allow field </td></tr>
-        <tr><th>HTTP_FIELD_AUTHENTICATION_INFO <span class="info">&#160;CUPS 2.2.9)&#160;</span></th>        <td class="description">Authentication-Info field (</td></tr>
-        <tr><th>HTTP_FIELD_AUTHORIZATION </th>        <td class="description">Authorization field</td></tr>
-        <tr><th>HTTP_FIELD_CONNECTION </th>        <td class="description">Connection field</td></tr>
-        <tr><th>HTTP_FIELD_CONTENT_ENCODING </th>        <td class="description">Content-Encoding field</td></tr>
-        <tr><th>HTTP_FIELD_CONTENT_LANGUAGE </th>        <td class="description">Content-Language field</td></tr>
-        <tr><th>HTTP_FIELD_CONTENT_LENGTH </th>        <td class="description">Content-Length field</td></tr>
-        <tr><th>HTTP_FIELD_CONTENT_LOCATION </th>        <td class="description">Content-Location field</td></tr>
-        <tr><th>HTTP_FIELD_CONTENT_MD5 </th>        <td class="description">Content-MD5 field</td></tr>
-        <tr><th>HTTP_FIELD_CONTENT_RANGE </th>        <td class="description">Content-Range field</td></tr>
-        <tr><th>HTTP_FIELD_CONTENT_TYPE </th>        <td class="description">Content-Type field</td></tr>
-        <tr><th>HTTP_FIELD_CONTENT_VERSION </th>        <td class="description">Content-Version field</td></tr>
-        <tr><th>HTTP_FIELD_DATE </th>        <td class="description">Date field</td></tr>
-        <tr><th>HTTP_FIELD_HOST </th>        <td class="description">Host field</td></tr>
-        <tr><th>HTTP_FIELD_IF_MODIFIED_SINCE </th>        <td class="description">If-Modified-Since field</td></tr>
-        <tr><th>HTTP_FIELD_IF_UNMODIFIED_SINCE </th>        <td class="description">If-Unmodified-Since field</td></tr>
-        <tr><th>HTTP_FIELD_KEEP_ALIVE </th>        <td class="description">Keep-Alive field</td></tr>
-        <tr><th>HTTP_FIELD_LAST_MODIFIED </th>        <td class="description">Last-Modified field</td></tr>
-        <tr><th>HTTP_FIELD_LINK </th>        <td class="description">Link field</td></tr>
-        <tr><th>HTTP_FIELD_LOCATION </th>        <td class="description">Location field</td></tr>
-        <tr><th>HTTP_FIELD_MAX </th>        <td class="description">Maximum field index</td></tr>
-        <tr><th>HTTP_FIELD_RANGE </th>        <td class="description">Range field</td></tr>
-        <tr><th>HTTP_FIELD_REFERER </th>        <td class="description">Referer field</td></tr>
-        <tr><th>HTTP_FIELD_RETRY_AFTER </th>        <td class="description">Retry-After field</td></tr>
-        <tr><th>HTTP_FIELD_SERVER <span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span></th>        <td class="description">Server field </td></tr>
-        <tr><th>HTTP_FIELD_TRANSFER_ENCODING </th>        <td class="description">Transfer-Encoding field</td></tr>
-        <tr><th>HTTP_FIELD_UNKNOWN </th>        <td class="description">Unknown field</td></tr>
-        <tr><th>HTTP_FIELD_UPGRADE </th>        <td class="description">Upgrade field</td></tr>
-        <tr><th>HTTP_FIELD_USER_AGENT </th>        <td class="description">User-Agent field</td></tr>
-        <tr><th>HTTP_FIELD_WWW_AUTHENTICATE </th>        <td class="description">WWW-Authenticate field</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="http_keepalive_e">http_keepalive_e</a></h3>
-        <p class="description">HTTP keep-alive values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>HTTP_KEEPALIVE_OFF </th>        <td class="description">No keep alive support</td></tr>
-        <tr><th>HTTP_KEEPALIVE_ON </th>        <td class="description">Use keep alive</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="http_state_e">http_state_e</a></h3>
-        <p class="description">HTTP state values; states
+<tr><th>CUPS_PRINTER_PUNCH </th><td class="description">Can punch output</td></tr>
+<tr><th>CUPS_PRINTER_REJECTING </th><td class="description">Printer is rejecting jobs</td></tr>
+<tr><th>CUPS_PRINTER_REMOTE </th><td class="description">Remote printer or class</td></tr>
+<tr><th>CUPS_PRINTER_SMALL </th><td class="description">Can print on Letter/Legal/A4-size media</td></tr>
+<tr><th>CUPS_PRINTER_SORT </th><td class="description">Can sort output</td></tr>
+<tr><th>CUPS_PRINTER_STAPLE </th><td class="description">Can staple output</td></tr>
+<tr><th>CUPS_PRINTER_VARIABLE </th><td class="description">Can print on rolls and custom-size media</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="http_encoding_e">http_encoding_e</a></h3>
+<p class="description">HTTP transfer encoding values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>HTTP_ENCODING_CHUNKED </th><td class="description">Data is chunked</td></tr>
+<tr><th>HTTP_ENCODING_FIELDS </th><td class="description">Sending HTTP fields</td></tr>
+<tr><th>HTTP_ENCODING_LENGTH </th><td class="description">Data is sent with Content-Length</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="http_encryption_e">http_encryption_e</a></h3>
+<p class="description">HTTP encryption values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>HTTP_ENCRYPTION_ALWAYS </th><td class="description">Always encrypt (SSL)</td></tr>
+<tr><th>HTTP_ENCRYPTION_IF_REQUESTED </th><td class="description">Encrypt if requested (TLS upgrade)</td></tr>
+<tr><th>HTTP_ENCRYPTION_NEVER </th><td class="description">Never encrypt</td></tr>
+<tr><th>HTTP_ENCRYPTION_REQUIRED </th><td class="description">Encryption is required (TLS upgrade)</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="http_field_e">http_field_e</a></h3>
+<p class="description">HTTP field names</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>HTTP_FIELD_ACCEPT_ENCODING <span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span></th><td class="description">Accepting-Encoding field </td></tr>
+<tr><th>HTTP_FIELD_ACCEPT_LANGUAGE </th><td class="description">Accept-Language field</td></tr>
+<tr><th>HTTP_FIELD_ACCEPT_RANGES </th><td class="description">Accept-Ranges field</td></tr>
+<tr><th>HTTP_FIELD_ALLOW <span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span></th><td class="description">Allow field </td></tr>
+<tr><th>HTTP_FIELD_AUTHENTICATION_INFO <span class="info">&#160;CUPS 2.2.9)&#160;</span></th><td class="description">Authentication-Info field (</td></tr>
+<tr><th>HTTP_FIELD_AUTHORIZATION </th><td class="description">Authorization field</td></tr>
+<tr><th>HTTP_FIELD_CONNECTION </th><td class="description">Connection field</td></tr>
+<tr><th>HTTP_FIELD_CONTENT_ENCODING </th><td class="description">Content-Encoding field</td></tr>
+<tr><th>HTTP_FIELD_CONTENT_LANGUAGE </th><td class="description">Content-Language field</td></tr>
+<tr><th>HTTP_FIELD_CONTENT_LENGTH </th><td class="description">Content-Length field</td></tr>
+<tr><th>HTTP_FIELD_CONTENT_LOCATION </th><td class="description">Content-Location field</td></tr>
+<tr><th>HTTP_FIELD_CONTENT_MD5 </th><td class="description">Content-MD5 field</td></tr>
+<tr><th>HTTP_FIELD_CONTENT_RANGE </th><td class="description">Content-Range field</td></tr>
+<tr><th>HTTP_FIELD_CONTENT_TYPE </th><td class="description">Content-Type field</td></tr>
+<tr><th>HTTP_FIELD_CONTENT_VERSION </th><td class="description">Content-Version field</td></tr>
+<tr><th>HTTP_FIELD_DATE </th><td class="description">Date field</td></tr>
+<tr><th>HTTP_FIELD_HOST </th><td class="description">Host field</td></tr>
+<tr><th>HTTP_FIELD_IF_MODIFIED_SINCE </th><td class="description">If-Modified-Since field</td></tr>
+<tr><th>HTTP_FIELD_IF_UNMODIFIED_SINCE </th><td class="description">If-Unmodified-Since field</td></tr>
+<tr><th>HTTP_FIELD_KEEP_ALIVE </th><td class="description">Keep-Alive field</td></tr>
+<tr><th>HTTP_FIELD_LAST_MODIFIED </th><td class="description">Last-Modified field</td></tr>
+<tr><th>HTTP_FIELD_LINK </th><td class="description">Link field</td></tr>
+<tr><th>HTTP_FIELD_LOCATION </th><td class="description">Location field</td></tr>
+<tr><th>HTTP_FIELD_MAX </th><td class="description">Maximum field index</td></tr>
+<tr><th>HTTP_FIELD_RANGE </th><td class="description">Range field</td></tr>
+<tr><th>HTTP_FIELD_REFERER </th><td class="description">Referer field</td></tr>
+<tr><th>HTTP_FIELD_RETRY_AFTER </th><td class="description">Retry-After field</td></tr>
+<tr><th>HTTP_FIELD_SERVER <span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span></th><td class="description">Server field </td></tr>
+<tr><th>HTTP_FIELD_TRANSFER_ENCODING </th><td class="description">Transfer-Encoding field</td></tr>
+<tr><th>HTTP_FIELD_UNKNOWN </th><td class="description">Unknown field</td></tr>
+<tr><th>HTTP_FIELD_UPGRADE </th><td class="description">Upgrade field</td></tr>
+<tr><th>HTTP_FIELD_USER_AGENT </th><td class="description">User-Agent field</td></tr>
+<tr><th>HTTP_FIELD_WWW_AUTHENTICATE </th><td class="description">WWW-Authenticate field</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="http_keepalive_e">http_keepalive_e</a></h3>
+<p class="description">HTTP keep-alive values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>HTTP_KEEPALIVE_OFF </th><td class="description">No keep alive support</td></tr>
+<tr><th>HTTP_KEEPALIVE_ON </th><td class="description">Use keep alive</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="http_state_e">http_state_e</a></h3>
+<p class="description">HTTP state values; states
 are server-oriented...</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>HTTP_STATE_CONNECT </th>        <td class="description">CONNECT command, waiting for blank line</td></tr>
-        <tr><th>HTTP_STATE_DELETE </th>        <td class="description">DELETE command, waiting for blank line</td></tr>
-        <tr><th>HTTP_STATE_ERROR </th>        <td class="description">Error on socket</td></tr>
-        <tr><th>HTTP_STATE_GET </th>        <td class="description">GET command, waiting for blank line</td></tr>
-        <tr><th>HTTP_STATE_GET_SEND </th>        <td class="description">GET command, sending data</td></tr>
-        <tr><th>HTTP_STATE_HEAD </th>        <td class="description">HEAD command, waiting for blank line</td></tr>
-        <tr><th>HTTP_STATE_OPTIONS </th>        <td class="description">OPTIONS command, waiting for blank line</td></tr>
-        <tr><th>HTTP_STATE_POST </th>        <td class="description">POST command, waiting for blank line</td></tr>
-        <tr><th>HTTP_STATE_POST_RECV </th>        <td class="description">POST command, receiving data</td></tr>
-        <tr><th>HTTP_STATE_POST_SEND </th>        <td class="description">POST command, sending data</td></tr>
-        <tr><th>HTTP_STATE_PUT </th>        <td class="description">PUT command, waiting for blank line</td></tr>
-        <tr><th>HTTP_STATE_PUT_RECV </th>        <td class="description">PUT command, receiving data</td></tr>
-        <tr><th>HTTP_STATE_STATUS </th>        <td class="description">Command complete, sending status</td></tr>
-        <tr><th>HTTP_STATE_TRACE </th>        <td class="description">TRACE command, waiting for blank line</td></tr>
-        <tr><th>HTTP_STATE_UNKNOWN_METHOD <span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span></th>        <td class="description">Unknown request method, waiting for blank line </td></tr>
-        <tr><th>HTTP_STATE_UNKNOWN_VERSION <span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span></th>        <td class="description">Unknown request method, waiting for blank line </td></tr>
-        <tr><th>HTTP_STATE_WAITING </th>        <td class="description">Waiting for command</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="http_status_e">http_status_e</a></h3>
-        <p class="description">HTTP status codes</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>HTTP_STATUS_ACCEPTED </th>        <td class="description">DELETE command was successful</td></tr>
-        <tr><th>HTTP_STATUS_BAD_GATEWAY </th>        <td class="description">Bad gateway</td></tr>
-        <tr><th>HTTP_STATUS_BAD_REQUEST </th>        <td class="description">Bad request</td></tr>
-        <tr><th>HTTP_STATUS_CONFLICT </th>        <td class="description">Request is self-conflicting</td></tr>
-        <tr><th>HTTP_STATUS_CONTINUE </th>        <td class="description">Everything OK, keep going...</td></tr>
-        <tr><th>HTTP_STATUS_CREATED </th>        <td class="description">PUT command was successful</td></tr>
-        <tr><th>HTTP_STATUS_CUPS_AUTHORIZATION_CANCELED <span class="info">&#160;CUPS 1.4&#160;</span></th>        <td class="description">User canceled authorization </td></tr>
-        <tr><th>HTTP_STATUS_CUPS_PKI_ERROR <span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span></th>        <td class="description">Error negotiating a secure connection </td></tr>
-        <tr><th>HTTP_STATUS_ERROR </th>        <td class="description">An error response from httpXxxx()</td></tr>
-        <tr><th>HTTP_STATUS_EXPECTATION_FAILED </th>        <td class="description">The expectation given in an Expect header field was not met</td></tr>
-        <tr><th>HTTP_STATUS_FORBIDDEN </th>        <td class="description">Forbidden to access this URI</td></tr>
-        <tr><th>HTTP_STATUS_FOUND </th>        <td class="description">Document was found at a different URI</td></tr>
-        <tr><th>HTTP_STATUS_GATEWAY_TIMEOUT </th>        <td class="description">Gateway connection timed out</td></tr>
-        <tr><th>HTTP_STATUS_GONE </th>        <td class="description">Server has gone away</td></tr>
-        <tr><th>HTTP_STATUS_LENGTH_REQUIRED </th>        <td class="description">A content length or encoding is required</td></tr>
-        <tr><th>HTTP_STATUS_METHOD_NOT_ALLOWED </th>        <td class="description">Method is not allowed</td></tr>
-        <tr><th>HTTP_STATUS_MOVED_PERMANENTLY </th>        <td class="description">Document has moved permanently</td></tr>
-        <tr><th>HTTP_STATUS_MULTIPLE_CHOICES </th>        <td class="description">Multiple files match request</td></tr>
-        <tr><th>HTTP_STATUS_NONE <span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span></th>        <td class="description">No Expect value </td></tr>
-        <tr><th>HTTP_STATUS_NOT_ACCEPTABLE </th>        <td class="description">Not Acceptable</td></tr>
-        <tr><th>HTTP_STATUS_NOT_AUTHORITATIVE </th>        <td class="description">Information isn't authoritative</td></tr>
-        <tr><th>HTTP_STATUS_NOT_FOUND </th>        <td class="description">URI was not found</td></tr>
-        <tr><th>HTTP_STATUS_NOT_IMPLEMENTED </th>        <td class="description">Feature not implemented</td></tr>
-        <tr><th>HTTP_STATUS_NOT_MODIFIED </th>        <td class="description">File not modified</td></tr>
-        <tr><th>HTTP_STATUS_NOT_SUPPORTED </th>        <td class="description">HTTP version not supported</td></tr>
-        <tr><th>HTTP_STATUS_NO_CONTENT </th>        <td class="description">Successful command, no new data</td></tr>
-        <tr><th>HTTP_STATUS_OK </th>        <td class="description">OPTIONS/GET/HEAD/POST/TRACE command was successful</td></tr>
-        <tr><th>HTTP_STATUS_PARTIAL_CONTENT </th>        <td class="description">Only a partial file was received/sent</td></tr>
-        <tr><th>HTTP_STATUS_PAYMENT_REQUIRED </th>        <td class="description">Payment required</td></tr>
-        <tr><th>HTTP_STATUS_PRECONDITION </th>        <td class="description">Precondition failed</td></tr>
-        <tr><th>HTTP_STATUS_PROXY_AUTHENTICATION </th>        <td class="description">Proxy Authentication is Required</td></tr>
-        <tr><th>HTTP_STATUS_REQUESTED_RANGE </th>        <td class="description">The requested range is not satisfiable</td></tr>
-        <tr><th>HTTP_STATUS_REQUEST_TIMEOUT </th>        <td class="description">Request timed out</td></tr>
-        <tr><th>HTTP_STATUS_REQUEST_TOO_LARGE </th>        <td class="description">Request entity too large</td></tr>
-        <tr><th>HTTP_STATUS_RESET_CONTENT </th>        <td class="description">Content was reset/recreated</td></tr>
-        <tr><th>HTTP_STATUS_SEE_OTHER </th>        <td class="description">See this other link</td></tr>
-        <tr><th>HTTP_STATUS_SERVER_ERROR </th>        <td class="description">Internal server error</td></tr>
-        <tr><th>HTTP_STATUS_SERVICE_UNAVAILABLE </th>        <td class="description">Service is unavailable</td></tr>
-        <tr><th>HTTP_STATUS_SWITCHING_PROTOCOLS </th>        <td class="description">HTTP upgrade to TLS/SSL</td></tr>
-        <tr><th>HTTP_STATUS_TEMPORARY_REDIRECT </th>        <td class="description">Temporary redirection</td></tr>
-        <tr><th>HTTP_STATUS_UNAUTHORIZED </th>        <td class="description">Unauthorized to access host</td></tr>
-        <tr><th>HTTP_STATUS_UNSUPPORTED_MEDIATYPE </th>        <td class="description">The requested media type is unsupported</td></tr>
-        <tr><th>HTTP_STATUS_UPGRADE_REQUIRED </th>        <td class="description">Upgrade to SSL/TLS required</td></tr>
-        <tr><th>HTTP_STATUS_URI_TOO_LONG </th>        <td class="description">URI too long</td></tr>
-        <tr><th>HTTP_STATUS_USE_PROXY </th>        <td class="description">Must use a proxy to access this URI</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="http_trust_e"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span>http_trust_e</a></h3>
-        <p class="description">Level of trust for credentials </p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>HTTP_TRUST_CHANGED </th>        <td class="description">Credentials have changed</td></tr>
-        <tr><th>HTTP_TRUST_EXPIRED </th>        <td class="description">Credentials are expired</td></tr>
-        <tr><th>HTTP_TRUST_INVALID </th>        <td class="description">Credentials are invalid</td></tr>
-        <tr><th>HTTP_TRUST_OK </th>        <td class="description">Credentials are OK/trusted</td></tr>
-        <tr><th>HTTP_TRUST_RENEWED </th>        <td class="description">Credentials have been renewed</td></tr>
-        <tr><th>HTTP_TRUST_UNKNOWN </th>        <td class="description">Credentials are unknown/new</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="http_uri_coding_e">http_uri_coding_e</a></h3>
-        <p class="description">URI en/decode flags</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>HTTP_URI_CODING_ALL </th>        <td class="description">En/decode everything</td></tr>
-        <tr><th>HTTP_URI_CODING_HOSTNAME </th>        <td class="description">En/decode the hostname portion</td></tr>
-        <tr><th>HTTP_URI_CODING_MOST </th>        <td class="description">En/decode all but the query</td></tr>
-        <tr><th>HTTP_URI_CODING_NONE </th>        <td class="description">Don't en/decode anything</td></tr>
-        <tr><th>HTTP_URI_CODING_QUERY </th>        <td class="description">En/decode the query portion</td></tr>
-        <tr><th>HTTP_URI_CODING_RESOURCE </th>        <td class="description">En/decode the resource portion</td></tr>
-        <tr><th>HTTP_URI_CODING_RFC6874 </th>        <td class="description">Use RFC 6874 address format</td></tr>
-        <tr><th>HTTP_URI_CODING_USERNAME </th>        <td class="description">En/decode the username portion</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="http_uri_status_e"><span class="info">&#160;CUPS 1.2&#160;</span>http_uri_status_e</a></h3>
-        <p class="description">URI separation status </p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>HTTP_URI_STATUS_BAD_ARGUMENTS </th>        <td class="description">Bad arguments to function (error)</td></tr>
-        <tr><th>HTTP_URI_STATUS_BAD_HOSTNAME </th>        <td class="description">Bad hostname in URI (error)</td></tr>
-        <tr><th>HTTP_URI_STATUS_BAD_PORT </th>        <td class="description">Bad port number in URI (error)</td></tr>
-        <tr><th>HTTP_URI_STATUS_BAD_RESOURCE </th>        <td class="description">Bad resource in URI (error)</td></tr>
-        <tr><th>HTTP_URI_STATUS_BAD_SCHEME </th>        <td class="description">Bad scheme in URI (error)</td></tr>
-        <tr><th>HTTP_URI_STATUS_BAD_URI </th>        <td class="description">Bad/empty URI (error)</td></tr>
-        <tr><th>HTTP_URI_STATUS_BAD_USERNAME </th>        <td class="description">Bad username in URI (error)</td></tr>
-        <tr><th>HTTP_URI_STATUS_MISSING_RESOURCE </th>        <td class="description">Missing resource in URI (warning)</td></tr>
-        <tr><th>HTTP_URI_STATUS_MISSING_SCHEME </th>        <td class="description">Missing scheme in URI (warning)</td></tr>
-        <tr><th>HTTP_URI_STATUS_OK </th>        <td class="description">URI decoded OK</td></tr>
-        <tr><th>HTTP_URI_STATUS_OVERFLOW </th>        <td class="description">URI buffer for httpAssembleURI is too small</td></tr>
-        <tr><th>HTTP_URI_STATUS_UNKNOWN_SCHEME </th>        <td class="description">Unknown scheme in URI (warning)</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="ipp_finishings_e">ipp_finishings_e</a></h3>
-        <p class="description">Finishings values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>IPP_FINISHINGS_BALE </th>        <td class="description">Bale (any type)</td></tr>
-        <tr><th>IPP_FINISHINGS_BIND </th>        <td class="description">Bind</td></tr>
-        <tr><th>IPP_FINISHINGS_BIND_BOTTOM </th>        <td class="description">Bind on bottom</td></tr>
-        <tr><th>IPP_FINISHINGS_BIND_LEFT </th>        <td class="description">Bind on left</td></tr>
-        <tr><th>IPP_FINISHINGS_BIND_RIGHT </th>        <td class="description">Bind on right</td></tr>
-        <tr><th>IPP_FINISHINGS_BIND_TOP </th>        <td class="description">Bind on top</td></tr>
-        <tr><th>IPP_FINISHINGS_BOOKLET_MAKER </th>        <td class="description">Fold to make booklet</td></tr>
-        <tr><th>IPP_FINISHINGS_COAT </th>        <td class="description">Apply protective liquid or powder coating</td></tr>
-        <tr><th>IPP_FINISHINGS_COVER </th>        <td class="description">Add cover</td></tr>
-        <tr><th>IPP_FINISHINGS_EDGE_STITCH </th>        <td class="description">Stitch along any side</td></tr>
-        <tr><th>IPP_FINISHINGS_EDGE_STITCH_BOTTOM </th>        <td class="description">Stitch along bottom edge</td></tr>
-        <tr><th>IPP_FINISHINGS_EDGE_STITCH_LEFT </th>        <td class="description">Stitch along left side</td></tr>
-        <tr><th>IPP_FINISHINGS_EDGE_STITCH_RIGHT </th>        <td class="description">Stitch along right side</td></tr>
-        <tr><th>IPP_FINISHINGS_EDGE_STITCH_TOP </th>        <td class="description">Stitch along top edge</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD </th>        <td class="description">Fold (any type)</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD_ACCORDION </th>        <td class="description">Accordion-fold the paper vertically into four sections</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD_DOUBLE_GATE </th>        <td class="description">Fold the top and bottom quarters of the paper towards the midline, then fold in half vertically</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD_ENGINEERING_Z </th>        <td class="description">Fold the paper vertically into two small sections and one larger, forming an elongated Z</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD_GATE </th>        <td class="description">Fold the top and bottom quarters of the paper towards the midline</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD_HALF </th>        <td class="description">Fold the paper in half vertically</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD_HALF_Z </th>        <td class="description">Fold the paper in half horizontally, then Z-fold the paper vertically</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD_LEFT_GATE </th>        <td class="description">Fold the top quarter of the paper towards the midline</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD_LETTER </th>        <td class="description">Fold the paper into three sections vertically; sometimes also known as a C fold</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD_PARALLEL </th>        <td class="description">Fold the paper in half vertically two times, yielding four sections</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD_POSTER </th>        <td class="description">Fold the paper in half horizontally and vertically; sometimes also called a cross fold</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD_RIGHT_GATE </th>        <td class="description">Fold the bottom quarter of the paper towards the midline</td></tr>
-        <tr><th>IPP_FINISHINGS_FOLD_Z </th>        <td class="description">Fold the paper vertically into three sections, forming a Z</td></tr>
-        <tr><th>IPP_FINISHINGS_JOG_OFFSET </th>        <td class="description">Offset for binding (any type)</td></tr>
-        <tr><th>IPP_FINISHINGS_LAMINATE </th>        <td class="description">Apply protective (solid) material</td></tr>
-        <tr><th>IPP_FINISHINGS_NONE </th>        <td class="description">No finishing</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH </th>        <td class="description">Punch (any location/count)</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_BOTTOM_LEFT </th>        <td class="description">Punch 1 hole bottom left</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_BOTTOM_RIGHT </th>        <td class="description">Punch 1 hole bottom right</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_DUAL_BOTTOM </th>        <td class="description">Punch 2 holes bottom edge</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_DUAL_LEFT </th>        <td class="description">Punch 2 holes left side</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_DUAL_RIGHT </th>        <td class="description">Punch 2 holes right side</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_DUAL_TOP </th>        <td class="description">Punch 2 holes top edge</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_MULTIPLE_BOTTOM </th>        <td class="description">Punch multiple holes bottom edge</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_MULTIPLE_LEFT </th>        <td class="description">Punch multiple holes left side</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_MULTIPLE_RIGHT </th>        <td class="description">Punch multiple holes right side</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_MULTIPLE_TOP </th>        <td class="description">Punch multiple holes top edge</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_QUAD_BOTTOM </th>        <td class="description">Punch 4 holes bottom edge</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_QUAD_LEFT </th>        <td class="description">Punch 4 holes left side</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_QUAD_RIGHT </th>        <td class="description">Punch 4 holes right side</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_QUAD_TOP </th>        <td class="description">Punch 4 holes top edge</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_TOP_LEFT </th>        <td class="description">Punch 1 hole top left</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_TOP_RIGHT </th>        <td class="description">Punch 1 hole top right</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_TRIPLE_BOTTOM </th>        <td class="description">Punch 3 holes bottom edge</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_TRIPLE_LEFT </th>        <td class="description">Punch 3 holes left side</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_TRIPLE_RIGHT </th>        <td class="description">Punch 3 holes right side</td></tr>
-        <tr><th>IPP_FINISHINGS_PUNCH_TRIPLE_TOP </th>        <td class="description">Punch 3 holes top edge</td></tr>
-        <tr><th>IPP_FINISHINGS_SADDLE_STITCH </th>        <td class="description">Staple interior</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE </th>        <td class="description">Staple (any location/method)</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE_BOTTOM_LEFT </th>        <td class="description">Staple bottom left corner</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE_BOTTOM_RIGHT </th>        <td class="description">Staple bottom right corner</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE_DUAL_BOTTOM </th>        <td class="description">Two staples on bottom</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE_DUAL_LEFT </th>        <td class="description">Two staples on left</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE_DUAL_RIGHT </th>        <td class="description">Two staples on right</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE_DUAL_TOP </th>        <td class="description">Two staples on top</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE_TOP_LEFT </th>        <td class="description">Staple top left corner</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE_TOP_RIGHT </th>        <td class="description">Staple top right corner</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE_TRIPLE_BOTTOM </th>        <td class="description">Three staples on bottom</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE_TRIPLE_LEFT </th>        <td class="description">Three staples on left</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE_TRIPLE_RIGHT </th>        <td class="description">Three staples on right</td></tr>
-        <tr><th>IPP_FINISHINGS_STAPLE_TRIPLE_TOP </th>        <td class="description">Three staples on top</td></tr>
-        <tr><th>IPP_FINISHINGS_TRIM </th>        <td class="description">Trim (any type)</td></tr>
-        <tr><th>IPP_FINISHINGS_TRIM_AFTER_COPIES </th>        <td class="description">Trim output after each copy</td></tr>
-        <tr><th>IPP_FINISHINGS_TRIM_AFTER_DOCUMENTS </th>        <td class="description">Trim output after each document</td></tr>
-        <tr><th>IPP_FINISHINGS_TRIM_AFTER_JOB </th>        <td class="description">Trim output after job</td></tr>
-        <tr><th>IPP_FINISHINGS_TRIM_AFTER_PAGES </th>        <td class="description">Trim output after each page</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="ipp_jstate_e">ipp_jstate_e</a></h3>
-        <p class="description">Job states</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>IPP_JSTATE_ABORTED </th>        <td class="description">Job has aborted due to error</td></tr>
-        <tr><th>IPP_JSTATE_CANCELED </th>        <td class="description">Job has been canceled</td></tr>
-        <tr><th>IPP_JSTATE_COMPLETED </th>        <td class="description">Job has completed successfully</td></tr>
-        <tr><th>IPP_JSTATE_HELD </th>        <td class="description">Job is held for printing</td></tr>
-        <tr><th>IPP_JSTATE_PENDING </th>        <td class="description">Job is waiting to be printed</td></tr>
-        <tr><th>IPP_JSTATE_PROCESSING </th>        <td class="description">Job is currently printing</td></tr>
-        <tr><th>IPP_JSTATE_STOPPED </th>        <td class="description">Job has been stopped</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="ipp_op_e">ipp_op_e</a></h3>
-        <p class="description">IPP operations</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>IPP_OP_ALLOCATE_PRINTER_RESOURCES </th>        <td class="description">Allocate-Printer-Resources: Use resources for a printer.</td></tr>
-        <tr><th>IPP_OP_CANCEL_CURRENT_JOB </th>        <td class="description">Cancel-Current-Job: Cancel the current job</td></tr>
-        <tr><th>IPP_OP_CANCEL_JOB </th>        <td class="description">Cancel-Job: Cancel a job</td></tr>
-        <tr><th>IPP_OP_CANCEL_JOBS </th>        <td class="description">Cancel-Jobs: Cancel all jobs (administrative)</td></tr>
-        <tr><th>IPP_OP_CANCEL_MY_JOBS </th>        <td class="description">Cancel-My-Jobs: Cancel a user's jobs</td></tr>
-        <tr><th>IPP_OP_CANCEL_RESOURCE </th>        <td class="description">Cancel-Resource: Uninstall a resource.</td></tr>
-        <tr><th>IPP_OP_CANCEL_SUBSCRIPTION <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">Cancel-Subscription: Cancel a subscription </td></tr>
-        <tr><th>IPP_OP_CLOSE_JOB </th>        <td class="description">Close-Job: Close a job and start printing</td></tr>
-        <tr><th>IPP_OP_CREATE_JOB </th>        <td class="description">Create-Job: Create an empty print job</td></tr>
-        <tr><th>IPP_OP_CREATE_JOB_SUBSCRIPTIONS <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">Create-Job-Subscriptions: Create one of more job subscriptions </td></tr>
-        <tr><th>IPP_OP_CREATE_PRINTER </th>        <td class="description">Create-Printer: Create a new service.</td></tr>
-        <tr><th>IPP_OP_CREATE_PRINTER_SUBSCRIPTIONS <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">Create-Printer-Subscriptions: Create one or more printer subscriptions </td></tr>
-        <tr><th>IPP_OP_CREATE_RESOURCE </th>        <td class="description">Create-Resource: Create a new (empty) resource.</td></tr>
-        <tr><th>IPP_OP_CREATE_RESOURCE_SUBSCRIPTIONS </th>        <td class="description">Create-Resource-Subscriptions: Create event subscriptions for a resource.</td></tr>
-        <tr><th>IPP_OP_CREATE_SYSTEM_SUBSCRIPTIONS </th>        <td class="description">Create-System-Subscriptions: Create event subscriptions for a system.</td></tr>
-        <tr><th>IPP_OP_CUPS_ADD_MODIFY_CLASS </th>        <td class="description">CUPS-Add-Modify-Class: Add or modify a class</td></tr>
-        <tr><th>IPP_OP_CUPS_ADD_MODIFY_PRINTER </th>        <td class="description">CUPS-Add-Modify-Printer: Add or modify a printer</td></tr>
-        <tr><th>IPP_OP_CUPS_AUTHENTICATE_JOB <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">CUPS-Authenticate-Job: Authenticate a job </td></tr>
-        <tr><th>IPP_OP_CUPS_CREATE_LOCAL_PRINTER <span class="info">&#160;CUPS 2.2&#160;</span></th>        <td class="description">CUPS-Create-Local-Printer: Create a local (temporary) printer </td></tr>
-        <tr><th>IPP_OP_CUPS_DELETE_CLASS </th>        <td class="description">CUPS-Delete-Class: Delete a class</td></tr>
-        <tr><th>IPP_OP_CUPS_DELETE_PRINTER </th>        <td class="description">CUPS-Delete-Printer: Delete a printer</td></tr>
-        <tr><th>IPP_OP_CUPS_GET_DEFAULT </th>        <td class="description">CUPS-Get-Default: Get the default printer</td></tr>
-        <tr><th>IPP_OP_CUPS_GET_DEVICES <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">CUPS-Get-Devices: Get a list of supported devices </td></tr>
-        <tr><th>IPP_OP_CUPS_GET_DOCUMENT <span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span></th>        <td class="description">CUPS-Get-Document: Get a document file </td></tr>
-        <tr><th>IPP_OP_CUPS_GET_PPD <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">CUPS-Get-PPD: Get a PPD file </td></tr>
-        <tr><th>IPP_OP_CUPS_GET_PPDS <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">CUPS-Get-PPDs: Get a list of supported drivers </td></tr>
-        <tr><th>IPP_OP_CUPS_GET_PRINTERS </th>        <td class="description">CUPS-Get-Printers: Get a list of printers and/or classes</td></tr>
-        <tr><th>IPP_OP_CUPS_INVALID </th>        <td class="description">Invalid operation name for <a href="#ippOpValue"><code>ippOpValue</code></a></td></tr>
-        <tr><th>IPP_OP_CUPS_MOVE_JOB </th>        <td class="description">CUPS-Move-Job: Move a job to a different printer</td></tr>
-        <tr><th>IPP_OP_CUPS_SET_DEFAULT </th>        <td class="description">CUPS-Set-Default: Set the default printer</td></tr>
-        <tr><th>IPP_OP_DEALLOCATE_PRINTER_RESOURCES </th>        <td class="description">Deallocate-Printer-Resources: Stop using resources for a printer.</td></tr>
-        <tr><th>IPP_OP_DELETE_PRINTER </th>        <td class="description">Delete-Printer: Delete an existing service.</td></tr>
-        <tr><th>IPP_OP_DISABLE_ALL_PRINTERS </th>        <td class="description">Disable-All-Printers: Stop accepting new jobs on all services.</td></tr>
-        <tr><th>IPP_OP_DISABLE_PRINTER </th>        <td class="description">Disable-Printer: Reject new jobs for a printer</td></tr>
-        <tr><th>IPP_OP_ENABLE_ALL_PRINTERS </th>        <td class="description">Enable-All-Printers: Start accepting new jobs on all services.</td></tr>
-        <tr><th>IPP_OP_ENABLE_PRINTER </th>        <td class="description">Enable-Printer: Accept new jobs for a printer</td></tr>
-        <tr><th>IPP_OP_GET_JOBS </th>        <td class="description">Get-Jobs: Get a list of jobs</td></tr>
-        <tr><th>IPP_OP_GET_JOB_ATTRIBUTES </th>        <td class="description">Get-Job-Attribute: Get information about a job</td></tr>
-        <tr><th>IPP_OP_GET_NOTIFICATIONS <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">Get-Notifications: Get notification events </td></tr>
-        <tr><th>IPP_OP_GET_PRINTERS </th>        <td class="description">Get-Printers: Get a list of services.</td></tr>
-        <tr><th>IPP_OP_GET_PRINTER_ATTRIBUTES </th>        <td class="description">Get-Printer-Attributes: Get information about a printer</td></tr>
-        <tr><th>IPP_OP_GET_PRINTER_SUPPORTED_VALUES </th>        <td class="description">Get-Printer-Supported-Values: Get supported values</td></tr>
-        <tr><th>IPP_OP_GET_SUBSCRIPTIONS <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">Get-Subscriptions: Get list of subscriptions </td></tr>
-        <tr><th>IPP_OP_GET_SUBSCRIPTION_ATTRIBUTES <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">Get-Subscription-Attributes: Get subscription information </td></tr>
-        <tr><th>IPP_OP_GET_SYSTEM_ATTRIBUTES </th>        <td class="description">Get-System-Attributes: Get system object attributes.</td></tr>
-        <tr><th>IPP_OP_GET_SYSTEM_SUPPORTED_VALUES </th>        <td class="description">Get-System-Supported-Values: Get supported values for system object attributes.</td></tr>
-        <tr><th>IPP_OP_HOLD_JOB </th>        <td class="description">Hold-Job: Hold a job for printing</td></tr>
-        <tr><th>IPP_OP_HOLD_NEW_JOBS </th>        <td class="description">Hold-New-Jobs: Hold new jobs</td></tr>
-        <tr><th>IPP_OP_IDENTIFY_PRINTER </th>        <td class="description">Identify-Printer: Make the printer beep, flash, or display a message for identification</td></tr>
-        <tr><th>IPP_OP_INSTALL_RESOURCE </th>        <td class="description">Install-Resource: Install a resource.</td></tr>
-        <tr><th>IPP_OP_PAUSE_ALL_PRINTERS </th>        <td class="description">Pause-All-Printers: Stop all services immediately.</td></tr>
-        <tr><th>IPP_OP_PAUSE_ALL_PRINTERS_AFTER_CURRENT_JOB </th>        <td class="description">Pause-All-Printers-After-Current-Job: Stop all services after processing the current jobs.</td></tr>
-        <tr><th>IPP_OP_PAUSE_PRINTER </th>        <td class="description">Pause-Printer: Stop a printer</td></tr>
-        <tr><th>IPP_OP_PAUSE_PRINTER_AFTER_CURRENT_JOB </th>        <td class="description">Pause-Printer-After-Current-Job: Stop printer after the current job</td></tr>
-        <tr><th>IPP_OP_PRINT_JOB </th>        <td class="description">Print-Job: Print a single file</td></tr>
-        <tr><th>IPP_OP_PROMOTE_JOB </th>        <td class="description">Promote-Job: Promote a job to print sooner</td></tr>
-        <tr><th>IPP_OP_REGISTER_OUTPUT_DEVICE </th>        <td class="description">Register-Output-Device: Register a remote service.</td></tr>
-        <tr><th>IPP_OP_RELEASE_HELD_NEW_JOBS </th>        <td class="description">Release-Held-New-Jobs: Release new jobs that were previously held</td></tr>
-        <tr><th>IPP_OP_RELEASE_JOB </th>        <td class="description">Release-Job: Release a job for printing</td></tr>
-        <tr><th>IPP_OP_RENEW_SUBSCRIPTION <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th>        <td class="description">Renew-Subscription: Renew a printer subscription </td></tr>
-        <tr><th>IPP_OP_RESTART_JOB <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">Restart-Job: Reprint a job </td></tr>
-        <tr><th>IPP_OP_RESTART_SYSTEM </th>        <td class="description">Restart-System: Restart all services.</td></tr>
-        <tr><th>IPP_OP_RESUME_ALL_PRINTERS </th>        <td class="description">Resume-All-Printers: Start job processing on all services.</td></tr>
-        <tr><th>IPP_OP_RESUME_JOB </th>        <td class="description">Resume-Job: Resume the current job</td></tr>
-        <tr><th>IPP_OP_RESUME_PRINTER </th>        <td class="description">Resume-Printer: Start a printer</td></tr>
-        <tr><th>IPP_OP_SCHEDULE_JOB_AFTER </th>        <td class="description">Schedule-Job-After: Schedule a job to print after another</td></tr>
-        <tr><th>IPP_OP_SEND_DOCUMENT </th>        <td class="description">Send-Document: Add a file to a job</td></tr>
-        <tr><th>IPP_OP_SEND_RESOURCE_DATA </th>        <td class="description">Send-Resource-Data: Upload the data for a resource.</td></tr>
-        <tr><th>IPP_OP_SET_JOB_ATTRIBUTES </th>        <td class="description">Set-Job-Attributes: Set job values</td></tr>
-        <tr><th>IPP_OP_SET_PRINTER_ATTRIBUTES </th>        <td class="description">Set-Printer-Attributes: Set printer values</td></tr>
-        <tr><th>IPP_OP_SET_RESOURCE_ATTRIBUTES </th>        <td class="description">Set-Resource-Attributes: Set resource object  attributes.</td></tr>
-        <tr><th>IPP_OP_SET_SYSTEM_ATTRIBUTES </th>        <td class="description">Set-System-Attributes: Set system object attributes.</td></tr>
-        <tr><th>IPP_OP_SHUTDOWN_ALL_PRINTERS </th>        <td class="description">Shutdown-All-Printers: Shutdown all services.</td></tr>
-        <tr><th>IPP_OP_SHUTDOWN_ONE_PRINTER </th>        <td class="description">Shutdown-One-Printer: Shutdown a service.</td></tr>
-        <tr><th>IPP_OP_STARTUP_ALL_PRINTERS </th>        <td class="description">Startup-All-Printers: Startup all services.</td></tr>
-        <tr><th>IPP_OP_STARTUP_ONE_PRINTER </th>        <td class="description">Startup-One-Printer: Start a service.</td></tr>
-        <tr><th>IPP_OP_SUSPEND_CURRENT_JOB </th>        <td class="description">Suspend-Current-Job: Suspend the current job</td></tr>
-        <tr><th>IPP_OP_VALIDATE_JOB </th>        <td class="description">Validate-Job: Validate job values prior to submission</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="ipp_orient_e">ipp_orient_e</a></h3>
-        <p class="description">Orientation values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>IPP_ORIENT_LANDSCAPE </th>        <td class="description">90 degrees counter-clockwise</td></tr>
-        <tr><th>IPP_ORIENT_NONE </th>        <td class="description">No rotation</td></tr>
-        <tr><th>IPP_ORIENT_PORTRAIT </th>        <td class="description">No rotation</td></tr>
-        <tr><th>IPP_ORIENT_REVERSE_LANDSCAPE </th>        <td class="description">90 degrees clockwise</td></tr>
-        <tr><th>IPP_ORIENT_REVERSE_PORTRAIT </th>        <td class="description">180 degrees</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="ipp_pstate_e">ipp_pstate_e</a></h3>
-        <p class="description">Printer state values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>IPP_PSTATE_IDLE </th>        <td class="description">Printer is idle</td></tr>
-        <tr><th>IPP_PSTATE_PROCESSING </th>        <td class="description">Printer is working</td></tr>
-        <tr><th>IPP_PSTATE_STOPPED </th>        <td class="description">Printer is stopped</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="ipp_quality_e">ipp_quality_e</a></h3>
-        <p class="description">Print quality values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>IPP_QUALITY_DRAFT </th>        <td class="description">Draft quality</td></tr>
-        <tr><th>IPP_QUALITY_HIGH </th>        <td class="description">High quality</td></tr>
-        <tr><th>IPP_QUALITY_NORMAL </th>        <td class="description">Normal quality</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="ipp_res_e">ipp_res_e</a></h3>
-        <p class="description">Resolution units</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>IPP_RES_PER_CM </th>        <td class="description">Pixels per centimeter</td></tr>
-        <tr><th>IPP_RES_PER_INCH </th>        <td class="description">Pixels per inch</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="ipp_rstate_e">ipp_rstate_e</a></h3>
-        <p class="description">resource-state values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>IPP_RSTATE_ABORTED </th>        <td class="description">Resource has been aborted and is pending deletion.</td></tr>
-        <tr><th>IPP_RSTATE_AVAILABLE </th>        <td class="description">Resource is available for installation.</td></tr>
-        <tr><th>IPP_RSTATE_CANCELED </th>        <td class="description">Resource has been canceled and is pending deletion.</td></tr>
-        <tr><th>IPP_RSTATE_INSTALLED </th>        <td class="description">Resource is installed.</td></tr>
-        <tr><th>IPP_RSTATE_PENDING </th>        <td class="description">Resource is created but has no data yet.</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="ipp_sstate_e">ipp_sstate_e</a></h3>
-        <p class="description">system-state values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>IPP_SSTATE_IDLE </th>        <td class="description">At least one printer is idle and none are processing a job.</td></tr>
-        <tr><th>IPP_SSTATE_PROCESSING </th>        <td class="description">At least one printer is processing a job.</td></tr>
-        <tr><th>IPP_SSTATE_STOPPED </th>        <td class="description">All printers are stopped.</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="ipp_state_e">ipp_state_e</a></h3>
-        <p class="description">ipp_t state values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>IPP_STATE_ATTRIBUTE </th>        <td class="description">One or more attributes need to be sent/received</td></tr>
-        <tr><th>IPP_STATE_DATA </th>        <td class="description">IPP request data needs to be sent/received</td></tr>
-        <tr><th>IPP_STATE_ERROR </th>        <td class="description">An error occurred</td></tr>
-        <tr><th>IPP_STATE_HEADER </th>        <td class="description">The request header needs to be sent/received</td></tr>
-        <tr><th>IPP_STATE_IDLE </th>        <td class="description">Nothing is happening/request completed</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="ipp_status_e">ipp_status_e</a></h3>
-        <p class="description">IPP status code values</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>IPP_STATUS_CUPS_INVALID </th>        <td class="description">Invalid status name for <a href="#ippErrorValue"><code>ippErrorValue</code></a></td></tr>
-        <tr><th>IPP_STATUS_ERROR_ACCOUNT_AUTHORIZATION_FAILED </th>        <td class="description">client-error-account-authorization-failed</td></tr>
-        <tr><th>IPP_STATUS_ERROR_ACCOUNT_CLOSED </th>        <td class="description">client-error-account-closed</td></tr>
-        <tr><th>IPP_STATUS_ERROR_ACCOUNT_INFO_NEEDED </th>        <td class="description">client-error-account-info-needed</td></tr>
-        <tr><th>IPP_STATUS_ERROR_ACCOUNT_LIMIT_REACHED </th>        <td class="description">client-error-account-limit-reached</td></tr>
-        <tr><th>IPP_STATUS_ERROR_ATTRIBUTES_NOT_SETTABLE </th>        <td class="description">client-error-attributes-not-settable</td></tr>
-        <tr><th>IPP_STATUS_ERROR_ATTRIBUTES_OR_VALUES </th>        <td class="description">client-error-attributes-or-values-not-supported</td></tr>
-        <tr><th>IPP_STATUS_ERROR_BAD_REQUEST </th>        <td class="description">client-error-bad-request</td></tr>
-        <tr><th>IPP_STATUS_ERROR_BUSY </th>        <td class="description">server-error-busy</td></tr>
-        <tr><th>IPP_STATUS_ERROR_CHARSET </th>        <td class="description">client-error-charset-not-supported</td></tr>
-        <tr><th>IPP_STATUS_ERROR_COMPRESSION_ERROR </th>        <td class="description">client-error-compression-error</td></tr>
-        <tr><th>IPP_STATUS_ERROR_COMPRESSION_NOT_SUPPORTED </th>        <td class="description">client-error-compression-not-supported</td></tr>
-        <tr><th>IPP_STATUS_ERROR_CONFLICTING </th>        <td class="description">client-error-conflicting-attributes</td></tr>
-        <tr><th>IPP_STATUS_ERROR_CUPS_ACCOUNT_AUTHORIZATION_FAILED <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">cups-error-account-authorization-failed </td></tr>
-        <tr><th>IPP_STATUS_ERROR_CUPS_ACCOUNT_CLOSED </th>        <td class="description">cups-error-account-closed @deprecate@</td></tr>
-        <tr><th>IPP_STATUS_ERROR_CUPS_ACCOUNT_INFO_NEEDED <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">cups-error-account-info-needed </td></tr>
-        <tr><th>IPP_STATUS_ERROR_CUPS_ACCOUNT_LIMIT_REACHED <span class="info">&#160;DEPRECATED&#160;</span></th>        <td class="description">cups-error-account-limit-reached </td></tr>
-        <tr><th>IPP_STATUS_ERROR_CUPS_AUTHENTICATION_CANCELED <span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span></th>        <td class="description">cups-authentication-canceled - Authentication canceled by user </td></tr>
-        <tr><th>IPP_STATUS_ERROR_CUPS_PKI <span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span></th>        <td class="description">cups-pki-error - Error negotiating a secure connection </td></tr>
-        <tr><th>IPP_STATUS_ERROR_CUPS_UPGRADE_REQUIRED <span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span></th>        <td class="description">cups-upgrade-required - TLS upgrade required </td></tr>
-        <tr><th>IPP_STATUS_ERROR_DEVICE </th>        <td class="description">server-error-device-error</td></tr>
-        <tr><th>IPP_STATUS_ERROR_DOCUMENT_ACCESS </th>        <td class="description">client-error-document-access-error</td></tr>
-        <tr><th>IPP_STATUS_ERROR_DOCUMENT_FORMAT_ERROR </th>        <td class="description">client-error-document-format-error</td></tr>
-        <tr><th>IPP_STATUS_ERROR_DOCUMENT_FORMAT_NOT_SUPPORTED </th>        <td class="description">client-error-document-format-not-supported</td></tr>
-        <tr><th>IPP_STATUS_ERROR_DOCUMENT_PASSWORD </th>        <td class="description">client-error-document-password-error</td></tr>
-        <tr><th>IPP_STATUS_ERROR_DOCUMENT_PERMISSION </th>        <td class="description">client-error-document-permission-error</td></tr>
-        <tr><th>IPP_STATUS_ERROR_DOCUMENT_SECURITY </th>        <td class="description">client-error-document-security-error</td></tr>
-        <tr><th>IPP_STATUS_ERROR_DOCUMENT_UNPRINTABLE </th>        <td class="description">client-error-document-unprintable-error</td></tr>
-        <tr><th>IPP_STATUS_ERROR_FORBIDDEN </th>        <td class="description">client-error-forbidden</td></tr>
-        <tr><th>IPP_STATUS_ERROR_GONE </th>        <td class="description">client-error-gone</td></tr>
-        <tr><th>IPP_STATUS_ERROR_IGNORED_ALL_SUBSCRIPTIONS </th>        <td class="description">client-error-ignored-all-subscriptions</td></tr>
-        <tr><th>IPP_STATUS_ERROR_INTERNAL </th>        <td class="description">server-error-internal-error</td></tr>
-        <tr><th>IPP_STATUS_ERROR_JOB_CANCELED </th>        <td class="description">server-error-job-canceled</td></tr>
-        <tr><th>IPP_STATUS_ERROR_MULTIPLE_JOBS_NOT_SUPPORTED </th>        <td class="description">server-error-multiple-document-jobs-not-supported</td></tr>
-        <tr><th>IPP_STATUS_ERROR_NOT_ACCEPTING_JOBS </th>        <td class="description">server-error-not-accepting-jobs</td></tr>
-        <tr><th>IPP_STATUS_ERROR_NOT_AUTHENTICATED </th>        <td class="description">client-error-not-authenticated</td></tr>
-        <tr><th>IPP_STATUS_ERROR_NOT_AUTHORIZED </th>        <td class="description">client-error-not-authorized</td></tr>
-        <tr><th>IPP_STATUS_ERROR_NOT_FETCHABLE </th>        <td class="description">client-error-not-fetchable</td></tr>
-        <tr><th>IPP_STATUS_ERROR_NOT_FOUND </th>        <td class="description">client-error-not-found</td></tr>
-        <tr><th>IPP_STATUS_ERROR_NOT_POSSIBLE </th>        <td class="description">client-error-not-possible</td></tr>
-        <tr><th>IPP_STATUS_ERROR_OPERATION_NOT_SUPPORTED </th>        <td class="description">server-error-operation-not-supported</td></tr>
-        <tr><th>IPP_STATUS_ERROR_PRINTER_IS_DEACTIVATED </th>        <td class="description">server-error-printer-is-deactivated</td></tr>
-        <tr><th>IPP_STATUS_ERROR_REQUEST_ENTITY </th>        <td class="description">client-error-request-entity-too-large</td></tr>
-        <tr><th>IPP_STATUS_ERROR_REQUEST_VALUE </th>        <td class="description">client-error-request-value-too-long</td></tr>
-        <tr><th>IPP_STATUS_ERROR_SERVICE_UNAVAILABLE </th>        <td class="description">server-error-service-unavailable</td></tr>
-        <tr><th>IPP_STATUS_ERROR_TEMPORARY </th>        <td class="description">server-error-temporary-error</td></tr>
-        <tr><th>IPP_STATUS_ERROR_TIMEOUT </th>        <td class="description">client-error-timeout</td></tr>
-        <tr><th>IPP_STATUS_ERROR_TOO_MANY_DOCUMENTS </th>        <td class="description">server-error-too-many-documents</td></tr>
-        <tr><th>IPP_STATUS_ERROR_TOO_MANY_JOBS </th>        <td class="description">server-error-too-many-jobs</td></tr>
-        <tr><th>IPP_STATUS_ERROR_TOO_MANY_SUBSCRIPTIONS </th>        <td class="description">client-error-too-many-subscriptions</td></tr>
-        <tr><th>IPP_STATUS_ERROR_URI_SCHEME </th>        <td class="description">client-error-uri-scheme-not-supported</td></tr>
-        <tr><th>IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED </th>        <td class="description">server-error-version-not-supported</td></tr>
-        <tr><th>IPP_STATUS_OK </th>        <td class="description">successful-ok</td></tr>
-        <tr><th>IPP_STATUS_OK_CONFLICTING </th>        <td class="description">successful-ok-conflicting-attributes</td></tr>
-        <tr><th>IPP_STATUS_OK_EVENTS_COMPLETE </th>        <td class="description">successful-ok-events-complete</td></tr>
-        <tr><th>IPP_STATUS_OK_IGNORED_OR_SUBSTITUTED </th>        <td class="description">successful-ok-ignored-or-substituted-attributes</td></tr>
-        <tr><th>IPP_STATUS_OK_IGNORED_SUBSCRIPTIONS </th>        <td class="description">successful-ok-ignored-subscriptions</td></tr>
-        <tr><th>IPP_STATUS_OK_TOO_MANY_EVENTS </th>        <td class="description">successful-ok-too-many-events</td></tr>
-</tbody></table>
-      <h3 class="enumeration"><a id="ipp_tag_e">ipp_tag_e</a></h3>
-        <p class="description">Value and group tag values for attributes</p>
-      <h4 class="constants">Constants</h4>
-      <table class="list"><tbody>
-        <tr><th>IPP_TAG_ADMINDEFINE </th>        <td class="description">Admin-defined value</td></tr>
-        <tr><th>IPP_TAG_BOOLEAN </th>        <td class="description">Boolean value</td></tr>
-        <tr><th>IPP_TAG_CHARSET </th>        <td class="description">Character set value</td></tr>
-        <tr><th>IPP_TAG_CUPS_INVALID </th>        <td class="description">Invalid tag name for <a href="#ippTagValue"><code>ippTagValue</code></a></td></tr>
-        <tr><th>IPP_TAG_DATE </th>        <td class="description">Date/time value</td></tr>
-        <tr><th>IPP_TAG_DEFAULT </th>        <td class="description">Default value</td></tr>
-        <tr><th>IPP_TAG_DELETEATTR </th>        <td class="description">Delete-attribute value</td></tr>
-        <tr><th>IPP_TAG_DOCUMENT </th>        <td class="description">Document group</td></tr>
-        <tr><th>IPP_TAG_END </th>        <td class="description">End-of-attributes</td></tr>
-        <tr><th>IPP_TAG_ENUM </th>        <td class="description">Enumeration value</td></tr>
-        <tr><th>IPP_TAG_EVENT_NOTIFICATION </th>        <td class="description">Event group</td></tr>
-        <tr><th>IPP_TAG_INTEGER </th>        <td class="description">Integer value</td></tr>
-        <tr><th>IPP_TAG_JOB </th>        <td class="description">Job group</td></tr>
-        <tr><th>IPP_TAG_KEYWORD </th>        <td class="description">Keyword value</td></tr>
-        <tr><th>IPP_TAG_LANGUAGE </th>        <td class="description">Language value</td></tr>
-        <tr><th>IPP_TAG_MIMETYPE </th>        <td class="description">MIME media type value</td></tr>
-        <tr><th>IPP_TAG_NAME </th>        <td class="description">Name value</td></tr>
-        <tr><th>IPP_TAG_NAMELANG </th>        <td class="description">Name-with-language value</td></tr>
-        <tr><th>IPP_TAG_NOTSETTABLE </th>        <td class="description">Not-settable value</td></tr>
-        <tr><th>IPP_TAG_NOVALUE </th>        <td class="description">No-value value</td></tr>
-        <tr><th>IPP_TAG_OPERATION </th>        <td class="description">Operation group</td></tr>
-        <tr><th>IPP_TAG_PRINTER </th>        <td class="description">Printer group</td></tr>
-        <tr><th>IPP_TAG_RANGE </th>        <td class="description">Range value</td></tr>
-        <tr><th>IPP_TAG_RESOLUTION </th>        <td class="description">Resolution value</td></tr>
-        <tr><th>IPP_TAG_RESOURCE </th>        <td class="description">Resource group</td></tr>
-        <tr><th>IPP_TAG_STRING </th>        <td class="description">Octet string value</td></tr>
-        <tr><th>IPP_TAG_SUBSCRIPTION </th>        <td class="description">Subscription group</td></tr>
-        <tr><th>IPP_TAG_SYSTEM </th>        <td class="description">System group</td></tr>
-        <tr><th>IPP_TAG_TEXT </th>        <td class="description">Text value</td></tr>
-        <tr><th>IPP_TAG_TEXTLANG </th>        <td class="description">Text-with-language value</td></tr>
-        <tr><th>IPP_TAG_UNKNOWN </th>        <td class="description">Unknown value</td></tr>
-        <tr><th>IPP_TAG_UNSUPPORTED_GROUP </th>        <td class="description">Unsupported attributes group</td></tr>
-        <tr><th>IPP_TAG_UNSUPPORTED_VALUE </th>        <td class="description">Unsupported value</td></tr>
-        <tr><th>IPP_TAG_URI </th>        <td class="description">URI value</td></tr>
-        <tr><th>IPP_TAG_URISCHEME </th>        <td class="description">URI scheme value</td></tr>
-        <tr><th>IPP_TAG_ZERO </th>        <td class="description">Zero tag - used for separators</td></tr>
-</tbody></table>
-    </div>
-  </body>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>HTTP_STATE_CONNECT </th><td class="description">CONNECT command, waiting for blank line</td></tr>
+<tr><th>HTTP_STATE_DELETE </th><td class="description">DELETE command, waiting for blank line</td></tr>
+<tr><th>HTTP_STATE_ERROR </th><td class="description">Error on socket</td></tr>
+<tr><th>HTTP_STATE_GET </th><td class="description">GET command, waiting for blank line</td></tr>
+<tr><th>HTTP_STATE_GET_SEND </th><td class="description">GET command, sending data</td></tr>
+<tr><th>HTTP_STATE_HEAD </th><td class="description">HEAD command, waiting for blank line</td></tr>
+<tr><th>HTTP_STATE_OPTIONS </th><td class="description">OPTIONS command, waiting for blank line</td></tr>
+<tr><th>HTTP_STATE_POST </th><td class="description">POST command, waiting for blank line</td></tr>
+<tr><th>HTTP_STATE_POST_RECV </th><td class="description">POST command, receiving data</td></tr>
+<tr><th>HTTP_STATE_POST_SEND </th><td class="description">POST command, sending data</td></tr>
+<tr><th>HTTP_STATE_PUT </th><td class="description">PUT command, waiting for blank line</td></tr>
+<tr><th>HTTP_STATE_PUT_RECV </th><td class="description">PUT command, receiving data</td></tr>
+<tr><th>HTTP_STATE_STATUS </th><td class="description">Command complete, sending status</td></tr>
+<tr><th>HTTP_STATE_TRACE </th><td class="description">TRACE command, waiting for blank line</td></tr>
+<tr><th>HTTP_STATE_UNKNOWN_METHOD <span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span></th><td class="description">Unknown request method, waiting for blank line </td></tr>
+<tr><th>HTTP_STATE_UNKNOWN_VERSION <span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span></th><td class="description">Unknown request method, waiting for blank line </td></tr>
+<tr><th>HTTP_STATE_WAITING </th><td class="description">Waiting for command</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="http_status_e">http_status_e</a></h3>
+<p class="description">HTTP status codes</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>HTTP_STATUS_ACCEPTED </th><td class="description">DELETE command was successful</td></tr>
+<tr><th>HTTP_STATUS_BAD_GATEWAY </th><td class="description">Bad gateway</td></tr>
+<tr><th>HTTP_STATUS_BAD_REQUEST </th><td class="description">Bad request</td></tr>
+<tr><th>HTTP_STATUS_CONFLICT </th><td class="description">Request is self-conflicting</td></tr>
+<tr><th>HTTP_STATUS_CONTINUE </th><td class="description">Everything OK, keep going...</td></tr>
+<tr><th>HTTP_STATUS_CREATED </th><td class="description">PUT command was successful</td></tr>
+<tr><th>HTTP_STATUS_CUPS_AUTHORIZATION_CANCELED <span class="info">&#160;CUPS 1.4&#160;</span></th><td class="description">User canceled authorization </td></tr>
+<tr><th>HTTP_STATUS_CUPS_PKI_ERROR <span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span></th><td class="description">Error negotiating a secure connection </td></tr>
+<tr><th>HTTP_STATUS_ERROR </th><td class="description">An error response from httpXxxx()</td></tr>
+<tr><th>HTTP_STATUS_EXPECTATION_FAILED </th><td class="description">The expectation given in an Expect header field was not met</td></tr>
+<tr><th>HTTP_STATUS_FORBIDDEN </th><td class="description">Forbidden to access this URI</td></tr>
+<tr><th>HTTP_STATUS_FOUND </th><td class="description">Document was found at a different URI</td></tr>
+<tr><th>HTTP_STATUS_GATEWAY_TIMEOUT </th><td class="description">Gateway connection timed out</td></tr>
+<tr><th>HTTP_STATUS_GONE </th><td class="description">Server has gone away</td></tr>
+<tr><th>HTTP_STATUS_LENGTH_REQUIRED </th><td class="description">A content length or encoding is required</td></tr>
+<tr><th>HTTP_STATUS_METHOD_NOT_ALLOWED </th><td class="description">Method is not allowed</td></tr>
+<tr><th>HTTP_STATUS_MOVED_PERMANENTLY </th><td class="description">Document has moved permanently</td></tr>
+<tr><th>HTTP_STATUS_MULTIPLE_CHOICES </th><td class="description">Multiple files match request</td></tr>
+<tr><th>HTTP_STATUS_NONE <span class="info">&#160;CUPS 1.7/macOS 10.9&#160;</span></th><td class="description">No Expect value </td></tr>
+<tr><th>HTTP_STATUS_NOT_ACCEPTABLE </th><td class="description">Not Acceptable</td></tr>
+<tr><th>HTTP_STATUS_NOT_AUTHORITATIVE </th><td class="description">Information isn't authoritative</td></tr>
+<tr><th>HTTP_STATUS_NOT_FOUND </th><td class="description">URI was not found</td></tr>
+<tr><th>HTTP_STATUS_NOT_IMPLEMENTED </th><td class="description">Feature not implemented</td></tr>
+<tr><th>HTTP_STATUS_NOT_MODIFIED </th><td class="description">File not modified</td></tr>
+<tr><th>HTTP_STATUS_NOT_SUPPORTED </th><td class="description">HTTP version not supported</td></tr>
+<tr><th>HTTP_STATUS_NO_CONTENT </th><td class="description">Successful command, no new data</td></tr>
+<tr><th>HTTP_STATUS_OK </th><td class="description">OPTIONS/GET/HEAD/POST/TRACE command was successful</td></tr>
+<tr><th>HTTP_STATUS_PARTIAL_CONTENT </th><td class="description">Only a partial file was received/sent</td></tr>
+<tr><th>HTTP_STATUS_PAYMENT_REQUIRED </th><td class="description">Payment required</td></tr>
+<tr><th>HTTP_STATUS_PRECONDITION </th><td class="description">Precondition failed</td></tr>
+<tr><th>HTTP_STATUS_PROXY_AUTHENTICATION </th><td class="description">Proxy Authentication is Required</td></tr>
+<tr><th>HTTP_STATUS_REQUESTED_RANGE </th><td class="description">The requested range is not satisfiable</td></tr>
+<tr><th>HTTP_STATUS_REQUEST_TIMEOUT </th><td class="description">Request timed out</td></tr>
+<tr><th>HTTP_STATUS_REQUEST_TOO_LARGE </th><td class="description">Request entity too large</td></tr>
+<tr><th>HTTP_STATUS_RESET_CONTENT </th><td class="description">Content was reset/recreated</td></tr>
+<tr><th>HTTP_STATUS_SEE_OTHER </th><td class="description">See this other link</td></tr>
+<tr><th>HTTP_STATUS_SERVER_ERROR </th><td class="description">Internal server error</td></tr>
+<tr><th>HTTP_STATUS_SERVICE_UNAVAILABLE </th><td class="description">Service is unavailable</td></tr>
+<tr><th>HTTP_STATUS_SWITCHING_PROTOCOLS </th><td class="description">HTTP upgrade to TLS/SSL</td></tr>
+<tr><th>HTTP_STATUS_TEMPORARY_REDIRECT </th><td class="description">Temporary redirection</td></tr>
+<tr><th>HTTP_STATUS_UNAUTHORIZED </th><td class="description">Unauthorized to access host</td></tr>
+<tr><th>HTTP_STATUS_UNSUPPORTED_MEDIATYPE </th><td class="description">The requested media type is unsupported</td></tr>
+<tr><th>HTTP_STATUS_UPGRADE_REQUIRED </th><td class="description">Upgrade to SSL/TLS required</td></tr>
+<tr><th>HTTP_STATUS_URI_TOO_LONG </th><td class="description">URI too long</td></tr>
+<tr><th>HTTP_STATUS_USE_PROXY </th><td class="description">Must use a proxy to access this URI</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="http_trust_e"><span class="info">&#160;CUPS 2.0/OS 10.10&#160;</span>http_trust_e</a></h3>
+<p class="description">Level of trust for credentials </p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>HTTP_TRUST_CHANGED </th><td class="description">Credentials have changed</td></tr>
+<tr><th>HTTP_TRUST_EXPIRED </th><td class="description">Credentials are expired</td></tr>
+<tr><th>HTTP_TRUST_INVALID </th><td class="description">Credentials are invalid</td></tr>
+<tr><th>HTTP_TRUST_OK </th><td class="description">Credentials are OK/trusted</td></tr>
+<tr><th>HTTP_TRUST_RENEWED </th><td class="description">Credentials have been renewed</td></tr>
+<tr><th>HTTP_TRUST_UNKNOWN </th><td class="description">Credentials are unknown/new</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="http_uri_coding_e">http_uri_coding_e</a></h3>
+<p class="description">URI en/decode flags</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>HTTP_URI_CODING_ALL </th><td class="description">En/decode everything</td></tr>
+<tr><th>HTTP_URI_CODING_HOSTNAME </th><td class="description">En/decode the hostname portion</td></tr>
+<tr><th>HTTP_URI_CODING_MOST </th><td class="description">En/decode all but the query</td></tr>
+<tr><th>HTTP_URI_CODING_NONE </th><td class="description">Don't en/decode anything</td></tr>
+<tr><th>HTTP_URI_CODING_QUERY </th><td class="description">En/decode the query portion</td></tr>
+<tr><th>HTTP_URI_CODING_RESOURCE </th><td class="description">En/decode the resource portion</td></tr>
+<tr><th>HTTP_URI_CODING_RFC6874 </th><td class="description">Use RFC 6874 address format</td></tr>
+<tr><th>HTTP_URI_CODING_USERNAME </th><td class="description">En/decode the username portion</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="http_uri_status_e"><span class="info">&#160;CUPS 1.2&#160;</span>http_uri_status_e</a></h3>
+<p class="description">URI separation status </p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>HTTP_URI_STATUS_BAD_ARGUMENTS </th><td class="description">Bad arguments to function (error)</td></tr>
+<tr><th>HTTP_URI_STATUS_BAD_HOSTNAME </th><td class="description">Bad hostname in URI (error)</td></tr>
+<tr><th>HTTP_URI_STATUS_BAD_PORT </th><td class="description">Bad port number in URI (error)</td></tr>
+<tr><th>HTTP_URI_STATUS_BAD_RESOURCE </th><td class="description">Bad resource in URI (error)</td></tr>
+<tr><th>HTTP_URI_STATUS_BAD_SCHEME </th><td class="description">Bad scheme in URI (error)</td></tr>
+<tr><th>HTTP_URI_STATUS_BAD_URI </th><td class="description">Bad/empty URI (error)</td></tr>
+<tr><th>HTTP_URI_STATUS_BAD_USERNAME </th><td class="description">Bad username in URI (error)</td></tr>
+<tr><th>HTTP_URI_STATUS_MISSING_RESOURCE </th><td class="description">Missing resource in URI (warning)</td></tr>
+<tr><th>HTTP_URI_STATUS_MISSING_SCHEME </th><td class="description">Missing scheme in URI (warning)</td></tr>
+<tr><th>HTTP_URI_STATUS_OK </th><td class="description">URI decoded OK</td></tr>
+<tr><th>HTTP_URI_STATUS_OVERFLOW </th><td class="description">URI buffer for httpAssembleURI is too small</td></tr>
+<tr><th>HTTP_URI_STATUS_UNKNOWN_SCHEME </th><td class="description">Unknown scheme in URI (warning)</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="ipp_finishings_e">ipp_finishings_e</a></h3>
+<p class="description">Finishings values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>IPP_FINISHINGS_BALE </th><td class="description">Bale (any type)</td></tr>
+<tr><th>IPP_FINISHINGS_BIND </th><td class="description">Bind</td></tr>
+<tr><th>IPP_FINISHINGS_BIND_BOTTOM </th><td class="description">Bind on bottom</td></tr>
+<tr><th>IPP_FINISHINGS_BIND_LEFT </th><td class="description">Bind on left</td></tr>
+<tr><th>IPP_FINISHINGS_BIND_RIGHT </th><td class="description">Bind on right</td></tr>
+<tr><th>IPP_FINISHINGS_BIND_TOP </th><td class="description">Bind on top</td></tr>
+<tr><th>IPP_FINISHINGS_BOOKLET_MAKER </th><td class="description">Fold to make booklet</td></tr>
+<tr><th>IPP_FINISHINGS_COAT </th><td class="description">Apply protective liquid or powder coating</td></tr>
+<tr><th>IPP_FINISHINGS_COVER </th><td class="description">Add cover</td></tr>
+<tr><th>IPP_FINISHINGS_EDGE_STITCH </th><td class="description">Stitch along any side</td></tr>
+<tr><th>IPP_FINISHINGS_EDGE_STITCH_BOTTOM </th><td class="description">Stitch along bottom edge</td></tr>
+<tr><th>IPP_FINISHINGS_EDGE_STITCH_LEFT </th><td class="description">Stitch along left side</td></tr>
+<tr><th>IPP_FINISHINGS_EDGE_STITCH_RIGHT </th><td class="description">Stitch along right side</td></tr>
+<tr><th>IPP_FINISHINGS_EDGE_STITCH_TOP </th><td class="description">Stitch along top edge</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD </th><td class="description">Fold (any type)</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD_ACCORDION </th><td class="description">Accordion-fold the paper vertically into four sections</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD_DOUBLE_GATE </th><td class="description">Fold the top and bottom quarters of the paper towards the midline, then fold in half vertically</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD_ENGINEERING_Z </th><td class="description">Fold the paper vertically into two small sections and one larger, forming an elongated Z</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD_GATE </th><td class="description">Fold the top and bottom quarters of the paper towards the midline</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD_HALF </th><td class="description">Fold the paper in half vertically</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD_HALF_Z </th><td class="description">Fold the paper in half horizontally, then Z-fold the paper vertically</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD_LEFT_GATE </th><td class="description">Fold the top quarter of the paper towards the midline</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD_LETTER </th><td class="description">Fold the paper into three sections vertically; sometimes also known as a C fold</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD_PARALLEL </th><td class="description">Fold the paper in half vertically two times, yielding four sections</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD_POSTER </th><td class="description">Fold the paper in half horizontally and vertically; sometimes also called a cross fold</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD_RIGHT_GATE </th><td class="description">Fold the bottom quarter of the paper towards the midline</td></tr>
+<tr><th>IPP_FINISHINGS_FOLD_Z </th><td class="description">Fold the paper vertically into three sections, forming a Z</td></tr>
+<tr><th>IPP_FINISHINGS_JOG_OFFSET </th><td class="description">Offset for binding (any type)</td></tr>
+<tr><th>IPP_FINISHINGS_LAMINATE </th><td class="description">Apply protective (solid) material</td></tr>
+<tr><th>IPP_FINISHINGS_NONE </th><td class="description">No finishing</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH </th><td class="description">Punch (any location/count)</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_BOTTOM_LEFT </th><td class="description">Punch 1 hole bottom left</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_BOTTOM_RIGHT </th><td class="description">Punch 1 hole bottom right</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_DUAL_BOTTOM </th><td class="description">Punch 2 holes bottom edge</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_DUAL_LEFT </th><td class="description">Punch 2 holes left side</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_DUAL_RIGHT </th><td class="description">Punch 2 holes right side</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_DUAL_TOP </th><td class="description">Punch 2 holes top edge</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_MULTIPLE_BOTTOM </th><td class="description">Punch multiple holes bottom edge</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_MULTIPLE_LEFT </th><td class="description">Punch multiple holes left side</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_MULTIPLE_RIGHT </th><td class="description">Punch multiple holes right side</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_MULTIPLE_TOP </th><td class="description">Punch multiple holes top edge</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_QUAD_BOTTOM </th><td class="description">Punch 4 holes bottom edge</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_QUAD_LEFT </th><td class="description">Punch 4 holes left side</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_QUAD_RIGHT </th><td class="description">Punch 4 holes right side</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_QUAD_TOP </th><td class="description">Punch 4 holes top edge</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_TOP_LEFT </th><td class="description">Punch 1 hole top left</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_TOP_RIGHT </th><td class="description">Punch 1 hole top right</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_TRIPLE_BOTTOM </th><td class="description">Punch 3 holes bottom edge</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_TRIPLE_LEFT </th><td class="description">Punch 3 holes left side</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_TRIPLE_RIGHT </th><td class="description">Punch 3 holes right side</td></tr>
+<tr><th>IPP_FINISHINGS_PUNCH_TRIPLE_TOP </th><td class="description">Punch 3 holes top edge</td></tr>
+<tr><th>IPP_FINISHINGS_SADDLE_STITCH </th><td class="description">Staple interior</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE </th><td class="description">Staple (any location/method)</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE_BOTTOM_LEFT </th><td class="description">Staple bottom left corner</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE_BOTTOM_RIGHT </th><td class="description">Staple bottom right corner</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE_DUAL_BOTTOM </th><td class="description">Two staples on bottom</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE_DUAL_LEFT </th><td class="description">Two staples on left</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE_DUAL_RIGHT </th><td class="description">Two staples on right</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE_DUAL_TOP </th><td class="description">Two staples on top</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE_TOP_LEFT </th><td class="description">Staple top left corner</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE_TOP_RIGHT </th><td class="description">Staple top right corner</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE_TRIPLE_BOTTOM </th><td class="description">Three staples on bottom</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE_TRIPLE_LEFT </th><td class="description">Three staples on left</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE_TRIPLE_RIGHT </th><td class="description">Three staples on right</td></tr>
+<tr><th>IPP_FINISHINGS_STAPLE_TRIPLE_TOP </th><td class="description">Three staples on top</td></tr>
+<tr><th>IPP_FINISHINGS_TRIM </th><td class="description">Trim (any type)</td></tr>
+<tr><th>IPP_FINISHINGS_TRIM_AFTER_COPIES </th><td class="description">Trim output after each copy</td></tr>
+<tr><th>IPP_FINISHINGS_TRIM_AFTER_DOCUMENTS </th><td class="description">Trim output after each document</td></tr>
+<tr><th>IPP_FINISHINGS_TRIM_AFTER_JOB </th><td class="description">Trim output after job</td></tr>
+<tr><th>IPP_FINISHINGS_TRIM_AFTER_PAGES </th><td class="description">Trim output after each page</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="ipp_jstate_e">ipp_jstate_e</a></h3>
+<p class="description">Job states</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>IPP_JSTATE_ABORTED </th><td class="description">Job has aborted due to error</td></tr>
+<tr><th>IPP_JSTATE_CANCELED </th><td class="description">Job has been canceled</td></tr>
+<tr><th>IPP_JSTATE_COMPLETED </th><td class="description">Job has completed successfully</td></tr>
+<tr><th>IPP_JSTATE_HELD </th><td class="description">Job is held for printing</td></tr>
+<tr><th>IPP_JSTATE_PENDING </th><td class="description">Job is waiting to be printed</td></tr>
+<tr><th>IPP_JSTATE_PROCESSING </th><td class="description">Job is currently printing</td></tr>
+<tr><th>IPP_JSTATE_STOPPED </th><td class="description">Job has been stopped</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="ipp_op_e">ipp_op_e</a></h3>
+<p class="description">IPP operations</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>IPP_OP_ALLOCATE_PRINTER_RESOURCES </th><td class="description">Allocate-Printer-Resources: Use resources for a printer.</td></tr>
+<tr><th>IPP_OP_CANCEL_CURRENT_JOB </th><td class="description">Cancel-Current-Job: Cancel the current job</td></tr>
+<tr><th>IPP_OP_CANCEL_JOB </th><td class="description">Cancel-Job: Cancel a job</td></tr>
+<tr><th>IPP_OP_CANCEL_JOBS </th><td class="description">Cancel-Jobs: Cancel all jobs (administrative)</td></tr>
+<tr><th>IPP_OP_CANCEL_MY_JOBS </th><td class="description">Cancel-My-Jobs: Cancel a user's jobs</td></tr>
+<tr><th>IPP_OP_CANCEL_RESOURCE </th><td class="description">Cancel-Resource: Uninstall a resource.</td></tr>
+<tr><th>IPP_OP_CANCEL_SUBSCRIPTION <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">Cancel-Subscription: Cancel a subscription </td></tr>
+<tr><th>IPP_OP_CLOSE_JOB </th><td class="description">Close-Job: Close a job and start printing</td></tr>
+<tr><th>IPP_OP_CREATE_JOB </th><td class="description">Create-Job: Create an empty print job</td></tr>
+<tr><th>IPP_OP_CREATE_JOB_SUBSCRIPTIONS <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">Create-Job-Subscriptions: Create one of more job subscriptions </td></tr>
+<tr><th>IPP_OP_CREATE_PRINTER </th><td class="description">Create-Printer: Create a new service.</td></tr>
+<tr><th>IPP_OP_CREATE_PRINTER_SUBSCRIPTIONS <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">Create-Printer-Subscriptions: Create one or more printer subscriptions </td></tr>
+<tr><th>IPP_OP_CREATE_RESOURCE </th><td class="description">Create-Resource: Create a new (empty) resource.</td></tr>
+<tr><th>IPP_OP_CREATE_RESOURCE_SUBSCRIPTIONS </th><td class="description">Create-Resource-Subscriptions: Create event subscriptions for a resource.</td></tr>
+<tr><th>IPP_OP_CREATE_SYSTEM_SUBSCRIPTIONS </th><td class="description">Create-System-Subscriptions: Create event subscriptions for a system.</td></tr>
+<tr><th>IPP_OP_CUPS_ADD_MODIFY_CLASS </th><td class="description">CUPS-Add-Modify-Class: Add or modify a class</td></tr>
+<tr><th>IPP_OP_CUPS_ADD_MODIFY_PRINTER </th><td class="description">CUPS-Add-Modify-Printer: Add or modify a printer</td></tr>
+<tr><th>IPP_OP_CUPS_AUTHENTICATE_JOB <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">CUPS-Authenticate-Job: Authenticate a job </td></tr>
+<tr><th>IPP_OP_CUPS_CREATE_LOCAL_PRINTER <span class="info">&#160;CUPS 2.2&#160;</span></th><td class="description">CUPS-Create-Local-Printer: Create a local (temporary) printer </td></tr>
+<tr><th>IPP_OP_CUPS_DELETE_CLASS </th><td class="description">CUPS-Delete-Class: Delete a class</td></tr>
+<tr><th>IPP_OP_CUPS_DELETE_PRINTER </th><td class="description">CUPS-Delete-Printer: Delete a printer</td></tr>
+<tr><th>IPP_OP_CUPS_GET_DEFAULT </th><td class="description">CUPS-Get-Default: Get the default printer</td></tr>
+<tr><th>IPP_OP_CUPS_GET_DEVICES <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">CUPS-Get-Devices: Get a list of supported devices </td></tr>
+<tr><th>IPP_OP_CUPS_GET_DOCUMENT <span class="info">&#160;CUPS 1.4/macOS 10.6&#160;</span></th><td class="description">CUPS-Get-Document: Get a document file </td></tr>
+<tr><th>IPP_OP_CUPS_GET_PPD <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">CUPS-Get-PPD: Get a PPD file </td></tr>
+<tr><th>IPP_OP_CUPS_GET_PPDS <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">CUPS-Get-PPDs: Get a list of supported drivers </td></tr>
+<tr><th>IPP_OP_CUPS_GET_PRINTERS </th><td class="description">CUPS-Get-Printers: Get a list of printers and/or classes</td></tr>
+<tr><th>IPP_OP_CUPS_INVALID </th><td class="description">Invalid operation name for <a href="#ippOpValue"><code>ippOpValue</code></a></td></tr>
+<tr><th>IPP_OP_CUPS_MOVE_JOB </th><td class="description">CUPS-Move-Job: Move a job to a different printer</td></tr>
+<tr><th>IPP_OP_CUPS_SET_DEFAULT </th><td class="description">CUPS-Set-Default: Set the default printer</td></tr>
+<tr><th>IPP_OP_DEALLOCATE_PRINTER_RESOURCES </th><td class="description">Deallocate-Printer-Resources: Stop using resources for a printer.</td></tr>
+<tr><th>IPP_OP_DELETE_PRINTER </th><td class="description">Delete-Printer: Delete an existing service.</td></tr>
+<tr><th>IPP_OP_DISABLE_ALL_PRINTERS </th><td class="description">Disable-All-Printers: Stop accepting new jobs on all services.</td></tr>
+<tr><th>IPP_OP_DISABLE_PRINTER </th><td class="description">Disable-Printer: Reject new jobs for a printer</td></tr>
+<tr><th>IPP_OP_ENABLE_ALL_PRINTERS </th><td class="description">Enable-All-Printers: Start accepting new jobs on all services.</td></tr>
+<tr><th>IPP_OP_ENABLE_PRINTER </th><td class="description">Enable-Printer: Accept new jobs for a printer</td></tr>
+<tr><th>IPP_OP_GET_JOBS </th><td class="description">Get-Jobs: Get a list of jobs</td></tr>
+<tr><th>IPP_OP_GET_JOB_ATTRIBUTES </th><td class="description">Get-Job-Attribute: Get information about a job</td></tr>
+<tr><th>IPP_OP_GET_NOTIFICATIONS <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">Get-Notifications: Get notification events </td></tr>
+<tr><th>IPP_OP_GET_PRINTERS </th><td class="description">Get-Printers: Get a list of services.</td></tr>
+<tr><th>IPP_OP_GET_PRINTER_ATTRIBUTES </th><td class="description">Get-Printer-Attributes: Get information about a printer</td></tr>
+<tr><th>IPP_OP_GET_PRINTER_SUPPORTED_VALUES </th><td class="description">Get-Printer-Supported-Values: Get supported values</td></tr>
+<tr><th>IPP_OP_GET_SUBSCRIPTIONS <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">Get-Subscriptions: Get list of subscriptions </td></tr>
+<tr><th>IPP_OP_GET_SUBSCRIPTION_ATTRIBUTES <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">Get-Subscription-Attributes: Get subscription information </td></tr>
+<tr><th>IPP_OP_GET_SYSTEM_ATTRIBUTES </th><td class="description">Get-System-Attributes: Get system object attributes.</td></tr>
+<tr><th>IPP_OP_GET_SYSTEM_SUPPORTED_VALUES </th><td class="description">Get-System-Supported-Values: Get supported values for system object attributes.</td></tr>
+<tr><th>IPP_OP_HOLD_JOB </th><td class="description">Hold-Job: Hold a job for printing</td></tr>
+<tr><th>IPP_OP_HOLD_NEW_JOBS </th><td class="description">Hold-New-Jobs: Hold new jobs</td></tr>
+<tr><th>IPP_OP_IDENTIFY_PRINTER </th><td class="description">Identify-Printer: Make the printer beep, flash, or display a message for identification</td></tr>
+<tr><th>IPP_OP_INSTALL_RESOURCE </th><td class="description">Install-Resource: Install a resource.</td></tr>
+<tr><th>IPP_OP_PAUSE_ALL_PRINTERS </th><td class="description">Pause-All-Printers: Stop all services immediately.</td></tr>
+<tr><th>IPP_OP_PAUSE_ALL_PRINTERS_AFTER_CURRENT_JOB </th><td class="description">Pause-All-Printers-After-Current-Job: Stop all services after processing the current jobs.</td></tr>
+<tr><th>IPP_OP_PAUSE_PRINTER </th><td class="description">Pause-Printer: Stop a printer</td></tr>
+<tr><th>IPP_OP_PAUSE_PRINTER_AFTER_CURRENT_JOB </th><td class="description">Pause-Printer-After-Current-Job: Stop printer after the current job</td></tr>
+<tr><th>IPP_OP_PRINT_JOB </th><td class="description">Print-Job: Print a single file</td></tr>
+<tr><th>IPP_OP_PROMOTE_JOB </th><td class="description">Promote-Job: Promote a job to print sooner</td></tr>
+<tr><th>IPP_OP_REGISTER_OUTPUT_DEVICE </th><td class="description">Register-Output-Device: Register a remote service.</td></tr>
+<tr><th>IPP_OP_RELEASE_HELD_NEW_JOBS </th><td class="description">Release-Held-New-Jobs: Release new jobs that were previously held</td></tr>
+<tr><th>IPP_OP_RELEASE_JOB </th><td class="description">Release-Job: Release a job for printing</td></tr>
+<tr><th>IPP_OP_RENEW_SUBSCRIPTION <span class="info">&#160;CUPS 1.2/macOS 10.5&#160;</span></th><td class="description">Renew-Subscription: Renew a printer subscription </td></tr>
+<tr><th>IPP_OP_RESTART_JOB <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">Restart-Job: Reprint a job </td></tr>
+<tr><th>IPP_OP_RESTART_SYSTEM </th><td class="description">Restart-System: Restart all services.</td></tr>
+<tr><th>IPP_OP_RESUME_ALL_PRINTERS </th><td class="description">Resume-All-Printers: Start job processing on all services.</td></tr>
+<tr><th>IPP_OP_RESUME_JOB </th><td class="description">Resume-Job: Resume the current job</td></tr>
+<tr><th>IPP_OP_RESUME_PRINTER </th><td class="description">Resume-Printer: Start a printer</td></tr>
+<tr><th>IPP_OP_SCHEDULE_JOB_AFTER </th><td class="description">Schedule-Job-After: Schedule a job to print after another</td></tr>
+<tr><th>IPP_OP_SEND_DOCUMENT </th><td class="description">Send-Document: Add a file to a job</td></tr>
+<tr><th>IPP_OP_SEND_RESOURCE_DATA </th><td class="description">Send-Resource-Data: Upload the data for a resource.</td></tr>
+<tr><th>IPP_OP_SET_JOB_ATTRIBUTES </th><td class="description">Set-Job-Attributes: Set job values</td></tr>
+<tr><th>IPP_OP_SET_PRINTER_ATTRIBUTES </th><td class="description">Set-Printer-Attributes: Set printer values</td></tr>
+<tr><th>IPP_OP_SET_RESOURCE_ATTRIBUTES </th><td class="description">Set-Resource-Attributes: Set resource object  attributes.</td></tr>
+<tr><th>IPP_OP_SET_SYSTEM_ATTRIBUTES </th><td class="description">Set-System-Attributes: Set system object attributes.</td></tr>
+<tr><th>IPP_OP_SHUTDOWN_ALL_PRINTERS </th><td class="description">Shutdown-All-Printers: Shutdown all services.</td></tr>
+<tr><th>IPP_OP_SHUTDOWN_ONE_PRINTER </th><td class="description">Shutdown-One-Printer: Shutdown a service.</td></tr>
+<tr><th>IPP_OP_STARTUP_ALL_PRINTERS </th><td class="description">Startup-All-Printers: Startup all services.</td></tr>
+<tr><th>IPP_OP_STARTUP_ONE_PRINTER </th><td class="description">Startup-One-Printer: Start a service.</td></tr>
+<tr><th>IPP_OP_SUSPEND_CURRENT_JOB </th><td class="description">Suspend-Current-Job: Suspend the current job</td></tr>
+<tr><th>IPP_OP_VALIDATE_JOB </th><td class="description">Validate-Job: Validate job values prior to submission</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="ipp_orient_e">ipp_orient_e</a></h3>
+<p class="description">Orientation values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>IPP_ORIENT_LANDSCAPE </th><td class="description">90 degrees counter-clockwise</td></tr>
+<tr><th>IPP_ORIENT_NONE </th><td class="description">No rotation</td></tr>
+<tr><th>IPP_ORIENT_PORTRAIT </th><td class="description">No rotation</td></tr>
+<tr><th>IPP_ORIENT_REVERSE_LANDSCAPE </th><td class="description">90 degrees clockwise</td></tr>
+<tr><th>IPP_ORIENT_REVERSE_PORTRAIT </th><td class="description">180 degrees</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="ipp_pstate_e">ipp_pstate_e</a></h3>
+<p class="description">Printer state values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>IPP_PSTATE_IDLE </th><td class="description">Printer is idle</td></tr>
+<tr><th>IPP_PSTATE_PROCESSING </th><td class="description">Printer is working</td></tr>
+<tr><th>IPP_PSTATE_STOPPED </th><td class="description">Printer is stopped</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="ipp_quality_e">ipp_quality_e</a></h3>
+<p class="description">Print quality values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>IPP_QUALITY_DRAFT </th><td class="description">Draft quality</td></tr>
+<tr><th>IPP_QUALITY_HIGH </th><td class="description">High quality</td></tr>
+<tr><th>IPP_QUALITY_NORMAL </th><td class="description">Normal quality</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="ipp_res_e">ipp_res_e</a></h3>
+<p class="description">Resolution units</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>IPP_RES_PER_CM </th><td class="description">Pixels per centimeter</td></tr>
+<tr><th>IPP_RES_PER_INCH </th><td class="description">Pixels per inch</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="ipp_rstate_e">ipp_rstate_e</a></h3>
+<p class="description">resource-state values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>IPP_RSTATE_ABORTED </th><td class="description">Resource has been aborted and is pending deletion.</td></tr>
+<tr><th>IPP_RSTATE_AVAILABLE </th><td class="description">Resource is available for installation.</td></tr>
+<tr><th>IPP_RSTATE_CANCELED </th><td class="description">Resource has been canceled and is pending deletion.</td></tr>
+<tr><th>IPP_RSTATE_INSTALLED </th><td class="description">Resource is installed.</td></tr>
+<tr><th>IPP_RSTATE_PENDING </th><td class="description">Resource is created but has no data yet.</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="ipp_sstate_e">ipp_sstate_e</a></h3>
+<p class="description">system-state values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>IPP_SSTATE_IDLE </th><td class="description">At least one printer is idle and none are processing a job.</td></tr>
+<tr><th>IPP_SSTATE_PROCESSING </th><td class="description">At least one printer is processing a job.</td></tr>
+<tr><th>IPP_SSTATE_STOPPED </th><td class="description">All printers are stopped.</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="ipp_state_e">ipp_state_e</a></h3>
+<p class="description">ipp_t state values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>IPP_STATE_ATTRIBUTE </th><td class="description">One or more attributes need to be sent/received</td></tr>
+<tr><th>IPP_STATE_DATA </th><td class="description">IPP request data needs to be sent/received</td></tr>
+<tr><th>IPP_STATE_ERROR </th><td class="description">An error occurred</td></tr>
+<tr><th>IPP_STATE_HEADER </th><td class="description">The request header needs to be sent/received</td></tr>
+<tr><th>IPP_STATE_IDLE </th><td class="description">Nothing is happening/request completed</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="ipp_status_e">ipp_status_e</a></h3>
+<p class="description">IPP status code values</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>IPP_STATUS_CUPS_INVALID </th><td class="description">Invalid status name for <a href="#ippErrorValue"><code>ippErrorValue</code></a></td></tr>
+<tr><th>IPP_STATUS_ERROR_ACCOUNT_AUTHORIZATION_FAILED </th><td class="description">client-error-account-authorization-failed</td></tr>
+<tr><th>IPP_STATUS_ERROR_ACCOUNT_CLOSED </th><td class="description">client-error-account-closed</td></tr>
+<tr><th>IPP_STATUS_ERROR_ACCOUNT_INFO_NEEDED </th><td class="description">client-error-account-info-needed</td></tr>
+<tr><th>IPP_STATUS_ERROR_ACCOUNT_LIMIT_REACHED </th><td class="description">client-error-account-limit-reached</td></tr>
+<tr><th>IPP_STATUS_ERROR_ATTRIBUTES_NOT_SETTABLE </th><td class="description">client-error-attributes-not-settable</td></tr>
+<tr><th>IPP_STATUS_ERROR_ATTRIBUTES_OR_VALUES </th><td class="description">client-error-attributes-or-values-not-supported</td></tr>
+<tr><th>IPP_STATUS_ERROR_BAD_REQUEST </th><td class="description">client-error-bad-request</td></tr>
+<tr><th>IPP_STATUS_ERROR_BUSY </th><td class="description">server-error-busy</td></tr>
+<tr><th>IPP_STATUS_ERROR_CHARSET </th><td class="description">client-error-charset-not-supported</td></tr>
+<tr><th>IPP_STATUS_ERROR_COMPRESSION_ERROR </th><td class="description">client-error-compression-error</td></tr>
+<tr><th>IPP_STATUS_ERROR_COMPRESSION_NOT_SUPPORTED </th><td class="description">client-error-compression-not-supported</td></tr>
+<tr><th>IPP_STATUS_ERROR_CONFLICTING </th><td class="description">client-error-conflicting-attributes</td></tr>
+<tr><th>IPP_STATUS_ERROR_CUPS_ACCOUNT_AUTHORIZATION_FAILED <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">cups-error-account-authorization-failed </td></tr>
+<tr><th>IPP_STATUS_ERROR_CUPS_ACCOUNT_CLOSED </th><td class="description">cups-error-account-closed @deprecate@</td></tr>
+<tr><th>IPP_STATUS_ERROR_CUPS_ACCOUNT_INFO_NEEDED <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">cups-error-account-info-needed </td></tr>
+<tr><th>IPP_STATUS_ERROR_CUPS_ACCOUNT_LIMIT_REACHED <span class="info">&#160;DEPRECATED&#160;</span></th><td class="description">cups-error-account-limit-reached </td></tr>
+<tr><th>IPP_STATUS_ERROR_CUPS_AUTHENTICATION_CANCELED <span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span></th><td class="description">cups-authentication-canceled - Authentication canceled by user </td></tr>
+<tr><th>IPP_STATUS_ERROR_CUPS_PKI <span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span></th><td class="description">cups-pki-error - Error negotiating a secure connection </td></tr>
+<tr><th>IPP_STATUS_ERROR_CUPS_UPGRADE_REQUIRED <span class="info">&#160;CUPS 1.5/macOS 10.7&#160;</span></th><td class="description">cups-upgrade-required - TLS upgrade required </td></tr>
+<tr><th>IPP_STATUS_ERROR_DEVICE </th><td class="description">server-error-device-error</td></tr>
+<tr><th>IPP_STATUS_ERROR_DOCUMENT_ACCESS </th><td class="description">client-error-document-access-error</td></tr>
+<tr><th>IPP_STATUS_ERROR_DOCUMENT_FORMAT_ERROR </th><td class="description">client-error-document-format-error</td></tr>
+<tr><th>IPP_STATUS_ERROR_DOCUMENT_FORMAT_NOT_SUPPORTED </th><td class="description">client-error-document-format-not-supported</td></tr>
+<tr><th>IPP_STATUS_ERROR_DOCUMENT_PASSWORD </th><td class="description">client-error-document-password-error</td></tr>
+<tr><th>IPP_STATUS_ERROR_DOCUMENT_PERMISSION </th><td class="description">client-error-document-permission-error</td></tr>
+<tr><th>IPP_STATUS_ERROR_DOCUMENT_SECURITY </th><td class="description">client-error-document-security-error</td></tr>
+<tr><th>IPP_STATUS_ERROR_DOCUMENT_UNPRINTABLE </th><td class="description">client-error-document-unprintable-error</td></tr>
+<tr><th>IPP_STATUS_ERROR_FORBIDDEN </th><td class="description">client-error-forbidden</td></tr>
+<tr><th>IPP_STATUS_ERROR_GONE </th><td class="description">client-error-gone</td></tr>
+<tr><th>IPP_STATUS_ERROR_IGNORED_ALL_SUBSCRIPTIONS </th><td class="description">client-error-ignored-all-subscriptions</td></tr>
+<tr><th>IPP_STATUS_ERROR_INTERNAL </th><td class="description">server-error-internal-error</td></tr>
+<tr><th>IPP_STATUS_ERROR_JOB_CANCELED </th><td class="description">server-error-job-canceled</td></tr>
+<tr><th>IPP_STATUS_ERROR_MULTIPLE_JOBS_NOT_SUPPORTED </th><td class="description">server-error-multiple-document-jobs-not-supported</td></tr>
+<tr><th>IPP_STATUS_ERROR_NOT_ACCEPTING_JOBS </th><td class="description">server-error-not-accepting-jobs</td></tr>
+<tr><th>IPP_STATUS_ERROR_NOT_AUTHENTICATED </th><td class="description">client-error-not-authenticated</td></tr>
+<tr><th>IPP_STATUS_ERROR_NOT_AUTHORIZED </th><td class="description">client-error-not-authorized</td></tr>
+<tr><th>IPP_STATUS_ERROR_NOT_FETCHABLE </th><td class="description">client-error-not-fetchable</td></tr>
+<tr><th>IPP_STATUS_ERROR_NOT_FOUND </th><td class="description">client-error-not-found</td></tr>
+<tr><th>IPP_STATUS_ERROR_NOT_POSSIBLE </th><td class="description">client-error-not-possible</td></tr>
+<tr><th>IPP_STATUS_ERROR_OPERATION_NOT_SUPPORTED </th><td class="description">server-error-operation-not-supported</td></tr>
+<tr><th>IPP_STATUS_ERROR_PRINTER_IS_DEACTIVATED </th><td class="description">server-error-printer-is-deactivated</td></tr>
+<tr><th>IPP_STATUS_ERROR_REQUEST_ENTITY </th><td class="description">client-error-request-entity-too-large</td></tr>
+<tr><th>IPP_STATUS_ERROR_REQUEST_VALUE </th><td class="description">client-error-request-value-too-long</td></tr>
+<tr><th>IPP_STATUS_ERROR_SERVICE_UNAVAILABLE </th><td class="description">server-error-service-unavailable</td></tr>
+<tr><th>IPP_STATUS_ERROR_TEMPORARY </th><td class="description">server-error-temporary-error</td></tr>
+<tr><th>IPP_STATUS_ERROR_TIMEOUT </th><td class="description">client-error-timeout</td></tr>
+<tr><th>IPP_STATUS_ERROR_TOO_MANY_DOCUMENTS </th><td class="description">server-error-too-many-documents</td></tr>
+<tr><th>IPP_STATUS_ERROR_TOO_MANY_JOBS </th><td class="description">server-error-too-many-jobs</td></tr>
+<tr><th>IPP_STATUS_ERROR_TOO_MANY_SUBSCRIPTIONS </th><td class="description">client-error-too-many-subscriptions</td></tr>
+<tr><th>IPP_STATUS_ERROR_URI_SCHEME </th><td class="description">client-error-uri-scheme-not-supported</td></tr>
+<tr><th>IPP_STATUS_ERROR_VERSION_NOT_SUPPORTED </th><td class="description">server-error-version-not-supported</td></tr>
+<tr><th>IPP_STATUS_OK </th><td class="description">successful-ok</td></tr>
+<tr><th>IPP_STATUS_OK_CONFLICTING </th><td class="description">successful-ok-conflicting-attributes</td></tr>
+<tr><th>IPP_STATUS_OK_EVENTS_COMPLETE </th><td class="description">successful-ok-events-complete</td></tr>
+<tr><th>IPP_STATUS_OK_IGNORED_OR_SUBSTITUTED </th><td class="description">successful-ok-ignored-or-substituted-attributes</td></tr>
+<tr><th>IPP_STATUS_OK_IGNORED_SUBSCRIPTIONS </th><td class="description">successful-ok-ignored-subscriptions</td></tr>
+<tr><th>IPP_STATUS_OK_TOO_MANY_EVENTS </th><td class="description">successful-ok-too-many-events</td></tr>
+</tbody></table>
+<h3 class="enumeration"><a id="ipp_tag_e">ipp_tag_e</a></h3>
+<p class="description">Value and group tag values for attributes</p>
+<h4 class="constants">Constants</h4>
+<table class="list"><tbody>
+<tr><th>IPP_TAG_ADMINDEFINE </th><td class="description">Admin-defined value</td></tr>
+<tr><th>IPP_TAG_BOOLEAN </th><td class="description">Boolean value</td></tr>
+<tr><th>IPP_TAG_CHARSET </th><td class="description">Character set value</td></tr>
+<tr><th>IPP_TAG_CUPS_INVALID </th><td class="description">Invalid tag name for <a href="#ippTagValue"><code>ippTagValue</code></a></td></tr>
+<tr><th>IPP_TAG_DATE </th><td class="description">Date/time value</td></tr>
+<tr><th>IPP_TAG_DEFAULT </th><td class="description">Default value</td></tr>
+<tr><th>IPP_TAG_DELETEATTR </th><td class="description">Delete-attribute value</td></tr>
+<tr><th>IPP_TAG_DOCUMENT </th><td class="description">Document group</td></tr>
+<tr><th>IPP_TAG_END </th><td class="description">End-of-attributes</td></tr>
+<tr><th>IPP_TAG_ENUM </th><td class="description">Enumeration value</td></tr>
+<tr><th>IPP_TAG_EVENT_NOTIFICATION </th><td class="description">Event group</td></tr>
+<tr><th>IPP_TAG_INTEGER </th><td class="description">Integer value</td></tr>
+<tr><th>IPP_TAG_JOB </th><td class="description">Job group</td></tr>
+<tr><th>IPP_TAG_KEYWORD </th><td class="description">Keyword value</td></tr>
+<tr><th>IPP_TAG_LANGUAGE </th><td class="description">Language value</td></tr>
+<tr><th>IPP_TAG_MIMETYPE </th><td class="description">MIME media type value</td></tr>
+<tr><th>IPP_TAG_NAME </th><td class="description">Name value</td></tr>
+<tr><th>IPP_TAG_NAMELANG </th><td class="description">Name-with-language value</td></tr>
+<tr><th>IPP_TAG_NOTSETTABLE </th><td class="description">Not-settable value</td></tr>
+<tr><th>IPP_TAG_NOVALUE </th><td class="description">No-value value</td></tr>
+<tr><th>IPP_TAG_OPERATION </th><td class="description">Operation group</td></tr>
+<tr><th>IPP_TAG_PRINTER </th><td class="description">Printer group</td></tr>
+<tr><th>IPP_TAG_RANGE </th><td class="description">Range value</td></tr>
+<tr><th>IPP_TAG_RESOLUTION </th><td class="description">Resolution value</td></tr>
+<tr><th>IPP_TAG_RESOURCE </th><td class="description">Resource group</td></tr>
+<tr><th>IPP_TAG_STRING </th><td class="description">Octet string value</td></tr>
+<tr><th>IPP_TAG_SUBSCRIPTION </th><td class="description">Subscription group</td></tr>
+<tr><th>IPP_TAG_SYSTEM </th><td class="description">System group</td></tr>
+<tr><th>IPP_TAG_TEXT </th><td class="description">Text value</td></tr>
+<tr><th>IPP_TAG_TEXTLANG </th><td class="description">Text-with-language value</td></tr>
+<tr><th>IPP_TAG_UNKNOWN </th><td class="description">Unknown value</td></tr>
+<tr><th>IPP_TAG_UNSUPPORTED_GROUP </th><td class="description">Unsupported attributes group</td></tr>
+<tr><th>IPP_TAG_UNSUPPORTED_VALUE </th><td class="description">Unsupported value</td></tr>
+<tr><th>IPP_TAG_URI </th><td class="description">URI value</td></tr>
+<tr><th>IPP_TAG_URISCHEME </th><td class="description">URI scheme value</td></tr>
+<tr><th>IPP_TAG_ZERO </th><td class="description">Zero tag - used for separators</td></tr>
+</tbody></table>
+</div>
+</body>
 </html>
index 953a26789a5ff9f0c8d16ab8f62b52b05529ff3e..ac17a48d0168a0ef306cca6d8a6dda149532a576 100644 (file)
@@ -196,7 +196,7 @@ Printers that do not support IPP can be supported using applications such as
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index c02f6f1efec89b3e81487869468cfd7699b48392..63a1dbe186bb78049d7de6054b10480a843d0842 100644 (file)
@@ -83,7 +83,7 @@ Administrators wishing to prevent unauthorized cancellation of jobs via the <i>-
 <b>lpstat</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index f30ec909e90e2705b338e098a2be20b8cba18a4f..44ca1a3cc4d0d07e36843135ae96e1db061a750a 100644 (file)
@@ -26,7 +26,7 @@ The name, location, and format of this file are an implementation detail that wi
 <b>subscriptions.conf</b>(5),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 032cd333d887e2dca54750a1215670f93f5e1ae6..f07f4d6566f5b07356b18549159820ffae4c58af 100644 (file)
@@ -102,7 +102,7 @@ On Linux and other systems using GNU TLS, the <i>/etc/cups/ssl/site.crl</i> file
 <b>default</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index e8d025f736d403b9adfab08323fb831d30c84832..563a7e7c5538dd546a0f4d73a319e5c9bb6b3c2e 100644 (file)
@@ -97,7 +97,7 @@ The following options are deprecated but continue to work for backwards compatib
 <b>cups</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index a429e0283fb7d5fba70eb84012fcce9eb44c5b32..81e128e5ba79123f7a22148d8ce1617c7e1866bd 100644 (file)
@@ -214,7 +214,7 @@ CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help<
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
 Copyright &copy; 2020 by Michael R Sweet
 <br>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 7a725bec1ac430f0c678e9882581c76ee0a3f5d9..59cdb39e4ebb7418753b7988de29c537790d6c4b 100644 (file)
@@ -108,7 +108,7 @@ CUPS Online Help (<a href="http://localhost:631/help)">http://localhost:631/help
 RFC 2569
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
 Copyright &copy; 2020 by Michael R Sweet
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index d61d8340fd70887262adf9fa6f9552c94db6a8f4..000772739547f5e00a60850d63620fb0e89a5d17 100644 (file)
@@ -54,7 +54,7 @@ Printers that do not support IPP can be supported using applications such as
 <b>cups-snmp</b>(8),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index c7c17f7f4fec732c53c12998e6e1c0997638c21a..6cbd4d1f7581d6c34032a7030567b5bab3014b5d 100644 (file)
@@ -51,7 +51,7 @@ The CUPS SNMP backend uses the information from the Host, Printer, and Port Moni
 <b>lpinfo</b>(8),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 782a5f1bbbe5b1f067768282c113c96f303639d0..90ee86d253189b10f2b60f330e3c3922b5b2b6a6 100644 (file)
@@ -43,8 +43,8 @@ commands to add printers to
 Additionally, your operating system may include graphical user interfaces or automatically create printer queues when you connect a printer to your computer.
 <h3><a name="HOW_DO_I_GET_HELP_">How Do I Get Help?</a></h3>
 The
-<b>CUPS</b>
-web site (<a href="http://www.CUPS.org">http://www.CUPS.org</a>) provides access to the
+<b>OpenPrinting</b><b>CUPS</b>
+web site (<a href="https://openprinting.github.io/cups">https://openprinting.github.io/cups</a>) provides access to the
 <i>cups</i>
 and
 <i>cups-devel</i>
@@ -114,10 +114,10 @@ Printers that do not support IPP can be supported using applications such as
 <b>lpq</b>(1),
 <b>lpstat</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help)">http://localhost:631/help)</a>,
-CUPS Web Site (<a href="http://www.CUPS.org)">http://www.CUPS.org)</a>,
+OpenPrinting CUPS Web Site (<a href="https://openprinting.github.io/cups)">https://openprinting.github.io/cups)</a>,
 PWG Internet Printing Protocol Workgroup (<a href="http://www.pwg.org/ipp">http://www.pwg.org/ipp</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index a8925685dac8357c38f690adabd69fd6f3e32371..b0237c78705331ac543839bbd0347dfab1a69282 100644 (file)
@@ -78,7 +78,7 @@ Also, printer and class names are <i>not</i> case-sensitive.
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index c52125fc7f67526df9e6f12744ae90b2498d7bbe..88c7f60c0e764232c76552d1e1fa895aa4f262e5 100644 (file)
@@ -88,7 +88,7 @@ You cannot set the Listen or Port directives using <b>cupsctl</b>.
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index e701445d66ff7fd544b05c500ef03979257b64fd..242d112f9a0fbaaaa79773bee5c33e4a272da79f 100644 (file)
@@ -82,7 +82,7 @@ Printers that do not support IPP can be supported using applications such as
 <b>ppdcfile</b>(5),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 11aac7a76d8a3d51e732727e8905a897b8a538fb..2532cd7d17c4ab8d90ee0684250c501a7e2abffe 100644 (file)
@@ -178,7 +178,7 @@ The format of this field is identical to the data-time field in the <i>access_lo
 <b>cups-files.conf</b>(5),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 453e3006c97bb6aa0bc575dfbbe2190665cb6df7..24936ba83d8cc5d5bb72c3277405cca292901fe6 100644 (file)
@@ -627,7 +627,7 @@ CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help<
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
 Copyright &copy; 2020 by Michael R Sweet
 <br>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 5892071037f9df799040ff20eaa2878a3657f4c5..cd09bc07051062ec64e9d776edc6bf7587eeec85 100644 (file)
@@ -117,7 +117,7 @@ in the foreground with a test configuration file called
 <b>systemd</b>(8),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 04279a5fc6aa09bbc361eb87e00164e99c5ff162..b3962efbbf5854499c42dd97d452f212a2c1b7bb 100644 (file)
@@ -86,7 +86,7 @@ This differs from the System V versions which require the root user to execute t
 <b>lpstat</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index bce2134db18e77ca53708fa59eb725a70cdb744a..741d44ab728b70b433eb4f526eeb72bf8727695f 100644 (file)
@@ -123,7 +123,7 @@ The following command will generate a PDF preview of job 42 for a printer named
 <b>mime.types</b>(7),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 99701c954df1a526e6e753a5fedd7780fafb1323..c31b617a4136335b3a19a9a529c94934e00da61b 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <h1 class="title">cupstestppd(1)</h1>
 <h2 class="title"><a name="NAME">Name</a></h2>
-cupstestppd - test conformance of ppd files
+cupstestppd - test conformance of ppd files (deprecated)
 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
 <b>cupstestppd</b>
 [
@@ -125,7 +125,7 @@ Printers that do not support IPP can be supported using applications such as
 CUPS Online Help (<a href="http://localhost:631/help)">http://localhost:631/help)</a>,
 Adobe PostScript Printer Description File Format Specification, Version 4.3.
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 65d896b57c02d3fa3ee8d71312d0c5789c8d98a5..fede9c8c6504cf107675f09d3c209d8fec2bee65 100644 (file)
@@ -183,7 +183,7 @@ program to use the appropriate filters to do the conversions you need.
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 529f6da804a93df081e6a895c5c496e0b91ce92a..e2e5451b1bb0b3803026a3a6f42692830e03dfe2 100644 (file)
@@ -43,7 +43,7 @@ program.
 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
 <b>ippeveprinter</b>(8)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index bcd91ae48036b423cfa0556445f50f8b68b9071c..6f9ddcf8ab1c171d88b887a1b174559f4005ceb5 100644 (file)
@@ -237,7 +237,7 @@ command whenever a job is sent to the server:
 <b>ippeveps</b>(7),
 PWG Internet Printing Protocol Workgroup (<a href="http://www.pwg.org/ipp">http://www.pwg.org/ipp</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 7c8529b94d84b745bad22fed87056a988f161fbf..230cb9ce17751e0a3ce99ce189fd0b0b1ea24cd5 100644 (file)
@@ -201,7 +201,7 @@ Similarly, to send a PostScript test page to every PostScript printer, run:
 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
 <b>ipptool</b>(1)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2013-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 5f9b86212b744c6809cbc89966191d8f5c63a67c..8531fff9802a08259ef968b53822b332587df0a4 100644 (file)
@@ -225,7 +225,7 @@ IANA IPP Registry (<a href="http://www.iana.org/assignments/ipp\-registrations)"
 PWG Internet Printing Protocol Workgroup (<a href="http://www.pwg.org/ipp">http://www.pwg.org/ipp</a>)
 RFC 8011 (<a href="http://tools.ietf.org/html/rfc8011)">http://tools.ietf.org/html/rfc8011)</a>,
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index e0f6727d783527285b7ea989b936b2f5bea1376f..f6dee14413251def455477faf6d753c6342b6f89 100644 (file)
@@ -536,7 +536,7 @@ IANA IPP Registry (<a href="http://www.iana.org/assignments/ipp-registrations)">
 PWG Internet Printing Protocol Workgroup (<a href="http://www.pwg.org/ipp)">http://www.pwg.org/ipp)</a>,
 RFC 8011 (<a href="http://tools.ietf.org/html/rfc8011">http://tools.ietf.org/html/rfc8011</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index ba221270fac206aec77d5a885f8be720a53667bf..6165a63d07e8345bfc254fc70ff2bd15998b5509 100644 (file)
@@ -197,7 +197,7 @@ Print a presentation document 2-up to a printer called "bar":
 <b>lpstat</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 755bf2fd9313c2252e188289ca2e82dcc6fbbcde..1ad3b60cbd602244e5d01ab49e63128b12a406a7 100644 (file)
@@ -192,7 +192,7 @@ Create an IPP Everywhere print queue:
 <b>lpoptions</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index f94d9258e9647369ade6d5a982c9e8d94c581d22..e2aef0c3a9326f34f5d344feb6ee4b50f89b8334 100644 (file)
@@ -49,7 +49,7 @@ command or another CUPS-compatible client with that functionality.
 <b>lpstat</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 1089ec59b431e64e63a726533e927bb5de8f903e..ca3267057737e40f726011134158e178687a7bc4 100644 (file)
@@ -113,7 +113,7 @@ Printers that do not support IPP can be supported using applications such as
 <b>lpadmin</b>(8),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 74ad0ff2d445a8c1741b714622dfe1f1708b87d2..cb50dc1dc6fdb3c72fdb2fe12f0164fdfe930495 100644 (file)
@@ -69,7 +69,7 @@ Move all jobs from "oldprinter" to "newprinter":
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 38ebeeb67a1663c051ba4dd9c544b7440730105c..21211f4b26335c5212e1e8e22b1a2c513cd9ef17 100644 (file)
@@ -105,7 +105,7 @@ The <b>lpoptions</b> command is unique to CUPS.
 <b>lprm</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 064e882341328b7c8c4f2a2afd7a1812504548e6..c6bc8d6a58481c2eb4cd8a8b3bc0095e00cc2f99 100644 (file)
@@ -55,7 +55,7 @@ Jobs queued on the default destination will be shown if no printer or class is s
 <b>lpstat</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index c945ea9c82ab79cb577cba257a7dabc7bd795c59..d2e4251f1bb2b1696867ce6e3bdedb504600f888 100644 (file)
@@ -154,7 +154,7 @@ Print a presentation document 2-up to a printer called "foo":
 <b>lpstat</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index f370b7fef345f3e82ce41ecd8cd0d3e75d1596af..a05617bc47e0acf3d71694b11d68a85089800742 100644 (file)
@@ -76,7 +76,7 @@ Cancel all jobs:
 <b>lpstat</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 0fcd20c6de64e35209504ba6775a06918a6cdac2..1f4e5633095dc48773141a69e1a4ea23bcaa9155 100644 (file)
@@ -127,7 +127,7 @@ Also, printer and class names are <i>not</i> case-sensitive.
 <b>lprm</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 8f5b87cbbc43a7652381f87d952bba95ab6f3e18..5bde313ced3faa45bd465909d87abb915b35df35 100644 (file)
@@ -36,7 +36,7 @@ If multiple lines are present, only the last one is used.
 <b>cupsd</b>(8),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index e4d8813c8e160a30f012d1284023cb7f25a7a37b..614eb71ad235902f74ce74f3fb1946a40b00510c 100644 (file)
@@ -53,7 +53,7 @@ Printers that do not support IPP can be supported using applications such as
 <b>mime.types</b>(5),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index cc4393ef81ff97603a07c818f364ff57491c3b7d..f9c7eb132190915fb4a8bc7932bd1823379f8ef6 100644 (file)
@@ -91,7 +91,7 @@ Define two MIME media types for raster data, with one being a subset with higher
 <b>mime.convs</b>(5),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index d8d96d36ca7d6e3dc58293bcf3b60eb690832403..5a1a3641e792c90bf5524adba663ccb51b5da9aa 100644 (file)
@@ -31,7 +31,7 @@ Notifiers inherit the environment and can use the logging mechanism documented i
 <b>filter</b>(7),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index f6a233d1853c27af1bef5dfb2a1e9997f836ecda..715a55876ad535257f022f9d77cd7888e86f184c 100644 (file)
@@ -89,7 +89,7 @@ Printers that do not support IPP can be supported using applications such as
 <b>ppdcfile</b>(5),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index a81f06a8d14ff338acf53a8f32a94352b06bdab4..8f92c0a6d83593056ed3090c785e79fff5ab729c 100644 (file)
@@ -93,7 +93,7 @@ Printers that do not support IPP can be supported using applications such as
 <b>ppdpo</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index d19621a00b5d8c9b78ac676d2d0969235f402ea0..499ddb31e6954d28569912e23c907b9fe43fb414 100644 (file)
@@ -43,7 +43,7 @@ Printers that do not support IPP can be supported using applications such as
 <b>ppdpo</b>(1),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 192b02b8cad77b578fbc1f2dbbeeaaecbf4343e9..46033506f31a5f9f41ade500a816b5428f11128c 100644 (file)
@@ -50,7 +50,7 @@ Printers that do not support IPP can be supported using applications such as
 <b>ppdcfile</b>(5),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 458fac1f538bde83d944c001c29fde9f117bde0c..2b39cb88b2fa5ea6c51187b1daa8366432a7e287 100644 (file)
@@ -46,7 +46,7 @@ Merging of different device PPDs will yield unpredictable results.
 <b>ppdcfile</b>(5),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 61c727ad6069574f1565a5d3558b8cf7077c7c94..92602a9364e611e1519018f980d41d3fbfbb10b2 100644 (file)
@@ -49,7 +49,7 @@ Printers that do not support IPP can be supported using applications such as
 <b>ppdcfile(5),</b>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 4a3123ea56b834917ed88383315a4ff09bd710b2..f2b96d71028034250507cde25c1211d996c75ca8 100644 (file)
@@ -25,7 +25,7 @@ The name, location, and format of this file are an implementation detail that wi
 <b>subscriptions.conf</b>(5),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 325f2cd28ec60332a1adbbcc06866fb6e91cc325..2caeab1200f89e27e5ac8dadd272ab78ee2349cd 100644 (file)
@@ -27,7 +27,7 @@ The name, location, and format of this file are an implementation detail that wi
 <b>printers.conf</b>(5),
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright &copy; 2007-2019 by Apple Inc.
+Copyright &copy; 2021 by OpenPrinting.
 
 </body>
 </html>
index 73d07b8f46c9ccba638da9d14a78ea2ea5c47d33..86be752204b29bda7368d34248c23807e90527ec 100644 (file)
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
+<html>
 <!-- SECTION: Specifications -->
-<HEAD>
-       <TITLE>CUPS Design Description</TITLE>
-       <LINK REL="STYLESHEET" TYPE="text/css" HREF="../cups-printable.css">
-</HEAD>
-<BODY>
+<head>
+       <title>CUPS Design Description</title>
+       <link rel="STYLESHEET" type="text/css" href="../cups-printable.css">
+</head>
+<body>
 
-<H1 CLASS="title">CUPS Design Description</H1>
+<h1 class="title">CUPS Design Description</h1>
 
-<P>This design description documents the overall organization of CUPS. The purpose is not to provide a line-by-line description of the CUPS source code, but rather to describe the overall architecture and location of key pieces so that developers can more easily understand the underlying operation of CUPS.</P>
+<p>This design description documents the overall organization of CUPS. The purpose is not to provide a line-by-line description of the CUPS source code, but rather to describe the overall architecture and location of key pieces so that developers can more easily understand the underlying operation of CUPS.</p>
 
-<H2 CLASS="title"><A NAME="INTRO">Introduction</A></H2>
+<h2 class="title" id="INTRO">Introduction</h2>
 
-<P>Like most printing systems, CUPS is designed around a central print scheduling process that dispatches print jobs, processes administrative commands, provides printer status information to local and remote programs, and informs users as needed. <A HREF="#FIGURE1">Figure 1</A> shows the basic organization of CUPS.</P>
+<p>Like most printing systems, CUPS is designed around a central print scheduling process that dispatches print jobs, processes administrative commands, provides printer status information to local and remote programs, and informs users as needed. <a href="#FIGURE1">Figure 1</a> shows the basic organization of CUPS.</p>
 
-<H3>Scheduler</H3>
+<h3>Scheduler</h3>
 
-<P>The scheduler is a HTTP/1.1 and IPP/2.1 server application that manages HTTP and IPP requests, printers, classes, jobs, subscriptions, and notifications on the system. HTTP is used for normal web browser services as well as IPP operation messages passed via HTTP POST requests with the <CODE>application/ipp</CODE> content type. The scheduler uses a series of helper applications based on the Common Gateway Interface ("CGI") to provide dynamic web interfaces and can be configured to run additional site-specific programs or scripts for the web interface.</P>
+<p>The scheduler is a HTTP/1.1 and IPP/2.1 server application that manages HTTP and IPP requests, printers, classes, jobs, subscriptions, and notifications on the system. HTTP is used for normal web browser services as well as IPP operation messages passed via HTTP POST requests with the <CODE>application/ipp</CODE> content type. The scheduler uses a series of helper applications based on the Common Gateway Interface ("CGI") to provide dynamic web interfaces and can be configured to run additional site-specific programs or scripts for the web interface.</p>
 
-<P>The scheduler is designed as a traditional single-threaded server process which runs external processes to do longer-term operations such as printing, notification, device/driver enumeration, and remote printer monitoring. External processes are normally run as a non-privileged account ("lp") and, on some platforms, with additional restrictions that limit what the processes are allowed to do.</P>
+<p>The scheduler is designed as a traditional single-threaded server process which runs external processes to do longer-term operations such as printing, notification, device/driver enumeration, and remote printer monitoring. External processes are normally run as a non-privileged account ("lp") and, on some platforms, with additional restrictions that limit what the processes are allowed to do.</p>
 
-<P>The maximum number of simultaneous clients and print jobs that can be supported is primarily limited by the available server memory, file descriptors, and CPU - the scheduler itself imposes no hard limits.</P>
+<p>The maximum number of simultaneous clients and print jobs that can be supported is primarily limited by the available server memory, file descriptors, and CPU - the scheduler itself imposes no hard limits.</p>
 
-<DIV CLASS="figure"><TABLE SUMMARY="CUPS Block Diagram">
-<CAPTION>Figure 1: <A NAME="FIGURE1">CUPS Block Diagram</A></CAPTION>
-<TR><TD ALIGN="CENTER"><IMG SRC="../images/cups-block-diagram.png"
-WIDTH="768" HEIGHT="768" ALT="CUPS Block Diagram"></TD></TR>
-</TABLE></DIV>
+<div class="figure"><table summary="CUPS Block Diagram">
+<caption>Figure 1: <a name="FIGURE1">CUPS Block Diagram</a></caption>
+<tr><td align="center"><img src="../images/cups-block-diagram.png"
+width="768" height="768" alt="CUPS Block Diagram"></td></tr>
+</table></div>
 
-<H4>Config Files</H4>
+<h4>Config Files</h4>
 
-<P>The scheduler uses several configuration files to store the server settings (<A HREF="man-cupsd.conf.html">cupsd.conf</A>), available classes (<A HREF="man-classes.conf.html">classes.conf</A>), available printers (<A HREF="man-printers.conf.html">printers.conf</A>), current notification subscriptions (<A HREF="man-subscriptions.conf.html">subscriptions.conf</A>), and supported file types and filters (<A HREF="man-mime.types.html">mime.types</A>, <A HREF="man-mime.convs.html">mime.convs</A>). In addition, PostScript Printer Description ("PPD") files are associated with each printer, and the scheduler has cache files for remote printers, PPD files, and current jobs to optimize the scheduler's startup speed and availability.</P>
+<p>The scheduler uses several configuration files to store the server settings (<a href="man-cupsd.conf.html">cupsd.conf</a>), available classes (<a href="man-classes.conf.html">classes.conf</a>), available printers (<a href="man-printers.conf.html">printers.conf</a>), current notification subscriptions (<a href="man-subscriptions.conf.html">subscriptions.conf</a>), and supported file types and filters (<a href="man-mime.types.html">mime.types</a>, <a href="man-mime.convs.html">mime.convs</a>). In addition, PostScript Printer Description ("PPD") files are associated with each printer, and the scheduler has cache files for remote printers, PPD files, and current jobs to optimize the scheduler's startup speed and availability.</p>
 
-<H4>Job Files</H4>
+<h4>Job Files</h4>
 
-<P>The scheduler stores job files in a <EM>spool directory</EM>, typically <VAR>/var/spool/cups</VAR>. Two types of files will be found in the spool directory: <EM>control files</EM> starting with the letter "c" ("c00001", "c99999", "c100000", etc.) and <EM>data files</EM> starting with the letter "d" ("d00001-001", "d99999-001", "d100000-001", etc.) Control files are IPP messages based on the original IPP Print-Job or Create-Job messages, while data files are the original print files that were submitted for printing. There is one control file for every job known to the system and 0 or more data files for each job.
+<p>The scheduler stores job files in a <em>spool directory</em>, typically <var>/var/spool/cups</var>. Two types of files will be found in the spool directory: <em>control files</em> starting with the letter "c" ("c00001", "c99999", "c100000", etc.) and <em>data files</em> starting with the letter "d" ("d00001-001", "d99999-001", "d100000-001", etc.) Control files are IPP messages based on the original IPP Print-Job or Create-Job messages, while data files are the original print files that were submitted for printing. There is one control file for every job known to the system and 0 or more data files for each job.
 
-<p>Control files are normally cleaned out after the 500th job is submitted, while data files are removed immediately after a job has successfully printed. Both behaviors can be configured.</P>
+<p>Control files are normally cleaned out after the 500th job is submitted, while data files are removed immediately after a job has successfully printed. Both behaviors can be configured.</p>
 
-<H4>Log Files</H4>
+<h4>Log Files</h4>
 
-<P>The scheduler keeps three kinds of log files which are normally stored in the <VAR>/var/log/cups</VAR> directory. The <A HREF="man-cupsd-logs.html">access_log</A> file lists every HTTP and IPP request that is processed by the scheduler. The <A HREF="man-cupsd-logs.html">error_log</A> file contains messages from the scheduler and its helper applications that can be used
-to track down problems. The <A HREF="man-cupsd-logs.html">page_log</A> file lists every page that is printed, allowing for simple print accounting.</P>
+<p>The scheduler keeps three kinds of log files which are normally stored in the <var>/var/log/cups</var> directory. The <a href="man-cupsd-logs.html">access_log</a> file lists every HTTP and IPP request that is processed by the scheduler. The <a href="man-cupsd-logs.html">error_log</a> file contains messages from the scheduler and its helper applications that can be used
+to track down problems. The <a href="man-cupsd-logs.html">page_log</a> file lists every page that is printed, allowing for simple print accounting.</p>
 
-<P>Log files are rotated automatically by the scheduler when they reach the configured size limit, by default 1MB. If the limit is set to 0 then no rotation is performed in the scheduler - this mode is often used by Linux distributions so they can use the <B>logrotated(8)</B> program to rotate them instead.</P>
+<p>Log files are rotated automatically by the scheduler when they reach the configured size limit, by default 1MB. If the limit is set to 0 then no rotation is performed in the scheduler - this mode is often used by Linux distributions so they can use the <b>logrotated(8)</b> program to rotate them instead.</p>
 
-<H3>Berkeley Commands</H3>
+<h3>Berkeley Commands</h3>
 
-<P>CUPS provides the Berkeley <A HREF="man-lpc.html">lpc(8)</A>, <A HREF="man-lpq.html">lpq(1)</A>, <A HREF="man-lpr.html">lpr(1)</A>, and <A HREF="man-lprm.html">lprm(1)</A> commands. In general, they function identically to the original Berkeley commands with the following exceptions:</P>
+<p>CUPS provides the Berkeley <a href="man-lpc.html">lpc(8)</a>, <a href="man-lpq.html">lpq(1)</a>, <a href="man-lpr.html">lpr(1)</a>, and <a href="man-lprm.html">lprm(1)</a> commands. In general, they function identically to the original Berkeley commands with the following exceptions:</p>
 
-<OL>
+<ol>
+  <li>The <b>lpc</b> command currently only supports the "status" sub-command.</li>
+  <li>The <b>lpr</b> command does not support the format modifier options "1" (TROFF font set 1), "2" (TROFF font set 2), "3" (TROFF font set 3), "4" (TROFF font set 4), "c" (CIFPLOT), "d" (DVI), "f" (FORTRAN), "g" (GNU plot), "i" (indentation), "n" (Ditroff), "r" (Sun raster), "t" (Troff), or "w" (width), as they do not map to the IPP MIME media type based document formats.</li>
+</ol>
 
-       <LI>The <B>lpc</B> command currently only supports the "status" sub-command.</LI>
+<h3>System V Commands</h3>
 
-       <LI>The <B>lpr</B> command does not support the format modifier options "1" (TROFF font set 1), "2" (TROFF font set 2), "3" (TROFF font set 3), "4" (TROFF font set 4), "c" (CIFPLOT), "d" (DVI), "f" (FORTRAN), "g" (GNU plot), "i" (indentation), "n" (Ditroff), "r" (Sun raster), "t" (Troff), or "w" (width), as they do not map to the IPP MIME media type based document formats.</LI>
+<p>CUPS provides the System V <a href="man-cancel.html">cancel(1)</a>, <a href="man-lp.html">lp(1)</a>, <a href="man-lpadmin.html">lpadmin(8)</a>, <a href="man-lpmove.html">lpmove(8)</a>, and <a href="man-lpstat.html">lpstat(1)</a> commands. In general, they function identically to the original System V commands with the following exceptions:</p>
 
-</OL>
+<ol>
+  <li>All commands may ask for a password; the System V print spooler requires root access to perform administration tasks, while CUPS allows for more flexible configurations.</li>
+  <li>The <b>lpadmin</b> command does not implement the Solaris "-A" (alert), "-F" (fault recovery), "-M" (mount  form/wheel), "-P" (paper list), "-S" (print wheels), "-T" (type list), "-U" (dialer info), "-W" (wait), "-f" (form name), "-l" (content-type list), "-s" (remote printer), or "-t" (number of trays) options.</li>
+</ol>
 
-<H3>System V Commands</H3>
+<h3>CUPS Commands</h3>
 
-<P>CUPS provides the System V <A HREF="man-cancel.html">cancel(1)</A>, <A HREF="man-lp.html">lp(1)</A>, <A HREF="man-lpadmin.html">lpadmin(8)</A>, <A HREF="man-lpmove.html">lpmove(8)</A>, and <A HREF="man-lpstat.html">lpstat(1)</A> commands. In general, they function identically to the original System V commands with the following exceptions:</P>
+<p>CUPS provides the <a href="man-cupsaccept.html">cupsaccept(8)</a>, <a href="man-cupsenable.html">cupsdisable(8)</a>, <a href="man-cupsenable.html">cupsenable(8)</a>, <a href="man-cupsaccept.html">cupsreject(8)</a>, <a href="man-cupstestppd.html">cupstestppd(1)</a>, and <a href="man-lpinfo.html">lpinfo(8)</a> commands. The <b>cupsaccept</b>, <b>cupsdisable</b>, <b>cupsenable</b>, and <b>cupsreject</b> commands correspond to the System V <b>accept</b>, <b>disable</b>, <b>enable</b>, and <b>reject</b> commands but have been renamed to avoid confusion and conflicts with the <b>bash(1)</b> internal <b>enable</b> command of the same name.</p>
 
-<OL>
+<h3>LPD Support</h3>
 
-       <LI>All commands may ask for a password; the System V print spooler requires root access to perform administration tasks, while CUPS allows for more flexible configurations.</LI>
+<p>LPD client support is provided via the <a href="man-cups-lpd.html">cups-lpd(8)</a> program. Incoming LPD requests are accepted on TCP port 515 by the local <b>inetd(8)</b>, <b>launchd(8)</b>, or <b>xinetd(8)</b> process and forwarded to the <b>cups-lpd</b> program for conversion to the corresponding IPP request(s).</p>
 
-       <LI>The <B>lpadmin</B> command does not implement the Solaris "-A" (alert), "-F" (fault recovery), "-M" (mount  form/wheel), "-P" (paper list), "-S" (print wheels), "-T" (type list), "-U" (dialer info), "-W" (wait), "-f" (form name), "-l" (content-type list), "-s" (remote printer), or "-t" (number of trays) options.</LI>
+<p>The <b>cups-lpd</b> program conforms, for the most part, to RFC 1179: Line Printer Daemon Protocol, but does not enforce the privileged source port restriction specified in that document. In addition, the banner page and output format options are usually overridden via command-line options to the <b>cups-lpd</b> program when it is invoked by the corresponding super-daemon program.</p>
 
-</OL>
+<h3>Web Interface</h3>
 
-<H3>CUPS Commands</H3>
+<p>The web interface is supported by five CGI programs. <a href="#TABLE1">Table 1</a> describes the purpose of each of the programs.</p>
 
-<P>CUPS provides the <A HREF="man-cupsaccept.html">cupsaccept(8)</A>, <A HREF="man-cupsaddsmb.html">cupsaddsmb(8)</A>, <A HREF="man-cupsenable.html">cupsdisable(8)</A>, <A HREF="man-cupsenable.html">cupsenable(8)</A>, <A HREF="man-cupsaccept.html">cupsreject(8)</A>, <A HREF="man-cupstestppd.html">cupstestppd(1)</A>, <A HREF="man-lpinfo.html">lpinfo(8)</A>, and <A HREF="man-lppasswd.html">lppasswd(1)</A> commands. The <B>cupsaccept</B>, <B>cupsdisable</B>, <B>cupsenable</B>, and <B>cupsreject</B> commands correspond to the System V <B>accept</B>, <B>disable</B>, <B>enable</B>, and <B>reject</B> commands but have been renamed to avoid confusion and conflicts with the <B>bash(1)</B> internal <B>enable</B> command of the same name.</P>
+<div class="table"><table summary="CGI Programs">
+  <caption>Table 1: <a name="TABLE1">CGI Programs</a></caption>
+  <thead>
+    <tr>
+      <th>Program</th>
+      <th>Location</th>
+      <th>Description</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>admin.cgi</td>
+      <td>/admin</td>
+      <td>Provides all of the administrative functions</td>
+    </tr>
+    <tr>
+      <td>classes.cgi</td>
+      <td>/classes</td>
+      <td>Lists classes and provides class management functions</td>
+    </tr>
+    <tr>
+      <td>help.cgi</td>
+      <td>/help</td>
+      <td>Provides access to online help documents</td>
+    </tr>
+    <tr>
+      <td>jobs.cgi</td>
+      <td>/jobs</td>
+      <td>Lists jobs and provides job management functions</td>
+    </tr>
+    <tr>
+      <td>printers.cgi</td>
+      <td>/printers</td>
+      <td>Lists printers and provides printer management functions</td>
+    </tr>
+  </tbody>
+</table></div>
 
-<H3>LPD Support</H3>
+<h3>Notifiers</h3>
 
-<P>LPD client support is provided via the <A HREF="man-cups-lpd.html">cups-lpd(8)</A> program. Incoming LPD requests are accepted on TCP port 515 by the local <B>inetd(8)</B>, <B>launchd(8)</B>, or <B>xinetd(8)</B> process and forwarded to the <B>cups-lpd</B> program for conversion to the corresponding IPP request(s).</P>
+<p>Notifiers (<a href="man-notifier.html">notifier(7)</a>) provide the means for sending asynchronous event notifications from the scheduler. Notifiers are executed with the recipient information on the command-line and the event data on the standard input. For example:</p>
 
-<P>The <B>cups-lpd</B> program conforms, for the most part, to RFC 1179: Line Printer Daemon Protocol, but does not enforce the privileged source port restriction specified in that document. In addition, the banner page and output format options are usually overridden via command-line options to the <B>cups-lpd</B> program when it is invoked by the corresponding super-daemon program.</P>
-
-<H3>Web Interface</H3>
-
-<P>The web interface is supported by five CGI programs. <A HREF="#TABLE1">Table 1</A> describes the purpose of each of the programs.</P>
-
-<DIV CLASS="table"><TABLE SUMMARY="CGI Programs">
-<CAPTION>Table 1: <A NAME="TABLE1">CGI Programs</A></CAPTION>
-<THEAD>
-<TR>
-       <TH>Program</TH>
-       <TH>Location</TH>
-       <TH>Description</TH>
-</TR>
-</THEAD>
-<TBODY>
-<TR>
-       <TD>admin.cgi</TD>
-       <TD>/admin</TD>
-       <TD>Provides all of the administrative functions</TD>
-</TR>
-<TR>
-       <TD>classes.cgi</TD>
-       <TD>/classes</TD>
-       <TD>Lists classes and provides class management functions</TD>
-</TR>
-<TR>
-       <TD>help.cgi</TD>
-       <TD>/help</TD>
-       <TD>Provides access to online help documents</TD>
-</TR>
-<TR>
-       <TD>jobs.cgi</TD>
-       <TD>/jobs</TD>
-       <TD>Lists jobs and provides job management functions</TD>
-</TR>
-<TR>
-       <TD>printers.cgi</TD>
-       <TD>/printers</TD>
-       <TD>Lists printers and provides printer management functions</TD>
-</TR>
-</TBODY>
-</TABLE></DIV>
-
-<H3>Notifiers</H3>
-
-<P>Notifiers (<A HREF="man-notifier.html">notifier(7)</A>) provide the means for sending asynchronous event notifications from the scheduler. Notifiers are executed with the recipient information on the command-line and the event data on the standard input. For example:</P>
-
-<PRE CLASS="command">
+<pre class="command">
 CUPS_SERVERBIN/notifier/foo recipient user-data
-</PRE>
-
-<P>CUPS includes two notifiers: <B>mailto</B> to provide SMTP-based email notifications and <B>rss</B> to provide Really Simple Syndication ("RSS") notifications from the scheduler. Additional notifiers can be installed in the <VAR>notifier</VAR> directory as needed to support other methods.</P>
-
-<H3>Filters</H3>
-
-<P>Filters (<A HREF="man-filter.html">filter(7)</A>) convert job files into a printable format. Multiple filters are run, as needed, to convert from the job file format to the printable format. A filter program reads from the standard input or from a file if a filename is supplied. All filters must support a common set of options including printer name, job ID, username, job title, number of copies, and job options. All output is sent to the standard output.</P>
-
-<P>CUPS provides filters for printing text, PostScript, PDF, HP-GL/2, and many types of image files. CUPS also provides printer driver filters for HP-PCL, ESC/P, and several types of label printers. Additional filters can be registered with CUPS via mime.convs and PPD files.</P>
-
-<H3>Port Monitors</H3>
-
-<P>Port monitors handle the device- and channel-specific data formatting for a printer. Port monitors use the same interface as filters.</P>
-
-<P>CUPS includes two port monitors: the <B>bcp</B> port monitor which supports the PostScript Binary Communications Protocol ("BCP") and the <b>tbcp</b> port monitor which supports the PostScript Tagged Binary Communications Protocol ("TBCP"). Additional port monitors can be registered in PPD files.</P>
-
-<H3>Backends</H3>
-
-<P>Backends (<A HREF="man-backend.html">backend(7)</A>) send print data to the printer and enumerate available printers/devices as needed. Backends use the same interface as filters.</P>
-
-<P>CUPS includes backends for AppSocket (JetDirect), IPP, LPD, and USB connections and DNS-SD and SNMP for discovery. Additional backends can be added as needed without additional configuration.</P>
-
-
-<H2 CLASS="title"><A NAME="PROGRAMMING">Programming Interfaces</A></H2>
-
-<P>CUPS makes use of several general-purpose libraries to provide its printing services. Unlike the rest of CUPS, the libraries are provided under the terms of the GNU LGPL so they may be used by non-GPL applications.</P>
+</pre>
 
-<H3>CUPS Library (libcups)</H3>
+<p>CUPS includes two notifiers: <b>mailto</b> to provide SMTP-based email notifications and <b>rss</b> to provide Really Simple Syndication ("RSS") notifications from the scheduler. Additional notifiers can be installed in the <var>notifier</var> directory as needed to support other methods.</p>
 
-<P>The CUPS library contains all of the core HTTP and IPP communications code as well as convenience functions for queuing print jobs, getting printer information, accessing resources via HTTP and IPP, and manipulating PPD files. The scheduler and all commands, filters, and backends use this library.</P>
+<h3>Filters</h3>
 
-<H3>CUPS CGI Library (libcupscgi)</H3>
+<p>Filters (<a href="man-filter.html">filter(7)</a>) convert job files into a printable format. Multiple filters are run, as needed, to convert from the job file format to the printable format. A filter program reads from the standard input or from a file if a filename is supplied. All filters must support a common set of options including printer name, job ID, username, job title, number of copies, and job options. All output is sent to the standard output.</p>
 
-<P>The CUPS CGI library provides all of the web interface support functions. It is used by the CGI programs to provide the CUPS web interface.</P>
+<p>CUPS provides filters for printing text, PostScript, PDF, HP-GL/2, and many types of image files. CUPS also provides printer driver filters for HP-PCL, ESC/P, and several types of label printers. Additional filters can be registered with CUPS via mime.convs and PPD files.</p>
 
-<H3>CUPS Driver Library (libcupsdriver)</H3>
+<h3>Port Monitors</h3>
 
-<P>The CUPS driver library provides access to the dithering, color conversion, and helper functions used by the CUPS sample printer drivers.</P>
+<p>Port monitors handle the device- and channel-specific data formatting for a printer. Port monitors use the same interface as filters.</p>
 
-<H3>CUPS Imaging Library (libcupsimage)</H3>
+<p>CUPS includes two port monitors: the <b>bcp</b> port monitor which supports the PostScript Binary Communications Protocol ("BCP") and the <b>tbcp</b> port monitor which supports the PostScript Tagged Binary Communications Protocol ("TBCP"). Additional port monitors can be registered in PPD files.</p>
 
-<P>The CUPS imaging library provides functions for managing large images, doing colorspace conversion and color management, scaling images for printing, and managing raster page streams. It is used by the CUPS image file filters, the PostScript RIP, and all raster printers drivers.</P>
+<h3>Backends</h3>
 
-<H3>CUPS MIME Library (libcupsmime)</H3>
+<p>Backends (<a href="man-backend.html">backend(7)</a>) send print data to the printer and enumerate available printers/devices as needed. Backends use the same interface as filters.</p>
 
-<P>The CUPS MIME library provides file typing and conversion functions and is used by the scheduler and <A HREF="man-cupsfilter.html">cupsfilter(8)</A> command to auto-type and convert print files to a printable format.</P>
+<p>CUPS includes backends for AppSocket (JetDirect), IPP, LPD, and USB connections and DNS-SD and SNMP for discovery. Additional backends can be added as needed without additional configuration.</p>
 
-<H3>CUPS PPD Compiler Library (libcupsppdc)</H3>
 
-<P>The CUPS PPD compiler library provides access to driver information files and is used by the PPD compiler tools as well as the <A HREF="man-cups-driverd.html">cups-driverd(8)</A> helper program to generate PPD files and message catalogs for localization.</P>
+<h2 class="title" id="PROGRAMMING">Programming Interfaces</h2>
 
+<p>The CUPS library (libcups) contains all of the core HTTP and IPP communications code as well as convenience functions for queuing print jobs, getting printer information, accessing resources via HTTP and IPP, manipulating PPD files, and reading and writing raster streams. The scheduler and all commands, filters, and backends use this library.</p>
 
-</BODY>
-</HTML>
+</body>
+</html>
index 5a7032650f7efbf318e5a83b0cf08c4359017b9f..15901b4fd9b4f5ca34d8d06e6b8c809cd446740d 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" Backend man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH backend 7 "CUPS" "26 April 2019" "Apple Inc."
+.TH backend 7 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 backend \- cups backend transmission interfaces
 .SH SYNOPSIS
@@ -217,4 +218,4 @@ Printers that do not support IPP can be supported using applications such as
 .br
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 28e089704ecfb552ec00a1f8d123deaac606e915..3ae0b02c3a8632c8200d1e31de6962437d151a6f 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" cancel man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cancel 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH cancel 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cancel \- cancel jobs
 .SH SYNOPSIS
@@ -88,4 +89,4 @@ Administrators wishing to prevent unauthorized cancellation of jobs via the \fI\
 .BR lpstat (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 62b7b731ed89064668a08f46067ce6c4ff3a4a85..ad9ea87c88533024029e029ad215e09ca95c04a8 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" classes.conf man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH classes.conf 5 "CUPS" "26 April 2019" "Apple Inc."
+.TH classes.conf 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 classes.conf \- class configuration file for cups
 .SH DESCRIPTION
@@ -27,4 +28,4 @@ The name, location, and format of this file are an implementation detail that wi
 .BR subscriptions.conf (5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 4dbf0c49b5edf3d3a6e5d394105a685cc1bf6037..5c042b9f76f55ae6de52b2a5f67d354ae5d468e7 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" client.conf man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH client.conf 5 "CUPS" "15 October 2019" "Apple Inc."
+.TH client.conf 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 client.conf \- client configuration file for cups (deprecated on macos)
 .SH DESCRIPTION
@@ -140,4 +141,4 @@ On Linux and other systems using GNU TLS, the \fI/etc/cups/ssl/site.crl\fR file,
 .BR default (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 0671f89e42e97e7f58949dc23475b44ed50b0757..531ed4727882a0a983070f82be5ec26a7774935c 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" cups-config man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cups-config 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH cups-config 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cups\-config \- get cups api, compiler, directory, and link information.
 .SH SYNOPSIS
@@ -106,4 +107,4 @@ Formerly used to add the CUPS imaging library to the list of libraries.
 .BR cups (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 1cfb6273ccc68dc07972ad200319a6aeb51c8549..dab8cce71f82626d710f84efc492b15242cf3b11 100644 (file)
@@ -1,14 +1,14 @@
 .\"
 .\" cups-files.conf man page for CUPS.
 .\"
-.\" Copyright © 2020 by Michael R Sweet
+.\" Copyright © 2020-2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cups-files.conf 5 "CUPS" "14 November 2020" "Apple Inc."
+.TH cups-files.conf 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cups\-files.conf \- file and directory configuration file for cups
 .SH DESCRIPTION
@@ -296,4 +296,4 @@ CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
 Copyright \[co] 2020 by Michael R Sweet
 .br
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index d84059591f1da60a8f15b875dfae62f0bef76447..5ed5004c88aacb22f87a850079026a0821673062 100644 (file)
@@ -1,14 +1,14 @@
 .\"
 .\" cups-lpd man page for CUPS.
 .\"
-.\" Copyright © 2020 by Michael R Sweet
+.\" Copyright © 2020-2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cups-lpd 8 "CUPS" "14 November 2020" "Apple Inc."
+.TH cups-lpd 8 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cups-lpd \- receive print jobs and report printer status to lpd clients (deprecated)
 .SH SYNOPSIS
@@ -115,4 +115,4 @@ CUPS Online Help (http://localhost:631/help),
 RFC 2569
 .SH COPYRIGHT
 Copyright \[co] 2020 by Michael R Sweet
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 19bda26970e58312f5ed91737e84a1de9adf2801..a271881e6dd953438e2441bd5cda18e2363049ca 100644 (file)
@@ -1,12 +1,13 @@
 .\"
 .\" SNMP backend man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2012-2019 by Apple Inc.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cups-snmp 8 "CUPS" "26 April 2019" "Apple Inc."
+.TH cups-snmp 8 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 snmp \- cups snmp backend (deprecated)
 .SH SYNOPSIS
@@ -53,4 +54,4 @@ The CUPS SNMP backend uses the information from the Host, Printer, and Port Moni
 .BR lpinfo (8),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 4ca20f24f364d70bb2704552b3a4c18f8826bf30..7680fa1a55e173afa057afdcfacfb2ef8bcd1a00 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" snmp.conf man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH snmp.conf 5 "CUPS" "26 April 2019" "Apple Inc."
+.TH snmp.conf 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 snmp.conf \- snmp configuration file for cups (deprecated)
 .SH DESCRIPTION
@@ -63,4 +64,4 @@ Printers that do not support IPP can be supported using applications such as
 .BR cups-snmp (8),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 751ad9a44c8271af79b8ad8ea915cbaceff29df2..7b1c6b24a6650231cf8f5c8040bc67cd38c32dd2 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" cups (intro) man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cups 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH cups 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cups \- a standards-based, open source printing system
 .SH DESCRIPTION
@@ -51,8 +52,8 @@ commands to add printers to
 Additionally, your operating system may include graphical user interfaces or automatically create printer queues when you connect a printer to your computer.
 .SS HOW DO I GET HELP?
 The
-.B CUPS
-web site (http://www.CUPS.org) provides access to the
+.B OpenPrinting CUPS
+web site (https://openprinting.github.io/cups) provides access to the
 .I cups
 and
 .I cups-devel
@@ -137,7 +138,7 @@ Printers that do not support IPP can be supported using applications such as
 .BR lpq (1),
 .BR lpstat (1),
 CUPS Online Help (http://localhost:631/help),
-CUPS Web Site (http://www.CUPS.org),
+OpenPrinting CUPS Web Site (https://openprinting.github.io/cups),
 PWG Internet Printing Protocol Workgroup (http://www.pwg.org/ipp)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index c855d823d0dc3e406df1838afb6884a969014d2e..a9fb494c36fe8979c5e71c5e5992467597149bf9 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" cupsaccept/reject man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupsaccept 8 "CUPS" "26 April 2019" "Apple Inc."
+.TH cupsaccept 8 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cupsaccept/cupsreject \- accept/reject jobs sent to a destination
 .SH SYNOPSIS
@@ -83,4 +84,4 @@ Finally, the CUPS versions may ask the user for an access password depending on
 .br
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 791954c1943dd3459528fc4efb5be70c02a126a2..6dbccc259e4ed951ec959b22a1144919e880b375 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" cupsctl man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 2007 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupsctl 8 "CUPS" "26 April 2019" "Apple Inc."
+.TH cupsctl 8 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cupsctl \- configure cupsd.conf options
 .SH SYNOPSIS
@@ -95,4 +96,4 @@ You cannot set the Listen or Port directives using \fBcupsctl\fR.
 .br
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index bfd2e456e735072cf66af1123195b66f2d9a7bab..de4b4f2f4484baa4d2ece00e500e0d0cb4f5144f 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" cupsd-helper man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright 2007-2019 by Apple Inc.
 .\" Copyright 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupsd-helper 8 "CUPS" "26 April 2019" "Apple Inc."
+.TH cupsd-helper 8 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cupsd\-helper \- cupsd helper programs (deprecated)
 .SH SYNOPSIS
@@ -87,4 +88,4 @@ Printers that do not support IPP can be supported using applications such as
 .BR ppdcfile (5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 2070be9a5692d4e0f6f3847a97d081d5deeae930..4093c20f8f0e1eb23a8ced5bcfd73977dd587cc2 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" cupsd-logs man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupsd-logs 5 "CUPS" "26 April 2019" "Apple Inc."
+.TH cupsd-logs 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cupsd\-logs \- cupsd log files (access_log, error_log, and page_log)
 .SH DESCRIPTION
@@ -219,4 +220,4 @@ The \fIsides\fR field contains a copy of the sides attribute provided with the I
 .BR cups-files.conf (5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index e671ae3287a4ead9dee3b50095879abc4725eb7a..07bd683393eb267e97f48ce79ff23847250d0bf3 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" cupsd man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupsd 8 "CUPS" "26 April 2019" "Apple Inc."
+.TH cupsd 8 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cupsd \- cups scheduler
 .SH SYNOPSIS
@@ -123,4 +124,4 @@ in the foreground with a test configuration file called
 .BR systemd (8),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 49ab745c6255dc01ea485a18d36548a712afba67..faccaf6288e9632bff4cea658ef82ea4daa6c157 100644 (file)
@@ -1,14 +1,14 @@
 .\"
 .\" cupsd.conf man page for CUPS.
 .\"
-.\" Copyright © 2020 by Michael R Sweet
+.\" Copyright © 2020-2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupsd.conf 5 "CUPS" "28 November 2020" "Apple Inc."
+.TH cupsd.conf 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cupsd.conf \- server configuration file for cups
 .SH DESCRIPTION
@@ -906,4 +906,4 @@ CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
 Copyright \[co] 2020 by Michael R Sweet
 .br
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index aa4ec4e79f9aa4e60fa25da2618a69b7109f751a..8306358631cd1442c098c2aa2404a44d5f913de4 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" cupsenable/cupsdisable man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupsenable 8 "CUPS" "26 April 2019" "Apple Inc."
+.TH cupsenable 8 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cupsdisable, cupsenable \- stop/start printers and classes
 .SH SYNOPSIS
@@ -94,4 +95,4 @@ This differs from the System V versions which require the root user to execute t
 .BR lpstat (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index c655c21c04a6060af092437caca6d95fbd2a1fa0..c84765636ab1fdcd950293c78a8f46ac79573333 100644 (file)
@@ -1,12 +1,13 @@
 .\"
 .\" cupsfilter man page for CUPS.
 .\"
-.\" Copyright 2007-2019 by Apple Inc.
+.\" Copyright © 2021 by OpenPrinting.
+.\" Copyright © 2007-2019 by Apple Inc.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupsfilter 8 "CUPS" "26 April 2019" "Apple Inc."
+.TH cupsfilter 8 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 cupsfilter \- convert a file to another format using cups filters (deprecated)
 .SH SYNOPSIS
@@ -136,4 +137,4 @@ The following command will generate a PDF preview of job 42 for a printer named
 .BR mime.types (7),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index f91be167a1e94ceb94f618e1a2bdffcb748e5372..6d12d83c4fe96e86ffff0ed3d951b72fb0ac33a8 100644 (file)
@@ -1,15 +1,16 @@
 .\"
 .\" cupstestppd man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupstestppd 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH cupstestppd 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
-cupstestppd \- test conformance of ppd files
+cupstestppd \- test conformance of ppd files (deprecated)
 .SH SYNOPSIS
 .B cupstestppd
 [
@@ -144,4 +145,4 @@ Printers that do not support IPP can be supported using applications such as
 CUPS Online Help (http://localhost:631/help),
 Adobe PostScript Printer Description File Format Specification, Version 4.3.
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index dbc3150c8869160526eb1b38f0e8f7be8f357a2f..9cfac51ecc5c1fcc397309b2bf6955ffdaa0fb0e 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" filter man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2007 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH filter 7 "CUPS" "26 April 2019" "Apple Inc."
+.TH filter 7 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 filter \- cups file conversion filter interface
 .SH SYNOPSIS
@@ -218,4 +219,4 @@ program to use the appropriate filters to do the conversions you need.
 .br
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 738e87cd9a83411dbefd963e52f2cb53d5428696..3cf9e0c3caccf3512ad75cf8eb900a1d4ff12a84 100644 (file)
@@ -1,12 +1,13 @@
 .\"
 .\" ippevepcl/ps man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2019 by Apple Inc.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH ippevepcl/ps 7 "CUPS" "24 April 2019" "Apple Inc."
+.TH ippevepcl/ps 7 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 ippevepcl/ps \- pcl and postscript print commands for ippeveprinter
 .SH SYNOPSIS
@@ -45,4 +46,4 @@ program.
 .SH SEE ALSO
 .BR ippeveprinter (8)
 .SH COPYRIGHT
-Copyright \[co] 2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index fa32efb2e5e1bef9c4e078ae63648b279f68100f..3c6cad0bd7acf556c4e762dba277f08989449c7c 100644 (file)
@@ -1,12 +1,13 @@
 .\"
 .\" ippeveprinter man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2014-2019 by Apple Inc.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH ippeveprinter 1 "CUPS" "2 December 2019" "Apple Inc."
+.TH ippeveprinter 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 ippeveprinter \- an ipp everywhere printer application for cups
 .SH SYNOPSIS
@@ -270,4 +271,4 @@ command whenever a job is sent to the server:
 .BR ippeveps (7),
 PWG Internet Printing Protocol Workgroup (http://www.pwg.org/ipp)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 32f2e6f8b07317df88ceac07041cd317ddbd3f13..69bb978bab77842718da248f467c158908195711 100644 (file)
@@ -1,12 +1,13 @@
 .\"
 .\" ippfind man page.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2013-2019 by Apple Inc.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH ippfind 1 "ippsample" "26 April 2019" "Apple Inc."
+.TH ippfind 1 "ippsample" "2021-02-28" "OpenPrinting"
 .SH NAME
 ippfind \- find internet printing protocol printers
 .SH SYNOPSIS
@@ -255,4 +256,4 @@ Similarly, to send a PostScript test page to every PostScript printer, run:
 .SH SEE ALSO
 .BR ipptool (1)
 .SH COPYRIGHT
-Copyright \[co] 2013-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index ce858da596247a709b90d044a78317f09a068a1b..1ef93fe41232b7c73a5b85b4d93a21084d8a8573 100644 (file)
@@ -1,12 +1,13 @@
 .\"
 .\" ipptool man page.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2010-2019 by Apple Inc.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH ipptool 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH ipptool 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 ipptool \- perform internet printing protocol requests
 .SH SYNOPSIS
@@ -249,4 +250,4 @@ IANA IPP Registry (http://www.iana.org/assignments/ipp\-registrations),
 PWG Internet Printing Protocol Workgroup (http://www.pwg.org/ipp)
 RFC 8011 (http://tools.ietf.org/html/rfc8011),
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 700101773c8f7a8a24b6f709d3a6ce0a7135a8b3..b3de81630cbf57da970e323b13cb53a05894e357 100644 (file)
@@ -1,12 +1,13 @@
 .\"
 .\" ipptoolfile man page.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2010-2019 by Apple Inc.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH ipptoolfile 5 "CUPS" "15 August 2019" "Apple Inc."
+.TH ipptoolfile 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 ipptoolfile \- ipptool file format
 .SH DESCRIPTION
@@ -652,4 +653,4 @@ IANA IPP Registry (http://www.iana.org/assignments/ipp-registrations),
 PWG Internet Printing Protocol Workgroup (http://www.pwg.org/ipp),
 RFC 8011 (http://tools.ietf.org/html/rfc8011)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index cbea3b84090e1d37e5e8681e450466a4d43485ab..99f92562ed255cbcb788cf6473f8d896b957527c 100644 (file)
--- a/man/lp.1
+++ b/man/lp.1
@@ -1,13 +1,14 @@
 .\"
 .\" lp man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lp 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH lp 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 lp \- print files
 .SH SYNOPSIS
@@ -226,4 +227,4 @@ Print a presentation document 2-up to a printer called "bar":
 .BR lpstat (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 1b8c91ba421450a0eb73650e214c6f5295ce4b62..452054db5e762618e6245497091f7de8ed31b79f 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" lpadmin man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lpadmin 8 "CUPS" "26 April 2019" "Apple Inc."
+.TH lpadmin 8 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 lpadmin \- configure cups printers and classes
 .SH SYNOPSIS
@@ -228,4 +229,4 @@ Create an IPP Everywhere print queue:
 .BR lpoptions (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 6fd6ff5b84acb677d8e5ff3cfd31a66af472adcb..5bf01e303e9eacb54252f7cd0489480c7a2e0e90 100644 (file)
--- a/man/lpc.8
+++ b/man/lpc.8
@@ -1,13 +1,14 @@
 .\"
 .\" lpc man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lpc 8 "CUPS" "26 April 2019" "Apple Inc."
+.TH lpc 8 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 lpc \- line printer control program (deprecated)
 .SH SYNOPSIS
@@ -55,4 +56,4 @@ command or another CUPS-compatible client with that functionality.
 .BR lpstat (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index ce42cc36ef3bc66c81defab8b495c85d3c079098..7d6779d2177f089a7bc9f4ec296b3093b329408a 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" lpinfo man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lpinfo 8 "CUPS" "26 April 2019" "Apple Inc."
+.TH lpinfo 8 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 lpinfo \- show available devices or drivers (deprecated)
 .SH SYNOPSIS
@@ -122,4 +123,4 @@ Printers that do not support IPP can be supported using applications such as
 .BR lpadmin (8),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 3f587e262f3347aac9985f6476e74f98141758d3..6721bdb3cfa38cae8bf312d3c39df035cb4c9f2b 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" lpmove man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lpmove 8 "CUPS" "26 April 2019" "Apple Inc."
+.TH lpmove 8 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 lpmove \- move a job or all jobs to a new destination
 .SH SYNOPSIS
@@ -71,4 +72,4 @@ Move all jobs from "oldprinter" to "newprinter":
 .br
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index a34fd01dc09d5bcd7685dc34d4f5b64ca166c9f0..e7ee9bbb579e63e4e2271ea18dfb3466f059b599 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" lpoptions man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lpoptions 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH lpoptions 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 lpoptions \- display or set printer options and defaults
 .SH SYNOPSIS
@@ -115,4 +116,4 @@ The \fBlpoptions\fR command is unique to CUPS.
 .BR lprm (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 09582d798133074dbb5802314f310f10e311ca36..f971b77db6efba6446a72480f4bec51d964256fd 100644 (file)
--- a/man/lpq.1
+++ b/man/lpq.1
@@ -1,13 +1,14 @@
 .\"
 .\" lpq man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lpq 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH lpq 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 lpq \- show printer queue status
 .SH SYNOPSIS
@@ -61,4 +62,4 @@ Requests a more verbose (long) reporting format.
 .BR lpstat (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index f367cd97c3f1c45d308b11d10bfa13fc05c4a617..eb50a3639e0eed9bf40f4834895954baee85d228 100644 (file)
--- a/man/lpr.1
+++ b/man/lpr.1
@@ -1,13 +1,14 @@
 .\"
 .\" lpr man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lpr 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH lpr 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 lpr \- print files
 .SH SYNOPSIS
@@ -178,4 +179,4 @@ Print a presentation document 2-up to a printer called "foo":
 .BR lpstat (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 8c2bf9c2e826be1c1dd186e0a6f57aa543b9498b..ea667e645f546353ea45f7b9bd3b6fb75bb5d50a 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" lprm man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lprm 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH lprm 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 lprm \- cancel print jobs
 .SH SYNOPSIS
@@ -79,4 +80,4 @@ Cancel all jobs:
 .BR lpstat (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 0b5c00b37c11045c1bfdaad986658d3965975b9a..776677a6d5be92c8b47278688e6d48ba3606b940 100644 (file)
@@ -1,12 +1,13 @@
 .\"
 .\" lpstat man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright 2007-2019 by Apple Inc.
 .\" Copyright 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 .\"
-.TH lpstat 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH lpstat 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 lpstat \- print cups status information
 .SH SYNOPSIS
@@ -145,4 +146,4 @@ The Solaris \fI\-f\fR, \fI\-P\fR, and \fI\-S\fR options are silently ignored.
 .BR lprm (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index c879222c234591b7289e9b9a6d7e5861f1ad1cda..17ef91b52ed7ef952c5d138d3eae97b2ee1fa1ff 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" mailto.conf man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH mailto.conf 5 "CUPS" "26 April 2019" "Apple Inc."
+.TH mailto.conf 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 mailto.conf \- configuration file for cups email notifier
 .SH DESCRIPTION
@@ -41,4 +42,4 @@ Specifies a prefix string for the subject line of an email notification.
 .BR cupsd (8),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 25a6f7653eff84a5bca2e5355d022d15bd169fbf..e1b333217e7ee4cbf7c4c9a00f94163e5ead2654 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" mime.convs man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH mime.convs 5 "CUPS" "26 April 2019" "Apple Inc."
+.TH mime.convs 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 mime.convs \- mime type conversion file for cups (deprecated)
 .SH DESCRIPTION
@@ -59,4 +60,4 @@ Printers that do not support IPP can be supported using applications such as
 .BR mime.types (5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 7e83de16a94bdf597ab524eb60e287e2ae2d9934..9d0ec84dd4c4d20dffdc4a30f9e9f999c5a2d5e8 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" mime.types man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH mime.types 5 "CUPS" "26 April 2019" "Apple Inc."
+.TH mime.types 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 mime.types \- mime type description file for cups
 .SH DESCRIPTION
@@ -105,4 +106,4 @@ Define two MIME media types for raster data, with one being a subset with higher
 .BR mime.convs (5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 1ab226c408fa31be753d2cdc4a0127e987b8de19..a27a48f2bfe347854e75810cda53bc71dde32c39 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" notifier man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2007 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH notifier 7 "CUPS" "26 April 2019" "Apple Inc."
+.TH notifier 7 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 notifier \- cups notification interface
 .SH SYNOPSIS
@@ -33,4 +34,4 @@ Notifiers inherit the environment and can use the logging mechanism documented i
 .BR filter (7),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index fdc065fa4bed3153f90ce69801882c8c0ec0a134..a9feb8b765e743139c7e6cc47e9804ea9d7f5e58 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" ppdc man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2007 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH ppdc 1 "CUPS" "28 October 2020" "Apple Inc."
+.TH ppdc 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 ppdc \- cups ppd compiler (deprecated)
 .SH SYNOPSIS
@@ -99,4 +100,4 @@ Printers that do not support IPP can be supported using applications such as
 .BR ppdcfile (5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 9165ee6f6096e93f313e83793f24253db8849095..55b3ab54a888e7d317d63ec413d271d7131e90b8 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" ppdcfile man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2007 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH ppdcfile 5 "CUPS" "26 April 2019" "Apple Inc."
+.TH ppdcfile 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 ppdcfile \- cups ppd compiler source file format (deprecated)
 .SH DESCRIPTION
@@ -158,4 +159,4 @@ Printers that do not support IPP can be supported using applications such as
 .BR ppdpo (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 8399ecab4800d53a5dabc8ab67ce0f84160f3c82..79582013b43f7884ccf5c715770b692b8f69c7bb 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" ppdhtml man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2007 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH ppdhtml 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH ppdhtml 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 ppdhtml \- cups html summary generator (deprecated)
 .SH SYNOPSIS
@@ -44,4 +45,4 @@ Printers that do not support IPP can be supported using applications such as
 .BR ppdpo (1),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index a57bae9b152a5f004752172534b450f0d8f6fa6c..6454f457d0720280ff1b0b3cd4bf38ea1e58c625 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" ppdi man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2007 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH ppdi 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH ppdi 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 ppdi \- import ppd files (deprecated)
 .SH SYNOPSIS
@@ -51,4 +52,4 @@ Printers that do not support IPP can be supported using applications such as
 .BR ppdcfile (5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index eb23dad340c252f545204fb9d133faaea0a8c1dc..fd085441dfd0fb42756a1d937c61011c3403faf0 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" ppdmerge man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2007 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH ppdmerge 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH ppdmerge 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 ppdmerge \- merge ppd files (deprecated)
 .SH SYNOPSIS
@@ -47,4 +48,4 @@ Merging of different device PPDs will yield unpredictable results.
 .BR ppdcfile (5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 3d1ea56dd64fb0914b0117d428ee3ce8dd527e61..b7830990f2237279ec5ad3c08759c043516e9e92 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" ppdpo man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2007 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH ppdpo 1 "CUPS" "26 April 2019" "Apple Inc."
+.TH ppdpo 1 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 ppdpo \- ppd message catalog generator (deprecated)
 .SH SYNOPSIS
@@ -51,4 +52,4 @@ Printers that do not support IPP can be supported using applications such as
 .BR ppdcfile(5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index c628024fe0b50981d5334219a13d7470aaa75b96..c88dba9edd836bd0c31c8222b6097b7223624f40 100644 (file)
@@ -1,12 +1,13 @@
 .\"
 .\" printers.conf man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright 2007-2019 by Apple Inc.
 .\" Copyright 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 .\"
-.TH printers.conf 5 "CUPS" "26 April 2019" "Apple Inc."
+.TH printers.conf 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 printers.conf \- printer configuration file for cups
 .SH DESCRIPTION
@@ -25,4 +26,4 @@ The name, location, and format of this file are an implementation detail that wi
 .BR subscriptions.conf (5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
index 1791a3e2c85a2c07c3b082d6f28912f4e3de85fc..5ff7a2a7ede76862dd8aaa3f1190f24f6af97fc4 100644 (file)
@@ -1,13 +1,14 @@
 .\"
 .\" subscriptions.conf man page for CUPS.
 .\"
+.\" Copyright © 2021 by OpenPrinting.
 .\" Copyright © 2007-2019 by Apple Inc.
 .\" Copyright © 1997-2006 by Easy Software Products.
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH subscriptions.conf 5 "CUPS" "26 April 2019" "Apple Inc."
+.TH subscriptions.conf 5 "CUPS" "2021-02-28" "OpenPrinting"
 .SH NAME
 subscriptions.conf \- subscription configuration file for cups
 .SH DESCRIPTION
@@ -28,4 +29,4 @@ The name, location, and format of this file are an implementation detail that wi
 .BR printers.conf (5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2007-2019 by Apple Inc.
+Copyright \[co] 2021 by OpenPrinting.
diff --git a/scripts/copydocs b/scripts/copydocs
new file mode 100755 (executable)
index 0000000..7ff56df
--- /dev/null
@@ -0,0 +1,48 @@
+#!/bin/sh
+#
+# Script to copy the CUPS online help files to a CUPS web site subdirectory.
+# The normal HTML headers are replaced by Jekyll headers.
+#
+# Usage: scripts/copydocs DESTINATION-DIR
+#
+
+usage() {
+    echo "Usage: scripts/copydocs DESTINATION-DIR"
+    exit 1
+}
+
+if test ! -d doc/help; then
+    echo "Need to run the script from the root source directory."
+    usage
+fi
+
+if test $# != 1; then
+    echo "Expected destination directory on command-line."
+    usage
+fi
+
+for file in doc/help/*.html; do
+    dest="$1/$(basename $file)"
+    title="$(grep -i '<title>' $file | sed -e '1,$s/^.*<title>//i' -e '1,$s/<\/title>.*$//i')"
+
+    echo "$file to $dest: $title"
+    case "$(basename $file)" in
+        api-*)
+            cp $file "$dest"
+            ;;
+        cupspm.html)
+            cp $file $(basename $file .html).epub "$1"
+            ;;
+        *)
+            if grep -q '<H1 CLASS=' "$file"; then
+               (echo "---"; echo "title: $title"; echo "layout: doc"; echo "---"; sed -e '1,/<H1 CLASS=/d' -e '/<\/BODY>/,$d' <"$file") >"$dest"
+            elif grep -q '<BODY>' "$file"; then
+               (echo "---"; echo "title: $title"; echo "layout: doc"; echo "---"; sed -e '1,/<BODY>/d' -e '/<\/BODY>/,$d' <"$file") >"$dest"
+            elif grep -q '<h1 class=' "$file"; then
+               (echo "---"; echo "title: $title"; echo "layout: doc"; echo "---"; sed -e '1,/<h1 class=/d' -e '/<\/body>/,$d'<"$file") >"$dest"
+           else
+               (echo "---"; echo "title: $title"; echo "layout: doc"; echo "---"; sed -e '1,/<body>/d' -e '/<\/body>/,$d' <"$file") >"$dest"
+           fi
+            ;;
+    esac
+done