]> git.ipfire.org Git - thirdparty/cups.git/blob - man/lprm.man
Mirror fix from trunk.
[thirdparty/cups.git] / man / lprm.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" lprm man page for CUPS.
5 .\"
6 .\" Copyright 2007-2013 by Apple Inc.
7 .\" Copyright 1997-2006 by Easy Software Products.
8 .\"
9 .\" These coded instructions, statements, and computer programs are the
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/".
14 .\"
15 .TH lprm 1 "CUPS" "28 August 2009" "Apple Inc."
16 .SH NAME
17 lprm \- cancel print jobs
18 .SH SYNOPSIS
19 .B lprm
20 [ -E ] [ -U
21 .I username
22 ] [ -h
23 .I server[:port]
24 ] [ -P
25 .I destination[/instance]
26 ] [ - ] [
27 .I job ID(s)
28 ]
29 .SH DESCRIPTION
30 \fIlprm\fR cancels print jobs that have been queued for printing.
31 If no arguments are supplied, the current job on the default
32 destination is cancelled. You can specify one or more job ID
33 numbers to cancel those jobs or use the \fI-\fR option to cancel
34 all jobs.
35 .SH OPTIONS
36 The \fIlprm\fR command supports the following options:
37 .TP 5
38 -E
39 .br
40 Forces encryption when connecting to the server.
41 .TP 5
42 -P destination[/instance]
43 .br
44 Specifies the destination printer or class.
45 .TP 5
46 -U username
47 .br
48 Specifies an alternate username.
49 .TP 5
50 -h server[:port]
51 .br
52 Specifies an alternate server.
53 .SH COMPATIBILITY
54 The CUPS version of \fIlprm\fR is compatible with the standard
55 Berkeley \fIlprm\fR command.
56 .SH SEE ALSO
57 \fIcancel(1)\fR, \fIlp(1)\fR, \fIlpq(1)\fR, \fIlpr(1)\fR,
58 \fIlpstat(1)\fR,
59 .br
60 http://localhost:631/help
61 .SH COPYRIGHT
62 Copyright 2007-2013 by Apple Inc.
63 .\"
64 .\" End of "$Id$".
65 .\"