]>
Commit | Line | Data |
---|---|---|
ef416fc2 | 1 | .\" |
ce0ddeb2 | 2 | .\" accept/reject man page for CUPS. |
ef416fc2 | 3 | .\" |
ce0ddeb2 MS |
4 | .\" Copyright 2007-2014 by Apple Inc. |
5 | .\" Copyright 1997-2006 by Easy Software Products. | |
ef416fc2 | 6 | .\" |
ce0ddeb2 MS |
7 | .\" These coded instructions, statements, and computer programs are the |
8 | .\" property of Apple Inc. and are protected by Federal copyright | |
9 | .\" law. Distribution and use rights are outlined in the file "LICENSE.txt" | |
10 | .\" which should have been included with this file. If this file is | |
11 | .\" file is missing or damaged, see the license at "http://www.cups.org/". | |
ef416fc2 | 12 | .\" |
ce0ddeb2 | 13 | .TH cupsaccept 8 "CUPS" "10 June 2014" "Apple Inc." |
ef416fc2 | 14 | .SH NAME |
758a062f | 15 | cupsaccept/cupsreject \- accept/reject jobs sent to a destination |
ef416fc2 | 16 | .SH SYNOPSIS |
758a062f | 17 | .B cupsaccept |
ce0ddeb2 MS |
18 | [ |
19 | .B \-E | |
20 | ] [ | |
21 | .B \-U | |
bd7854cb | 22 | .I username |
ce0ddeb2 MS |
23 | ] [ |
24 | .B \-h | |
bd7854cb | 25 | .I hostname[:port] |
ce0ddeb2 MS |
26 | ] |
27 | .I destination(s) | |
ef416fc2 | 28 | .br |
758a062f | 29 | .B cupsreject |
ce0ddeb2 MS |
30 | [ |
31 | .B \-E | |
32 | ] [ | |
33 | .B \-U | |
fa73b229 | 34 | .I username |
ce0ddeb2 MS |
35 | ] [ |
36 | .B \-h | |
fa73b229 | 37 | .I hostname[:port] |
ce0ddeb2 MS |
38 | ] [ |
39 | .B \-r | |
ef416fc2 | 40 | .I reason |
ce0ddeb2 MS |
41 | ] |
42 | .I destination(s) | |
ef416fc2 | 43 | .SH DESCRIPTION |
ce0ddeb2 MS |
44 | The |
45 | .B cupsaccept | |
46 | command instructs the printing system to accept print jobs to the specified destinations. | |
ef416fc2 | 47 | .LP |
ce0ddeb2 MS |
48 | The |
49 | .B cupsreject | |
50 | command instructs the printing system to reject print jobs to the | |
51 | specified destinations. | |
52 | The \fI-r\fR option sets the reason for rejecting print jobs. If not specified, the reason defaults to "Reason Unknown". | |
bd7854cb | 53 | .SH OPTIONS |
ce0ddeb2 MS |
54 | The following options are supported by both |
55 | .B cupsaccept | |
56 | and | |
57 | .BR cupsreject : | |
bd7854cb | 58 | .TP 5 |
ce0ddeb2 | 59 | .B \-E |
bd7854cb | 60 | Forces encryption when connecting to the server. |
61 | .TP 5 | |
ce0ddeb2 | 62 | \fB-U \fIusername\fR |
bd7854cb | 63 | Sets the username that is sent when connecting to the server. |
64 | .TP 5 | |
ce0ddeb2 | 65 | \fB-h \fIhostname[:port]\fR |
bd7854cb | 66 | Chooses an alternate server. |
67 | .TP 5 | |
ce0ddeb2 MS |
68 | \fB-r \fR"\fIreason\fR" |
69 | Sets the reason string that is shown for a printer that is rejecting jobs. | |
70 | .SH CONFORMING TO | |
71 | The | |
72 | .B cupsaccept | |
73 | and | |
74 | .B cupsreject | |
75 | commands correspond to the System V printing system commands "accept" and "reject", respectively. | |
76 | Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", or "#". | |
bd7854cb | 77 | Also, printer and class names are \fInot\fR case-sensitive. |
78 | .LP | |
ce0ddeb2 | 79 | Finally, the CUPS versions may ask the user for an access password depending on the printing system configuration. |
ef416fc2 | 80 | .SH SEE ALSO |
ce0ddeb2 MS |
81 | .BR cancel (1), |
82 | .BR cupsenable (8), | |
83 | .BR lp (1), | |
84 | .BR lpadmin (8), | |
85 | .BR lpstat (1), | |
fa73b229 | 86 | .br |
ce0ddeb2 | 87 | CUPS Online Help (http://localhost:631/help) |
ef416fc2 | 88 | .SH COPYRIGHT |
bd5a2f28 | 89 | Copyright \[co] 2007-2017 by Apple Inc. |