]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cupsaccept.man
Merge trademark/logo changes from CUPS 1.4svn-r8418.
[thirdparty/cups.git] / man / cupsaccept.man
CommitLineData
ef416fc2 1.\"
b19ccc9e 2.\" "$Id: cupsaccept.man 7930 2008-09-10 22:25:54Z mike $"
ef416fc2 3.\"
4.\" accept/reject man page for the Common UNIX Printing System (CUPS).
5.\"
c168a833 6.\" Copyright 2007-2009 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.\"
758a062f 15.TH cupsaccept 8 "Common UNIX Printing System" "12 February 2006" "Apple Inc."
ef416fc2 16.SH NAME
758a062f 17cupsaccept/cupsreject \- accept/reject jobs sent to a destination
ef416fc2 18.SH SYNOPSIS
758a062f 19.B cupsaccept
bd7854cb 20[ -E ] [ -U
21.I username
22] [ -h
23.I hostname[:port]
24] destination(s)
ef416fc2 25.br
758a062f 26.B cupsreject
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
758a062f 35\fIcupsaccept\fR instructs the printing system to accept print jobs to the
ef416fc2 36specified destinations.
37.LP
758a062f 38\fIcupsreject\fR instructs the printing system to reject print jobs to the
ef416fc2 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
758a062f
MS
42The following options are supported by both \fIcupsaccept\fR and
43\fIcupsreject\fR:
bd7854cb 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
c168a833 76Copyright 2007-2009 by Apple Inc.
ef416fc2 77.\"
b19ccc9e 78.\" End of "$Id: cupsaccept.man 7930 2008-09-10 22:25:54Z mike $".
ef416fc2 79.\"