]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-cupsaccept.html
Initial work on man page modernization (STR #4372)
[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
MS
13<b>cupsaccept</b>
14[ -E ] [ -U
15<i>username</i>
16] [ -h
17<i>hostname[:port]</i>
18] destination(s)
94436c5a 19<br>
c277f98c
MS
20<b>cupsreject</b>
21[ -E ] [ -U
22<i>username</i>
23] [ -h
24<i>hostname[:port]</i>
25] [ -r
26<i>reason</i>
27] destination(s)
94436c5a
MS
28<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
29<i>cupsaccept</i> instructs the printing system to accept print jobs to the
30specified destinations.
31<p><i>cupsreject</i> instructs the printing system to reject print jobs to the
32specified destinations. The <i>-r</i> option sets the reason for rejecting
33print jobs. If not specified the reason defaults to "Reason Unknown".
34<h2 class="title"><a name="OPTIONS">Options</a></h2>
35The following options are supported by both <i>cupsaccept</i> and
36<i>cupsreject</i>:
c277f98c
MS
37<p style="margin-left: 5.0em; text-indent: -5.0em">-E
38<br>
39<br>
40Forces encryption when connecting to the server.
41<p style="margin-left: 5.0em; text-indent: -5.0em">-U username
42<br>
43<br>
44Sets the username that is sent when connecting to the server.
45<p style="margin-left: 5.0em; text-indent: -5.0em">-h hostname[:port]
46<br>
47<br>
48Chooses an alternate server.
49<p style="margin-left: 5.0em; text-indent: -5.0em">-r "reason"
50<br>
51<br>
52Sets the reason string that is shown for a printer that is
94436c5a 53rejecting jobs.
94436c5a
MS
54<h2 class="title"><a name="COMPATIBILITY">Compatibility</a></h2>
55Unlike the System V printing system, CUPS allows printer names to
56contain any printable character except SPACE, TAB, "/", or "#".
57Also, printer and class names are <i>not</i> case-sensitive.
58<p>The CUPS versions of <i>accept</i> and <i>reject</i> may ask the
59user for an access password depending on the printing system
60configuration. This differs from the System V versions which
61require the root user to execute these commands.
62<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
c277f98c
MS
63<i>cancel(1)</i>, <i>cupsenable(8)</i>, <i>lp(1)</i>,
64<i>lpadmin(8)</i>, <i>lpstat(1)</i>,
94436c5a 65<br>
c277f98c 66<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a
MS
67<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
68Copyright 2007-2013 by Apple Inc.
69
70</body>
71</html>