Blame man/cupsaccept.man

Packit 2fc92b
.\"
Packit 2fc92b
.\" accept/reject man page for CUPS.
Packit 2fc92b
.\"
Packit 2fc92b
.\" Copyright 2007-2014 by Apple Inc.
Packit 2fc92b
.\" Copyright 1997-2006 by Easy Software Products.
Packit 2fc92b
.\"
Packit 2fc92b
.\" These coded instructions, statements, and computer programs are the
Packit 2fc92b
.\" property of Apple Inc. and are protected by Federal copyright
Packit 2fc92b
.\" law.  Distribution and use rights are outlined in the file "LICENSE.txt"
Packit 2fc92b
.\" which should have been included with this file.  If this file is
Packit 2fc92b
.\" file is missing or damaged, see the license at "http://www.cups.org/".
Packit 2fc92b
.\"
Packit 2fc92b
.TH cupsaccept 8 "CUPS" "10 June 2014" "Apple Inc."
Packit 2fc92b
.SH NAME
Packit 2fc92b
cupsaccept/cupsreject \- accept/reject jobs sent to a destination
Packit 2fc92b
.SH SYNOPSIS
Packit 2fc92b
.B cupsaccept
Packit 2fc92b
[
Packit 2fc92b
.B \-E
Packit 2fc92b
] [
Packit 2fc92b
.B \-U
Packit 2fc92b
.I username
Packit 2fc92b
] [
Packit 2fc92b
.B \-h
Packit 2fc92b
.I hostname[:port]
Packit 2fc92b
]
Packit 2fc92b
.I destination(s)
Packit 2fc92b
.br
Packit 2fc92b
.B cupsreject
Packit 2fc92b
[
Packit 2fc92b
.B \-E
Packit 2fc92b
] [
Packit 2fc92b
.B \-U
Packit 2fc92b
.I username
Packit 2fc92b
] [
Packit 2fc92b
.B \-h
Packit 2fc92b
.I hostname[:port]
Packit 2fc92b
] [
Packit 2fc92b
.B \-r
Packit 2fc92b
.I reason
Packit 2fc92b
]
Packit 2fc92b
.I destination(s)
Packit 2fc92b
.SH DESCRIPTION
Packit 2fc92b
The
Packit 2fc92b
.B cupsaccept
Packit 2fc92b
command instructs the printing system to accept print jobs to the specified destinations.
Packit 2fc92b
.LP
Packit 2fc92b
The
Packit 2fc92b
.B cupsreject
Packit 2fc92b
command instructs the printing system to reject print jobs to the
Packit 2fc92b
specified destinations.
Packit 2fc92b
The \fI-r\fR option sets the reason for rejecting print jobs. If not specified, the reason defaults to "Reason Unknown".
Packit 2fc92b
.SH OPTIONS
Packit 2fc92b
The following options are supported by both
Packit 2fc92b
.B cupsaccept
Packit 2fc92b
and
Packit 2fc92b
.BR cupsreject :
Packit 2fc92b
.TP 5
Packit 2fc92b
.B \-E
Packit 2fc92b
Forces encryption when connecting to the server.
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB-U \fIusername\fR
Packit 2fc92b
Sets the username that is sent when connecting to the server.
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB-h \fIhostname[:port]\fR
Packit 2fc92b
Chooses an alternate server.
Packit 2fc92b
.TP 5
Packit 2fc92b
\fB-r \fR"\fIreason\fR"
Packit 2fc92b
Sets the reason string that is shown for a printer that is rejecting jobs.
Packit 2fc92b
.SH CONFORMING TO
Packit 2fc92b
The
Packit 2fc92b
.B cupsaccept
Packit 2fc92b
and
Packit 2fc92b
.B cupsreject
Packit 2fc92b
commands correspond to the System V printing system commands "accept" and "reject", respectively.
Packit 2fc92b
Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", or "#".
Packit 2fc92b
Also, printer and class names are \fInot\fR case-sensitive.
Packit 2fc92b
.LP
Packit 2fc92b
Finally, the CUPS versions may ask the user for an access password depending on the printing system configuration.
Packit 2fc92b
.SH SEE ALSO
Packit 2fc92b
.BR cancel (1),
Packit 2fc92b
.BR cupsenable (8),
Packit 2fc92b
.BR lp (1),
Packit 2fc92b
.BR lpadmin (8),
Packit 2fc92b
.BR lpstat (1),
Packit 2fc92b
.br
Packit 2fc92b
CUPS Online Help (http://localhost:631/help)
Packit 2fc92b
.SH COPYRIGHT
Packit 2fc92b
Copyright \[co] 2007-2017 by Apple Inc.