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