summaryrefslogtreecommitdiff
path: root/cups/api-filter.shtml
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2016-10-20 23:48:50 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2016-10-20 23:48:50 -0400
commit8b3724f85fcf5473deb021630beeb92390ebe534 (patch)
treec8694ede108c759353f091c03fe8201dd1fe41cc /cups/api-filter.shtml
parentc7505715caa5f6752a01a408c03388f0bb80075e (diff)
downloadcups-8b3724f85fcf5473deb021630beeb92390ebe534.tar.gz
Update API documentation (PR #4896).
Diffstat (limited to 'cups/api-filter.shtml')
-rw-r--r--cups/api-filter.shtml2
1 files changed, 1 insertions, 1 deletions
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;
...