]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - man/lpmove.man
Add cupsRasterInitPWGHeader API to setup a raster header using IPP Everywhere
[thirdparty/cups.git] / man / lpmove.man
index 30bd1d52c224adaeff05f1cb707359485814e238..c6d540262ccacf179574c8773dc688ccb2161947 100644 (file)
@@ -1,53 +1,82 @@
 .\"
-.\" "$Id: lpmove.man 4493 2005-02-18 02:09:53Z mike $"
+.\" "$Id$"
 .\"
-.\"   lpmove man page for the Common UNIX Printing System (CUPS).
+.\" lpmove man page for CUPS.
 .\"
-.\"   Copyright 1997-2005 by Easy Software Products.
+.\" Copyright 2007-2014 by Apple Inc.
+.\" Copyright 1997-2006 by Easy Software Products.
 .\"
-.\"   These coded instructions, statements, and computer programs are the
-.\"   property of Easy Software Products and are protected by Federal
-.\"   copyright law.  Distribution and use rights are outlined in the file
-.\"   "LICENSE.txt" which should have been included with this file.  If this
-.\"   file is missing or damaged please contact Easy Software Products
-.\"   at:
+.\" These coded instructions, statements, and computer programs are the
+.\" property of Apple Inc. and are protected by Federal copyright
+.\" law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+.\" which should have been included with this file.  If this file is
+.\" file is missing or damaged, see the license at "http://www.cups.org/".
 .\"
-.\"       Attn: CUPS Licensing Information
-.\"       Easy Software Products
-.\"       44141 Airport View Drive, Suite 204
-.\"       Hollywood, Maryland 20636 USA
-.\"
-.\"       Voice: (301) 373-9600
-.\"       EMail: cups-info@cups.org
-.\"         WWW: http://www.cups.org
-.\"
-.TH lpmove 8 "Common UNIX Printing System" "23 January 2001" "Easy Software Products"
+.TH lpmove 8 "CUPS" "12 June 2014" "Apple Inc."
 .SH NAME
-lpmove \- move a job to a new destination
+lpmove \- move a job or all jobs to a new destination
 .SH SYNOPSIS
 .B lpmove
-[ -E ]
-.I job destination
-.SH DESCRIPTION
-\fBlpmove\fR moves the specified \fIjob\fR to \fIdestination\fR. \fIjob\fR
-can be the job ID number or the old destination and job ID:
+[
+.B \-E
+] [
+\fB\-h \fIserver\fR[\fB:\fIport\fR]
+] [
+.B \-U
+.I username
+]
+.I job
+.I destination
 .br
+.B lpmove
+[
+.B \-E
+] [
+\fB\-h \fIserver\fR[\fB:\fIport\fR]
+] [
+.B \-U
+.I username
+]
+.I source
+.I destination
+.SH DESCRIPTION
+\fBlpmove\fR moves the specified \fIjob\fR or all jobs from \fIsource\fR to \fIdestination\fR. \fIjob\fR can be the job ID number or the old destination and job ID.
+.SH OPTIONS
+The \fBlpmove\fR command supports the following options:
+.TP 5
+.B \-E
+Forces encryption when connecting to the server.
+.TP 5
+\fB\-U \fIusername\fR
+Specifies an alternate username.
+.TP 5
+\fB\-h \fIserver\fR[\fB:\fIport\fR]
+Specifies an alternate server.
+.SH EXAMPLES
+Move job 123 from "oldprinter" to "newprinter":
+.nf
+
+    lpmove 123 newprinter
+
+            \fIor\fR
+
+    lpmove oldprinter-123 newprinter
+
+.fi
+Move all jobs from "oldprinter" to "newprinter":
 .nf
 
-     lpmove 123 newprinter
-     lpmove oldprinter-123 newprinter
+    lpmove oldprinter newprinter
 .fi
-.LP
-The \fI-E\fR option forces encryption when connecting to the server.
-.SH COMPATIBILITY
-The System V version of this command also allows moving of all jobs from one
-queue to another. This functionality is currently not supported by CUPS.
 .SH SEE ALSO
-cancel(1), lp(1),
-CUPS Software Users Manual,
-http://localhost:631/documentation.html
+.BR cancel (1),
+.BR lp (1),
+.BR lpr (1),
+.BR lprm (1),
+.br
+CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright 1993-2005 by Easy Software Products, All Rights Reserved.
+Copyright \[co] 2007-2015 by Apple Inc.
 .\"
-.\" End of "$Id: lpmove.man 4493 2005-02-18 02:09:53Z mike $".
+.\" End of "$Id$".
 .\"