]> git.ipfire.org Git - thirdparty/cups.git/blame_incremental - man/cupsaccept.man
Add initial IPP Everywhere test suite.
[thirdparty/cups.git] / man / cupsaccept.man
... / ...
CommitLineData
1.\"
2.\" "$Id$"
3.\"
4.\" accept/reject man page for CUPS.
5.\"
6.\" Copyright 2007-2013 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 cupsaccept 8 "CUPS" "12 February 2006" "Apple Inc."
16.SH NAME
17cupsaccept/cupsreject \- accept/reject jobs sent to a destination
18.SH SYNOPSIS
19.B cupsaccept
20[ -E ] [ -U
21.I username
22] [ -h
23.I hostname[:port]
24] destination(s)
25.br
26.B cupsreject
27[ -E ] [ -U
28.I username
29] [ -h
30.I hostname[:port]
31] [ -r
32.I reason
33] destination(s)
34.SH DESCRIPTION
35\fIcupsaccept\fR instructs the printing system to accept print jobs to the
36specified destinations.
37.LP
38\fIcupsreject\fR instructs the printing system to reject print jobs to the
39specified destinations. The \fI-r\fR option sets the reason for rejecting
40print jobs. If not specified the reason defaults to "Reason Unknown".
41.SH OPTIONS
42The following options are supported by both \fIcupsaccept\fR and
43\fIcupsreject\fR:
44.TP 5
45-E
46.br
47Forces encryption when connecting to the server.
48.TP 5
49-U username
50.br
51Sets the username that is sent when connecting to the server.
52.TP 5
53-h hostname[:port]
54.br
55Chooses an alternate server.
56.TP 5
57-r "reason"
58.br
59Sets the reason string that is shown for a printer that is
60rejecting jobs.
61.SH COMPATIBILITY
62Unlike the System V printing system, CUPS allows printer names to
63contain any printable character except SPACE, TAB, "/", or "#".
64Also, printer and class names are \fInot\fR case-sensitive.
65.LP
66The CUPS versions of \fIaccept\fR and \fIreject\fR may ask the
67user for an access password depending on the printing system
68configuration. This differs from the System V versions which
69require 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
74http://localhost:631/help
75.SH COPYRIGHT
76Copyright 2007-2013 by Apple Inc.
77.\"
78.\" End of "$Id$".
79.\"