]> git.ipfire.org Git - thirdparty/cups.git/blame - man/accept.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / accept.man
CommitLineData
ef416fc2 1.\"
bc44d920 2.\" "$Id: accept.man 6649 2007-07-11 21:46:42Z mike $"
ef416fc2 3.\"
4.\" accept/reject man page for the Common UNIX Printing System (CUPS).
5.\"
bc44d920 6.\" Copyright 2007 by Apple Inc.
fa73b229 7.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 8.\"
9.\" These coded instructions, statements, and computer programs are the
bc44d920 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/".
ef416fc2 14.\"
bc44d920 15.TH accept 8 "Common UNIX Printing System" "12 February 2006" "Apple Inc."
ef416fc2 16.SH NAME
17accept/reject \- accept/reject jobs sent to a destination
18.SH SYNOPSIS
19.B accept
bd7854cb 20[ -E ] [ -U
21.I username
22] [ -h
23.I hostname[:port]
24] destination(s)
ef416fc2 25.br
26.B reject
fa73b229 27[ -E ] [ -U
28.I username
29] [ -h
30.I hostname[:port]
ef416fc2 31] [ -r
32.I reason
bd7854cb 33] destination(s)
ef416fc2 34.SH DESCRIPTION
35\fIaccept\fR instructs the printing system to accept print jobs to the
36specified destinations.
37.LP
38\fIreject\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".
bd7854cb 41.SH OPTIONS
42The following options are supported by both \fIaccept\fR and
43\fIreject\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.
ef416fc2 61.SH COMPATIBILITY
bd7854cb 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.
ef416fc2 70.SH SEE ALSO
bd7854cb 71\fIcancel(1)\fR, \fIcupsenable(8)\fR, \fIlp(1)\fR,
72\fIlpadmin(8)\fR, \fIlpstat(1)\fR,
fa73b229 73.br
74http://localhost:631/help
ef416fc2 75.SH COPYRIGHT
bc44d920 76Copyright 2007 by Apple Inc.
ef416fc2 77.\"
bc44d920 78.\" End of "$Id: accept.man 6649 2007-07-11 21:46:42Z mike $".
ef416fc2 79.\"