]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cupsaccept.man
License change: Apache License, Version 2.0.
[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.\"
e3101897 7.\" Licensed under Apache License v2.0. See the file "LICENSE" for more information.
ef416fc2 8.\"
ce0ddeb2 9.TH cupsaccept 8 "CUPS" "10 June 2014" "Apple Inc."
ef416fc2 10.SH NAME
758a062f 11cupsaccept/cupsreject \- accept/reject jobs sent to a destination
ef416fc2 12.SH SYNOPSIS
758a062f 13.B cupsaccept
ce0ddeb2
MS
14[
15.B \-E
16] [
17.B \-U
bd7854cb 18.I username
ce0ddeb2
MS
19] [
20.B \-h
bd7854cb 21.I hostname[:port]
ce0ddeb2
MS
22]
23.I destination(s)
ef416fc2 24.br
758a062f 25.B cupsreject
ce0ddeb2
MS
26[
27.B \-E
28] [
29.B \-U
fa73b229 30.I username
ce0ddeb2
MS
31] [
32.B \-h
fa73b229 33.I hostname[:port]
ce0ddeb2
MS
34] [
35.B \-r
ef416fc2 36.I reason
ce0ddeb2
MS
37]
38.I destination(s)
ef416fc2 39.SH DESCRIPTION
ce0ddeb2
MS
40The
41.B cupsaccept
42command instructs the printing system to accept print jobs to the specified destinations.
ef416fc2 43.LP
ce0ddeb2
MS
44The
45.B cupsreject
46command instructs the printing system to reject print jobs to the
47specified destinations.
48The \fI-r\fR option sets the reason for rejecting print jobs. If not specified, the reason defaults to "Reason Unknown".
bd7854cb 49.SH OPTIONS
ce0ddeb2
MS
50The following options are supported by both
51.B cupsaccept
52and
53.BR cupsreject :
bd7854cb 54.TP 5
ce0ddeb2 55.B \-E
bd7854cb 56Forces encryption when connecting to the server.
57.TP 5
ce0ddeb2 58\fB-U \fIusername\fR
bd7854cb 59Sets the username that is sent when connecting to the server.
60.TP 5
ce0ddeb2 61\fB-h \fIhostname[:port]\fR
bd7854cb 62Chooses an alternate server.
63.TP 5
ce0ddeb2
MS
64\fB-r \fR"\fIreason\fR"
65Sets the reason string that is shown for a printer that is rejecting jobs.
66.SH CONFORMING TO
67The
68.B cupsaccept
69and
70.B cupsreject
71commands correspond to the System V printing system commands "accept" and "reject", respectively.
72Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", or "#".
bd7854cb 73Also, printer and class names are \fInot\fR case-sensitive.
74.LP
ce0ddeb2 75Finally, the CUPS versions may ask the user for an access password depending on the printing system configuration.
ef416fc2 76.SH SEE ALSO
ce0ddeb2
MS
77.BR cancel (1),
78.BR cupsenable (8),
79.BR lp (1),
80.BR lpadmin (8),
81.BR lpstat (1),
fa73b229 82.br
ce0ddeb2 83CUPS Online Help (http://localhost:631/help)
ef416fc2 84.SH COPYRIGHT
bd5a2f28 85Copyright \[co] 2007-2017 by Apple Inc.