]> git.ipfire.org Git - thirdparty/cups.git/blame - man/accept.man
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / man / accept.man
CommitLineData
ef416fc2 1.\"
c07d5b2d 2.\" "$Id: accept.man 177 2006-06-21 00:20:03Z jlovell $"
ef416fc2 3.\"
4.\" accept/reject man page for the Common UNIX Printing System (CUPS).
5.\"
fa73b229 6.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 7.\"
8.\" These coded instructions, statements, and computer programs are the
9.\" property of Easy Software Products and are protected by Federal
10.\" copyright law. Distribution and use rights are outlined in the file
11.\" "LICENSE.txt" which should have been included with this file. If this
12.\" file is missing or damaged please contact Easy Software Products
13.\" at:
14.\"
15.\" Attn: CUPS Licensing Information
16.\" Easy Software Products
17.\" 44141 Airport View Drive, Suite 204
18.\" Hollywood, Maryland 20636 USA
19.\"
20.\" Voice: (301) 373-9600
21.\" EMail: cups-info@cups.org
22.\" WWW: http://www.cups.org
23.\"
bd7854cb 24.TH accept 8 "Common UNIX Printing System" "12 February 2006" "Easy Software Products"
ef416fc2 25.SH NAME
26accept/reject \- accept/reject jobs sent to a destination
27.SH SYNOPSIS
28.B accept
bd7854cb 29[ -E ] [ -U
30.I username
31] [ -h
32.I hostname[:port]
33] destination(s)
ef416fc2 34.br
35.B reject
fa73b229 36[ -E ] [ -U
37.I username
38] [ -h
39.I hostname[:port]
ef416fc2 40] [ -r
41.I reason
bd7854cb 42] destination(s)
ef416fc2 43.SH DESCRIPTION
44\fIaccept\fR instructs the printing system to accept print jobs to the
45specified destinations.
46.LP
47\fIreject\fR instructs the printing system to reject print jobs to the
48specified destinations. The \fI-r\fR option sets the reason for rejecting
49print jobs. If not specified the reason defaults to "Reason Unknown".
bd7854cb 50.SH OPTIONS
51The following options are supported by both \fIaccept\fR and
52\fIreject\fR:
53.TP 5
54-E
55.br
56Forces encryption when connecting to the server.
57.TP 5
58-U username
59.br
60Sets the username that is sent when connecting to the server.
61.TP 5
62-h hostname[:port]
63.br
64Chooses an alternate server.
65.TP 5
66-r "reason"
67.br
68Sets the reason string that is shown for a printer that is
69rejecting jobs.
ef416fc2 70.SH COMPATIBILITY
bd7854cb 71Unlike the System V printing system, CUPS allows printer names to
72contain any printable character except SPACE, TAB, "/", or "#".
73Also, printer and class names are \fInot\fR case-sensitive.
74.LP
75The CUPS versions of \fIaccept\fR and \fIreject\fR may ask the
76user for an access password depending on the printing system
77configuration. This differs from the System V versions which
78require the root user to execute these commands.
ef416fc2 79.SH SEE ALSO
bd7854cb 80\fIcancel(1)\fR, \fIcupsenable(8)\fR, \fIlp(1)\fR,
81\fIlpadmin(8)\fR, \fIlpstat(1)\fR,
fa73b229 82.br
83http://localhost:631/help
ef416fc2 84.SH COPYRIGHT
bd7854cb 85Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
ef416fc2 86.\"
c07d5b2d 87.\" End of "$Id: accept.man 177 2006-06-21 00:20:03Z jlovell $".
ef416fc2 88.\"