]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - man/lpmove.man
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / man / lpmove.man
index 2c462c027abb9d2987474bad40be9e06770361bd..cb093aee18486323ab489789d467430e6e671436 100644 (file)
@@ -1,67 +1,73 @@
 .\"
-.\" "$Id: lpmove.man 4948 2006-01-19 03:23:41Z mike $"
+.\" lpmove man page for CUPS.
 .\"
-.\"   lpmove man page for the Common UNIX Printing System (CUPS).
+.\" Copyright 2007-2016 by Apple Inc.
+.\" Copyright 1997-2006 by Easy Software Products.
 .\"
-.\"   Copyright 1997-2006 by Easy Software Products.
+.\" Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 .\"
-.\"   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:
-.\"
-.\"       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" "18 January 2006" "Easy Software Products"
+.TH lpmove 8 "CUPS" "26 May 2016" "Apple Inc."
 .SH NAME
 lpmove \- move a job or all jobs to a new destination
 .SH SYNOPSIS
 .B lpmove
-[ -E ] [ -h
-.I hostname[:port]
-] [ -U
+[
+.B \-E
+] [
+\fB\-h \fIserver\fR[\fB:\fIport\fR]
+] [
+.B \-U
 .I username
 ]
-.I job destination
+.I job
+.I destination
 .br
 .B lpmove
-[ -E ] [ -h
-.I hostname[:port]
-] [ -U
+[
+.B \-E
+] [
+\fB\-h \fIserver\fR[\fB:\fIport\fR]
+] [
+.B \-U
 .I username
 ]
-.I source destination
+.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:
-.br
+\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
-.SH OPTIONS
-The \fI-E\fR option forces encryption when connecting to the server.
-.LP
-The \fI-U\fR option specifies an alternate username.
-.LP
-The \fI-h\fR option specifies an alternate server.
 .SH SEE ALSO
-cancel(1), lp(1)
+.BR cancel (1),
+.BR lp (1),
+.BR lpr (1),
+.BR lprm (1),
 .br
-http://localhost:631/help
+CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright 1993-2006 by Easy Software Products, All Rights Reserved.
-.\"
-.\" End of "$Id: lpmove.man 4948 2006-01-19 03:23:41Z mike $".
-.\"
+Copyright \[co] 2007-2017 by Apple Inc.