]> git.ipfire.org Git - thirdparty/cups.git/blob - man/accept.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / accept.man
1 .\"
2 .\" "$Id: accept.man 5099 2006-02-13 02:46:10Z mike $"
3 .\"
4 .\" accept/reject man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 1997-2006 by Easy Software Products.
7 .\"
8 .\" These coded instructions, statements, and computer programs are the
9 .\" property of Easy Software Products and are protected by Federal
10 .\" copyright law. Distribution and use rights are outlined in the file
11 .\" "LICENSE.txt" which should have been included with this file. If this
12 .\" file is missing or damaged please contact Easy Software Products
13 .\" at:
14 .\"
15 .\" Attn: CUPS Licensing Information
16 .\" Easy Software Products
17 .\" 44141 Airport View Drive, Suite 204
18 .\" Hollywood, Maryland 20636 USA
19 .\"
20 .\" Voice: (301) 373-9600
21 .\" EMail: cups-info@cups.org
22 .\" WWW: http://www.cups.org
23 .\"
24 .TH accept 8 "Common UNIX Printing System" "12 February 2006" "Easy Software Products"
25 .SH NAME
26 accept/reject \- accept/reject jobs sent to a destination
27 .SH SYNOPSIS
28 .B accept
29 [ -E ] [ -U
30 .I username
31 ] [ -h
32 .I hostname[:port]
33 ] destination(s)
34 .br
35 .B reject
36 [ -E ] [ -U
37 .I username
38 ] [ -h
39 .I hostname[:port]
40 ] [ -r
41 .I reason
42 ] destination(s)
43 .SH DESCRIPTION
44 \fIaccept\fR instructs the printing system to accept print jobs to the
45 specified destinations.
46 .LP
47 \fIreject\fR instructs the printing system to reject print jobs to the
48 specified destinations. The \fI-r\fR option sets the reason for rejecting
49 print jobs. If not specified the reason defaults to "Reason Unknown".
50 .SH OPTIONS
51 The following options are supported by both \fIaccept\fR and
52 \fIreject\fR:
53 .TP 5
54 -E
55 .br
56 Forces encryption when connecting to the server.
57 .TP 5
58 -U username
59 .br
60 Sets the username that is sent when connecting to the server.
61 .TP 5
62 -h hostname[:port]
63 .br
64 Chooses an alternate server.
65 .TP 5
66 -r "reason"
67 .br
68 Sets the reason string that is shown for a printer that is
69 rejecting jobs.
70 .SH COMPATIBILITY
71 Unlike the System V printing system, CUPS allows printer names to
72 contain any printable character except SPACE, TAB, "/", or "#".
73 Also, printer and class names are \fInot\fR case-sensitive.
74 .LP
75 The CUPS versions of \fIaccept\fR and \fIreject\fR may ask the
76 user for an access password depending on the printing system
77 configuration. This differs from the System V versions which
78 require the root user to execute these commands.
79 .SH SEE ALSO
80 \fIcancel(1)\fR, \fIcupsenable(8)\fR, \fIlp(1)\fR,
81 \fIlpadmin(8)\fR, \fIlpstat(1)\fR,
82 .br
83 http://localhost:631/help
84 .SH COPYRIGHT
85 Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
86 .\"
87 .\" End of "$Id: accept.man 5099 2006-02-13 02:46:10Z mike $".
88 .\"