]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cupsaccept.man
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / man / cupsaccept.man
CommitLineData
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 15cupsaccept/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
44The
45.B cupsaccept
46command instructs the printing system to accept print jobs to the specified destinations.
ef416fc2 47.LP
ce0ddeb2
MS
48The
49.B cupsreject
50command instructs the printing system to reject print jobs to the
51specified destinations.
52The \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
54The following options are supported by both
55.B cupsaccept
56and
57.BR cupsreject :
bd7854cb 58.TP 5
ce0ddeb2 59.B \-E
bd7854cb 60Forces encryption when connecting to the server.
61.TP 5
ce0ddeb2 62\fB-U \fIusername\fR
bd7854cb 63Sets the username that is sent when connecting to the server.
64.TP 5
ce0ddeb2 65\fB-h \fIhostname[:port]\fR
bd7854cb 66Chooses an alternate server.
67.TP 5
ce0ddeb2
MS
68\fB-r \fR"\fIreason\fR"
69Sets the reason string that is shown for a printer that is rejecting jobs.
70.SH CONFORMING TO
71The
72.B cupsaccept
73and
74.B cupsreject
75commands correspond to the System V printing system commands "accept" and "reject", respectively.
76Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", or "#".
bd7854cb 77Also, printer and class names are \fInot\fR case-sensitive.
78.LP
ce0ddeb2 79Finally, 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 87CUPS Online Help (http://localhost:631/help)
ef416fc2 88.SH COPYRIGHT
fbfee7a8 89Copyright \[co] 2007-2015 by Apple Inc.