summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt3
-rw-r--r--cups/api-filter.shtml2
-rw-r--r--doc/help/api-filter.html2
-rw-r--r--doc/help/api-httpipp.html4
-rw-r--r--doc/help/api-raster.html6
-rw-r--r--filter/api-raster.shtml6
6 files changed, 12 insertions, 11 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e2bd1ce0a..f6288d065 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,7 +7,8 @@ CHANGES IN CUPS V2.2.2
(Issue #4899)
- Fixed builds on systems without a working poll() implementation
(Issue #4905)
- - Updated localizations (PR #4895, PR #4904)
+ - Updated documentation (PR #4896)
+ - Updated localizations (PR #4895, PR #4904, PR #4908)
CHANGES IN CUPS V2.2.1
diff --git a/cups/api-filter.shtml b/cups/api-filter.shtml
index 1b8f6f3cf..bd90333cb 100644
--- a/cups/api-filter.shtml
+++ b/cups/api-filter.shtml
@@ -94,7 +94,7 @@ being printed.</p>
<p>Filters and backends may also receive <code>SIGPIPE</code> when an upstream or downstream filter/backend exits with a non-zero status. Developers should generally ignore <code>SIGPIPE</code> at the beginning of <code>main()</code> with the following function call:</p>
<pre class="example">
-#include &lt;signal.h&gt;>
+#include &lt;signal.h&gt;
...
diff --git a/doc/help/api-filter.html b/doc/help/api-filter.html
index 300c3a9ca..420dcb8a6 100644
--- a/doc/help/api-filter.html
+++ b/doc/help/api-filter.html
@@ -533,7 +533,7 @@ being printed.</p>
<p>Filters and backends may also receive <code>SIGPIPE</code> when an upstream or downstream filter/backend exits with a non-zero status. Developers should generally ignore <code>SIGPIPE</code> at the beginning of <code>main()</code> with the following function call:</p>
<pre class="example">
-#include &lt;signal.h&gt;>
+#include &lt;signal.h&gt;
...
diff --git a/doc/help/api-httpipp.html b/doc/help/api-httpipp.html
index f67736cf7..a19850e7a 100644
--- a/doc/help/api-httpipp.html
+++ b/doc/help/api-httpipp.html
@@ -6337,6 +6337,8 @@ are server-oriented...</p>
<dd class="description">Acknowledge-Job</dd>
<dt>IPP_OP_ACTIVATE_PRINTER </dt>
<dd class="description">Start a printer</dd>
+<dt>IPP_OP_ADD_DOCUMENT_IMAGES </dt>
+<dd class="description">Add-Document-Images</dd>
<dt>IPP_OP_CANCEL_CURRENT_JOB </dt>
<dd class="description">Cancel the current job</dd>
<dt>IPP_OP_CANCEL_DOCUMENT </dt>
@@ -6468,8 +6470,6 @@ are server-oriented...</p>
<dd class="description">Schedule a job to print after another</dd>
<dt>IPP_OP_SEND_DOCUMENT </dt>
<dd class="description">Add a file to a job</dd>
-<dt>IPP_OP_SEND_HARDCOPY_DOCUMENT </dt>
-<dd class="description">Send-Hardcopy-Document</dd>
<dt>IPP_OP_SEND_URI </dt>
<dd class="description">Add a URL to a job</dd>
<dt>IPP_OP_SET_DOCUMENT_ATTRIBUTES </dt>
diff --git a/doc/help/api-raster.html b/doc/help/api-raster.html
index 151285e2d..28d1708ad 100644
--- a/doc/help/api-raster.html
+++ b/doc/help/api-raster.html
@@ -480,7 +480,7 @@ 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;>
+#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>
@@ -507,7 +507,7 @@ hardware resolution, and so forth used for the page.</p>
function:</p>
<pre class="example">
-#include &lt;cups/raster.h&gt;>
+#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;
@@ -530,7 +530,7 @@ 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;>
+#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;
diff --git a/filter/api-raster.shtml b/filter/api-raster.shtml
index 35996f6fa..6d458a2ed 100644
--- a/filter/api-raster.shtml
+++ b/filter/api-raster.shtml
@@ -34,7 +34,7 @@ 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;>
+#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>
@@ -61,7 +61,7 @@ hardware resolution, and so forth used for the page.</p>
function:</p>
<pre class="example">
-#include &lt;cups/raster.h&gt;>
+#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;
@@ -84,7 +84,7 @@ 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;>
+#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;