]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-cupsaccept.html
Greatly simplify the man page handling.
[thirdparty/cups.git] / doc / help / man-cupsaccept.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
2<html>
3<!-- SECTION: Man Pages -->
4<head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>cupsaccept(8)</title>
7</head>
8<body>
9<h1 class="title">cupsaccept(8)</h1>
10<h2 class="title"><a name="NAME">Name</a></h2>
11cupsaccept/cupsreject - accept/reject jobs sent to a destination
12<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
c277f98c 13<b>cupsaccept</b>
ce0ddeb2
MS
14[
15<b>-E</b>
16] [
17<b>-U</b>
c277f98c 18<i>username</i>
ce0ddeb2
MS
19] [
20<b>-h</b>
c277f98c 21<i>hostname[:port]</i>
ce0ddeb2
MS
22]
23<i>destination(s)</i>
94436c5a 24<br>
c277f98c 25<b>cupsreject</b>
ce0ddeb2
MS
26[
27<b>-E</b>
28] [
29<b>-U</b>
c277f98c 30<i>username</i>
ce0ddeb2
MS
31] [
32<b>-h</b>
c277f98c 33<i>hostname[:port]</i>
ce0ddeb2
MS
34] [
35<b>-r</b>
c277f98c 36<i>reason</i>
ce0ddeb2
MS
37]
38<i>destination(s)</i>
94436c5a 39<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
ce0ddeb2
MS
40The
41<b>cupsaccept</b>
42command instructs the printing system to accept print jobs to the specified destinations.
43<p>The
44<b>cupsreject</b>
45command instructs the printing system to reject print jobs to the
94436c5a 46specified destinations.
ce0ddeb2 47The <i>-r</i> option sets the reason for rejecting print jobs. If not specified, the reason defaults to "Reason Unknown".
94436c5a 48<h2 class="title"><a name="OPTIONS">Options</a></h2>
ce0ddeb2
MS
49The following options are supported by both
50<b>cupsaccept</b>
51and
52<b>cupsreject</b>:
2909c66c 53<dl class="man">
ce0ddeb2
MS
54<dt><b>-E</b>
55<dd style="margin-left: 5.0em">Forces encryption when connecting to the server.
56<dt><b>-U </b><i>username</i>
57<dd style="margin-left: 5.0em">Sets the username that is sent when connecting to the server.
58<dt><b>-h </b><i>hostname[:port]</i>
59<dd style="margin-left: 5.0em">Chooses an alternate server.
60<dt><b>-r </b>"<i>reason</i>"
61<dd style="margin-left: 5.0em">Sets the reason string that is shown for a printer that is rejecting jobs.
2909c66c 62</dl>
ce0ddeb2
MS
63<h2 class="title"><a name="CONFORMING_TO">Conforming To</a></h2>
64The
65<b>cupsaccept</b>
66and
67<b>cupsreject</b>
68commands correspond to the System V printing system commands "accept" and "reject", respectively.
69Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", or "#".
94436c5a 70Also, printer and class names are <i>not</i> case-sensitive.
ce0ddeb2 71<p>Finally, the CUPS versions may ask the user for an access password depending on the printing system configuration.
94436c5a 72<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
87030afb
MS
73<b>cancel</b>(1),
74<b>cupsenable</b>(8),
75<b>lp</b>(1),
76<b>lpadmin</b>(8),
77<b>lpstat</b>(1),
94436c5a 78<br>
ce0ddeb2 79CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
94436c5a 80<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
87030afb 81Copyright &copy; 2007-2019 by Apple Inc.
94436c5a
MS
82
83</body>
84</html>