Blame SOURCES/0001-Update-man-pages-for-h-option-Issue-357.patch

f65e80
From 4d6787bd98c2fac8dcc58f34125d299d82e622aa Mon Sep 17 00:00:00 2001
f65e80
From: Michael R Sweet <michael.r.sweet@gmail.com>
f65e80
Date: Mon, 2 May 2022 15:35:20 -0400
f65e80
Subject: [PATCH] Update man pages for -h option (Issue #357)
f65e80
f65e80
---
f65e80
 doc/help/man-cancel.html    |  7 ++++---
f65e80
 doc/help/man-cupsctl.html   |  7 ++++---
f65e80
 doc/help/man-ipptool.html   |  6 ++++++
f65e80
 doc/help/man-lp.html        |  9 +++++----
f65e80
 doc/help/man-lpinfo.html    |  9 +++++----
f65e80
 doc/help/man-lpmove.html    |  9 +++++----
f65e80
 doc/help/man-lpoptions.html | 17 +++++++++--------
f65e80
 doc/help/man-lpq.html       |  5 +++--
f65e80
 doc/help/man-lpr.html       |  5 +++--
f65e80
 doc/help/man-lprm.html      |  6 +++---
f65e80
 doc/help/man-lpstat.html    |  5 +++--
f65e80
 man/cancel.1                |  9 +++++----
f65e80
 man/cupsctl.8               |  9 +++++----
f65e80
 man/lp.1                    | 11 ++++++-----
f65e80
 man/lpinfo.8                | 11 ++++++-----
f65e80
 man/lpmove.8                | 11 ++++++-----
f65e80
 man/lpoptions.1             | 19 ++++++++++---------
f65e80
 man/lpq.1                   |  7 ++++---
f65e80
 man/lpr.1                   |  7 ++++---
f65e80
 man/lprm.1                  |  8 ++++----
f65e80
 man/lpstat.1                | 11 ++++++-----
f65e80
 22 files changed, 107 insertions(+), 82 deletions(-)
f65e80
f65e80
diff --git a/doc/help/man-cancel.html b/doc/help/man-cancel.html
f65e80
index d51bb2b91..a0b52369c 100644
f65e80
--- a/doc/help/man-cancel.html
f65e80
+++ b/doc/help/man-cancel.html
f65e80
@@ -12,6 +12,9 @@ cancel - cancel jobs
f65e80
 

Synopsis

f65e80
 cancel
f65e80
 [
f65e80
+-h
f65e80
+hostname[:port]
f65e80
+] [
f65e80
 -E
f65e80
 ] [
f65e80
 -U
f65e80
@@ -19,9 +22,6 @@ cancel - cancel jobs
f65e80
 ] [
f65e80
 -a
f65e80
 ] [
f65e80
--h
f65e80
-hostname[:port]
f65e80
-] [
f65e80
 -u
f65e80
 username
f65e80
 ] [
f65e80
@@ -46,6 +46,7 @@ destinations if none is provided.
f65e80
 
Forces encryption when connecting to the server.
f65e80
 
-h hostname[:port]
f65e80
 
Specifies an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 
-U username
f65e80
 
Specifies the username to use when connecting to the server.
f65e80
 
-u username
f65e80
diff --git a/doc/help/man-cupsctl.html b/doc/help/man-cupsctl.html
f65e80
index b3f892ef9..e5c98dccb 100644
f65e80
--- a/doc/help/man-cupsctl.html
f65e80
+++ b/doc/help/man-cupsctl.html
f65e80
@@ -12,14 +12,14 @@ cupsctl - configure cupsd.conf options
f65e80
 

Synopsis

f65e80
 cupsctl
f65e80
 [
f65e80
+-h
f65e80
+server[:port]
f65e80
+] [
f65e80
 -E
f65e80
 ] [
f65e80
 -U
f65e80
 username
f65e80
 ] [
f65e80
--h
f65e80
-server[:port]
f65e80
-] [
f65e80
 --[no-]debug-logging
f65e80
 ] [
f65e80
 --[no-]remote-admin
f65e80
@@ -45,6 +45,7 @@ The following options are recognized:
f65e80
 
Specifies an alternate username to use when authenticating with the scheduler.
f65e80
 
-h server[:port]
f65e80
 
Specifies the server address.
f65e80
+Note: This option must occur before all others.
f65e80
 
--[no-]debug-logging
f65e80
 
Enables (disables) debug logging to the error_log file.
f65e80
 
--[no-]remote-admin
f65e80
diff --git a/doc/help/man-ipptool.html b/doc/help/man-ipptool.html
f65e80
index 81f67d77f..688454c69 100644
f65e80
--- a/doc/help/man-ipptool.html
f65e80
+++ b/doc/help/man-ipptool.html
f65e80
@@ -59,6 +59,8 @@ ipptool - perform internet printing protocol requests
f65e80
 -i
f65e80
 seconds
f65e80
 ] [
f65e80
+-j
f65e80
+] [
f65e80
 -n
f65e80
 repeat-count
f65e80
 ] [
f65e80
@@ -150,6 +152,10 @@ This option is incompatible with the -i (interval) and -n (repeat-
f65e80
 testfile
f65e80
 should be repeated at the specified interval.
f65e80
 This option is incompatible with the -X (XML plist output) option.
f65e80
+
-j
f65e80
+
Specifies that
f65e80
+ipptool
f65e80
+will produce JSON output.
f65e80
 
-l
f65e80
 
Specifies that plain text output is desired.
f65e80
 
-n repeat-count
f65e80
diff --git a/doc/help/man-lp.html b/doc/help/man-lp.html
f65e80
index f70c088d3..6442e900d 100644
f65e80
--- a/doc/help/man-lp.html
f65e80
+++ b/doc/help/man-lp.html
f65e80
@@ -12,6 +12,8 @@ lp - print files
f65e80
 

Synopsis

f65e80
 lp
f65e80
 [
f65e80
+-h hostname[:port]
f65e80
+] [
f65e80
 -E
f65e80
 ] [
f65e80
 -U
f65e80
@@ -21,8 +23,6 @@ lp - print files
f65e80
 ] [
f65e80
 -d destination[/instance]
f65e80
 ] [
f65e80
--h hostname[:port]
f65e80
-] [
f65e80
 -m
f65e80
 ] [
f65e80
 -n
f65e80
@@ -51,6 +51,8 @@ lp - print files
f65e80
 
f65e80
 lp
f65e80
 [
f65e80
+-h hostname[:port]
f65e80
+] [
f65e80
 -E
f65e80
 ] [
f65e80
 -U
f65e80
@@ -58,8 +60,6 @@ lp - print files
f65e80
 ] [
f65e80
 -c
f65e80
 ] [
f65e80
--h hostname[:port]
f65e80
-] [
f65e80
 -i
f65e80
 job-id
f65e80
 ] [
f65e80
@@ -106,6 +106,7 @@ In CUPS, print files are always sent to the scheduler via IPP which has the same
f65e80
 
Prints files to the named printer.
f65e80
 
-h hostname[:port]
f65e80
 
Chooses an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 
-i job-id
f65e80
 
Specifies an existing job to modify.
f65e80
 
-m
f65e80
diff --git a/doc/help/man-lpinfo.html b/doc/help/man-lpinfo.html
f65e80
index a1aed9421..30df7691c 100644
f65e80
--- a/doc/help/man-lpinfo.html
f65e80
+++ b/doc/help/man-lpinfo.html
f65e80
@@ -12,10 +12,10 @@ lpinfo - show available devices or drivers (deprecated)
f65e80
 

Synopsis

f65e80
 lpinfo
f65e80
 [
f65e80
--E
f65e80
-] [
f65e80
 -h server[:port]
f65e80
 ] [
f65e80
+-E
f65e80
+] [
f65e80
 -l
f65e80
 ] [
f65e80
 --device-id
f65e80
@@ -40,10 +40,10 @@ lpinfo - show available devices or drivers (deprecated)
f65e80
 
f65e80
 lpinfo
f65e80
 [
f65e80
--E
f65e80
-] [
f65e80
 -h server[:port]
f65e80
 ] [
f65e80
+-E
f65e80
+] [
f65e80
 -l
f65e80
 ] [
f65e80
 --exclude-schemes
f65e80
@@ -66,6 +66,7 @@ The first form (-m) lists the available drivers, while the second form (<
f65e80
 
Forces encryption when connecting to the server.
f65e80
 
-h server[:port]
f65e80
 
Selects an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 
-l
f65e80
 
Shows a "long" listing of devices or drivers.
f65e80
 
--device-id device-id-string
f65e80
diff --git a/doc/help/man-lpmove.html b/doc/help/man-lpmove.html
f65e80
index d8019ee25..b0db753f9 100644
f65e80
--- a/doc/help/man-lpmove.html
f65e80
+++ b/doc/help/man-lpmove.html
f65e80
@@ -12,10 +12,10 @@ lpmove - move a job or all jobs to a new destination
f65e80
 

Synopsis

f65e80
 lpmove
f65e80
 [
f65e80
--E
f65e80
-] [
f65e80
 -h server[:port]
f65e80
 ] [
f65e80
+-E
f65e80
+] [
f65e80
 -U
f65e80
 username
f65e80
 ]
f65e80
@@ -24,10 +24,10 @@ lpmove - move a job or all jobs to a new destination
f65e80
 
f65e80
 lpmove
f65e80
 [
f65e80
--E
f65e80
-] [
f65e80
 -h server[:port]
f65e80
 ] [
f65e80
+-E
f65e80
+] [
f65e80
 -U
f65e80
 username
f65e80
 ]
f65e80
@@ -44,6 +44,7 @@ The lpmove command supports the following options:
f65e80
 
Specifies an alternate username.
f65e80
 
-h server[:port]
f65e80
 
Specifies an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 
f65e80
 

Examples

f65e80
 Move job 123 from "oldprinter" to "newprinter":
f65e80
diff --git a/doc/help/man-lpoptions.html b/doc/help/man-lpoptions.html
f65e80
index 6dda87f64..6af78290b 100644
f65e80
--- a/doc/help/man-lpoptions.html
f65e80
+++ b/doc/help/man-lpoptions.html
f65e80
@@ -12,9 +12,9 @@ lpoptions - display or set printer options and defaults
f65e80
 

Synopsis

f65e80
 lpoptions
f65e80
 [
f65e80
--E
f65e80
-] [
f65e80
 -h server[:port]
f65e80
+] [
f65e80
+-E
f65e80
 ]
f65e80
 -d destination[/instance]
f65e80
 [
f65e80
@@ -23,20 +23,20 @@ lpoptions - display or set printer options and defaults
f65e80
 
f65e80
 lpoptions
f65e80
 [
f65e80
--E
f65e80
-] [
f65e80
 -h server[:port]
f65e80
 ] [
f65e80
+-E
f65e80
+] [
f65e80
 -p destination[/instance]
f65e80
 ]
f65e80
 -o option[=value] ...
f65e80
 
f65e80
 lpoptions
f65e80
 [
f65e80
--E
f65e80
-] [
f65e80
 -h server[:port]
f65e80
 ] [
f65e80
+-E
f65e80
+] [
f65e80
 -p destination[/instance]
f65e80
 ]
f65e80
 -r
f65e80
@@ -44,9 +44,9 @@ lpoptions - display or set printer options and defaults
f65e80
 
f65e80
 lpoptions
f65e80
 [
f65e80
--E
f65e80
-] [
f65e80
 -h server[:port]
f65e80
+] [
f65e80
+-E
f65e80
 ]
f65e80
 -x destination[/instance]
f65e80
 

Description

f65e80
@@ -72,6 +72,7 @@ If instance is supplied then that particular instance is used.
f65e80
 This option overrides the system default printer for the current user.
f65e80
 
-h server[:port]
f65e80
 
Uses an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 
-l
f65e80
 
Lists the printer specific options and their current settings.
f65e80
 
-o option[=value]
f65e80
diff --git a/doc/help/man-lpq.html b/doc/help/man-lpq.html
f65e80
index 1c9e704ff..19e536d3c 100644
f65e80
--- a/doc/help/man-lpq.html
f65e80
+++ b/doc/help/man-lpq.html
f65e80
@@ -12,13 +12,13 @@ lpq - show printer queue status
f65e80
 

Synopsis

f65e80
 lpq
f65e80
 [
f65e80
+-h server[:port]
f65e80
+] [
f65e80
 -E
f65e80
 ] [
f65e80
 -U
f65e80
 username
f65e80
 ] [
f65e80
--h server[:port]
f65e80
-] [
f65e80
 -P destination[/instance]
f65e80
 ] [
f65e80
 -a
f65e80
@@ -44,6 +44,7 @@ Jobs queued on the default destination will be shown if no printer or class is s
f65e80
 
Reports jobs on all printers.
f65e80
 
-h server[:port]
f65e80
 
Specifies an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 
-l
f65e80
 
Requests a more verbose (long) reporting format.
f65e80
 
f65e80
diff --git a/doc/help/man-lpr.html b/doc/help/man-lpr.html
f65e80
index d044ab1a8..f9b19e1fe 100644
f65e80
--- a/doc/help/man-lpr.html
f65e80
+++ b/doc/help/man-lpr.html
f65e80
@@ -12,10 +12,10 @@ lpr - print files
f65e80
 

Synopsis

f65e80
 lpr
f65e80
 [
f65e80
--E
f65e80
-] [
f65e80
 -H server[:port]
f65e80
 ] [
f65e80
+-E
f65e80
+] [
f65e80
 -U
f65e80
 username
f65e80
 ] [
f65e80
@@ -67,6 +67,7 @@ The following options are recognized by lpr:
f65e80
 
Forces encryption when connecting to the server.
f65e80
 
-H server[:port]
f65e80
 
Specifies an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 
-C "name"
f65e80
 
-J "name"
f65e80
 
-T "name"
f65e80
diff --git a/doc/help/man-lprm.html b/doc/help/man-lprm.html
f65e80
index 7410320a3..dbe7f20de 100644
f65e80
--- a/doc/help/man-lprm.html
f65e80
+++ b/doc/help/man-lprm.html
f65e80
@@ -12,14 +12,13 @@ lprm - cancel print jobs
f65e80
 

Synopsis

f65e80
 lprm
f65e80
 [
f65e80
+-h hostname[:port]
f65e80
+] [
f65e80
 -E
f65e80
 ] [
f65e80
 -U
f65e80
 username
f65e80
 ] [
f65e80
--h
f65e80
-server[:port]
f65e80
-] [
f65e80
 -P
f65e80
 destination[/instance]
f65e80
 ] [
f65e80
@@ -45,6 +44,7 @@ command supports the following options:
f65e80
 
Specifies an alternate username.
f65e80
 
-h server[:port]
f65e80
 
Specifies an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 
f65e80
 

Conforming To

f65e80
 The CUPS version of
f65e80
diff --git a/doc/help/man-lpstat.html b/doc/help/man-lpstat.html
f65e80
index f23089bbe..2c5dedc7c 100644
f65e80
--- a/doc/help/man-lpstat.html
f65e80
+++ b/doc/help/man-lpstat.html
f65e80
@@ -12,6 +12,8 @@ lpstat - print cups status information
f65e80
 

Synopsis

f65e80
 lpstat
f65e80
 [
f65e80
+-h hostname[:port]
f65e80
+] [
f65e80
 -E
f65e80
 ] [
f65e80
 -H
f65e80
@@ -19,8 +21,6 @@ lpstat - print cups status information
f65e80
 -U
f65e80
 username
f65e80
 ] [
f65e80
--h hostname[:port]
f65e80
-] [
f65e80
 -l
f65e80
 ] [
f65e80
 -W
f65e80
@@ -91,6 +91,7 @@ If no classes are specified then all classes are listed.
f65e80
 
Shows all available destinations on the local network.
f65e80
 
-h server[:port]
f65e80
 
Specifies an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 
-l
f65e80
 
Shows a long listing of printers, classes, or jobs.
f65e80
 
-o [destination(s)]
f65e80
diff --git a/man/cancel.1 b/man/cancel.1
f65e80
index 34a5d9fc0..caea0ed69 100644
f65e80
--- a/man/cancel.1
f65e80
+++ b/man/cancel.1
f65e80
@@ -8,12 +8,15 @@
f65e80
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
f65e80
 .\" information.
f65e80
 .\"
f65e80
-.TH cancel 1 "CUPS" "26 April 2019" "Apple Inc."
f65e80
+.TH cancel 1 "CUPS" "2022-05-02" "OpenPrinting"
f65e80
 .SH NAME
f65e80
 cancel \- cancel jobs
f65e80
 .SH SYNOPSIS
f65e80
 .B cancel
f65e80
 [
f65e80
+.B \-h
f65e80
+.I hostname[:port]
f65e80
+] [
f65e80
 .B \-E
f65e80
 ] [
f65e80
 .B \-U
f65e80
@@ -21,9 +24,6 @@ cancel \- cancel jobs
f65e80
 ] [
f65e80
 .B \-a
f65e80
 ] [
f65e80
-.B \-h
f65e80
-.I hostname[:port]
f65e80
-] [
f65e80
 .B \-u
f65e80
 .I username
f65e80
 ] [
f65e80
@@ -50,6 +50,7 @@ Forces encryption when connecting to the server.
f65e80
 .TP 5
f65e80
 \fB\-h \fIhostname\fR[\fI:port\fR]
f65e80
 Specifies an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 .TP 5
f65e80
 \fB\-U \fIusername\fR
f65e80
 Specifies the username to use when connecting to the server.
f65e80
diff --git a/man/cupsctl.8 b/man/cupsctl.8
f65e80
index 1b1ff4183..7e50d07ac 100644
f65e80
--- a/man/cupsctl.8
f65e80
+++ b/man/cupsctl.8
f65e80
@@ -8,20 +8,20 @@
f65e80
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
f65e80
 .\" information.
f65e80
 .\"
f65e80
-.TH cupsctl 8 "CUPS" "26 April 2019" "Apple Inc."
f65e80
+.TH cupsctl 8 "CUPS" "2022-05-02" "OpenPrinting"
f65e80
 .SH NAME
f65e80
 cupsctl \- configure cupsd.conf options
f65e80
 .SH SYNOPSIS
f65e80
 .B cupsctl
f65e80
 [
f65e80
+.B \-h
f65e80
+\fIserver\fR[\fB:\fIport\fR]
f65e80
+] [
f65e80
 .B \-E
f65e80
 ] [
f65e80
 .B \-U
f65e80
 .I username
f65e80
 ] [
f65e80
-.B \-h
f65e80
-\fIserver\fR[\fB:\fIport\fR]
f65e80
-] [
f65e80
 \fB\-\-\fR[\fBno\-\fR]\fBdebug\-logging\fR
f65e80
 ] [
f65e80
 \fB\-\-\fR[\fBno\-\fR]\fBremote\-admin\fR
f65e80
@@ -49,6 +49,7 @@ Specifies an alternate username to use when authenticating with the scheduler.
f65e80
 .TP 5
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
 Specifies the server address.
f65e80
+Note: This option must occur before all others.
f65e80
 .TP 5
f65e80
 \fB\-\-\fR[\fBno\-\fR]\fBdebug\-logging\fR
f65e80
 Enables (disables) debug logging to the \fIerror_log\fR file.
f65e80
diff --git a/man/lp.1 b/man/lp.1
f65e80
index a54f904a5..4bdd2de7b 100644
f65e80
--- a/man/lp.1
f65e80
+++ b/man/lp.1
f65e80
@@ -8,12 +8,14 @@
f65e80
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
f65e80
 .\" information.
f65e80
 .\"
f65e80
-.TH lp 1 "CUPS" "26 April 2019" "Apple Inc."
f65e80
+.TH lp 1 "CUPS" "2022-05-02" "OpenPrinting"
f65e80
 .SH NAME
f65e80
 lp \- print files
f65e80
 .SH SYNOPSIS
f65e80
 .B lp
f65e80
 [
f65e80
+\fB\-h \fIhostname\fR[\fB:\fIport\fR]
f65e80
+] [
f65e80
 .B \-E
f65e80
 ] [
f65e80
 .B \-U
f65e80
@@ -23,8 +25,6 @@ lp \- print files
f65e80
 ] [
f65e80
 \fB\-d \fIdestination\fR[\fB/\fIinstance\fR]
f65e80
 ] [
f65e80
-\fB\-h \fIhostname\fR[\fB:\fIport\fR]
f65e80
-] [
f65e80
 .B \-m
f65e80
 ] [
f65e80
 .B \-n
f65e80
@@ -53,6 +53,8 @@ lp \- print files
f65e80
 .br
f65e80
 .B lp
f65e80
 [
f65e80
+\fB\-h \fIhostname\fR[\fB:\fIport\fR]
f65e80
+] [
f65e80
 .B \-E
f65e80
 ] [
f65e80
 .B \-U
f65e80
@@ -60,8 +62,6 @@ lp \- print files
f65e80
 ] [
f65e80
 .B \-c
f65e80
 ] [
f65e80
-\fB\-h \fIhostname\fR[\fB:\fIport\fR]
f65e80
-] [
f65e80
 .B \-i
f65e80
 .I job-id
f65e80
 ] [
f65e80
@@ -113,6 +113,7 @@ Prints files to the named printer.
f65e80
 .TP 5
f65e80
 \fB\-h \fIhostname\fR[\fB:\fIport\fR]
f65e80
 Chooses an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 .TP 5
f65e80
 \fB\-i \fIjob-id\fR
f65e80
 Specifies an existing job to modify.
f65e80
diff --git a/man/lpinfo.8 b/man/lpinfo.8
f65e80
index d238f9a60..d44b568d2 100644
f65e80
--- a/man/lpinfo.8
f65e80
+++ b/man/lpinfo.8
f65e80
@@ -8,16 +8,16 @@
f65e80
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
f65e80
 .\" information.
f65e80
 .\"
f65e80
-.TH lpinfo 8 "CUPS" "26 April 2019" "Apple Inc."
f65e80
+.TH lpinfo 8 "CUPS" "2022-05-02" "OpenPrinting"
f65e80
 .SH NAME
f65e80
 lpinfo \- show available devices or drivers (deprecated)
f65e80
 .SH SYNOPSIS
f65e80
 .B lpinfo
f65e80
 [
f65e80
-.B \-E
f65e80
-] [
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
 ] [
f65e80
+.B \-E
f65e80
+] [
f65e80
 .B \-l
f65e80
 ] [
f65e80
 .B \-\-device\-id
f65e80
@@ -42,10 +42,10 @@ lpinfo \- show available devices or drivers (deprecated)
f65e80
 .br
f65e80
 .B lpinfo
f65e80
 [
f65e80
-.B \-E
f65e80
-] [
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
 ] [
f65e80
+.B \-E
f65e80
+] [
f65e80
 .B \-l
f65e80
 ] [
f65e80
 .B \-\-exclude\-schemes
f65e80
@@ -69,6 +69,7 @@ Forces encryption when connecting to the server.
f65e80
 .TP 5
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
 Selects an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 .TP 5
f65e80
 .B \-l
f65e80
 Shows a "long" listing of devices or drivers.
f65e80
diff --git a/man/lpmove.8 b/man/lpmove.8
f65e80
index af3c6b63c..62adba654 100644
f65e80
--- a/man/lpmove.8
f65e80
+++ b/man/lpmove.8
f65e80
@@ -8,16 +8,16 @@
f65e80
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
f65e80
 .\" information.
f65e80
 .\"
f65e80
-.TH lpmove 8 "CUPS" "26 April 2019" "Apple Inc."
f65e80
+.TH lpmove 8 "CUPS" "2022-05-02" "OpenPrinting"
f65e80
 .SH NAME
f65e80
 lpmove \- move a job or all jobs to a new destination
f65e80
 .SH SYNOPSIS
f65e80
 .B lpmove
f65e80
 [
f65e80
-.B \-E
f65e80
-] [
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
 ] [
f65e80
+.B \-E
f65e80
+] [
f65e80
 .B \-U
f65e80
 .I username
f65e80
 ]
f65e80
@@ -26,10 +26,10 @@ lpmove \- move a job or all jobs to a new destination
f65e80
 .br
f65e80
 .B lpmove
f65e80
 [
f65e80
-.B \-E
f65e80
-] [
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
 ] [
f65e80
+.B \-E
f65e80
+] [
f65e80
 .B \-U
f65e80
 .I username
f65e80
 ]
f65e80
@@ -48,6 +48,7 @@ Specifies an alternate username.
f65e80
 .TP 5
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
 Specifies an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 .SH EXAMPLES
f65e80
 Move job 123 from "oldprinter" to "newprinter":
f65e80
 .nf
f65e80
diff --git a/man/lpoptions.1 b/man/lpoptions.1
f65e80
index 372f46a37..2eb5b6010 100644
f65e80
--- a/man/lpoptions.1
f65e80
+++ b/man/lpoptions.1
f65e80
@@ -8,15 +8,15 @@
f65e80
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
f65e80
 .\" information.
f65e80
 .\"
f65e80
-.TH lpoptions 1 "CUPS" "26 April 2019" "Apple Inc."
f65e80
+.TH lpoptions 1 "CUPS" "2022-05-02" "OpenPrinting"
f65e80
 .SH NAME
f65e80
 lpoptions \- display or set printer options and defaults
f65e80
 .SH SYNOPSIS
f65e80
 .B lpoptions
f65e80
 [
f65e80
-.B \-E
f65e80
-] [
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
+] [
f65e80
+.B \-E
f65e80
 ]
f65e80
 \fB\-d \fIdestination\fR[\fB/\fIinstance\fR]
f65e80
 [
f65e80
@@ -25,20 +25,20 @@ lpoptions \- display or set printer options and defaults
f65e80
 .br
f65e80
 .B lpoptions
f65e80
 [
f65e80
-.B \-E
f65e80
-] [
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
 ] [
f65e80
+.B \-E
f65e80
+] [
f65e80
 \fB\-p \fIdestination\fR[\fB/\fIinstance\fR]
f65e80
 ]
f65e80
 \fB\-o \fIoption\fR[\fB=\fIvalue\fR] ...
f65e80
 .br
f65e80
 .B lpoptions
f65e80
 [
f65e80
-.B \-E
f65e80
-] [
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
 ] [
f65e80
+.B \-E
f65e80
+] [
f65e80
 \fB\-p \fIdestination\fR[\fB/\fIinstance\fR]
f65e80
 ]
f65e80
 .B \-r
f65e80
@@ -46,9 +46,9 @@ lpoptions \- display or set printer options and defaults
f65e80
 .br
f65e80
 .B lpoptions
f65e80
 [
f65e80
-.B \-E
f65e80
-] [
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
+] [
f65e80
+.B \-E
f65e80
 ]
f65e80
 \fB\-x \fIdestination\fR[\fB/\fIinstance\fR]
f65e80
 .SH DESCRIPTION
f65e80
@@ -79,6 +79,7 @@ This option overrides the system default printer for the current user.
f65e80
 .TP 5
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
 Uses an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 .TP 5
f65e80
 .B \-l
f65e80
 Lists the printer specific options and their current settings.
f65e80
diff --git a/man/lpq.1 b/man/lpq.1
f65e80
index ce23a6c81..a81633ecb 100644
f65e80
--- a/man/lpq.1
f65e80
+++ b/man/lpq.1
f65e80
@@ -8,19 +8,19 @@
f65e80
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
f65e80
 .\" information.
f65e80
 .\"
f65e80
-.TH lpq 1 "CUPS" "26 April 2019" "Apple Inc."
f65e80
+.TH lpq 1 "CUPS" "2022-05-02" "OpenPrinting"
f65e80
 .SH NAME
f65e80
 lpq \- show printer queue status
f65e80
 .SH SYNOPSIS
f65e80
 .B lpq
f65e80
 [
f65e80
+\fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
+] [
f65e80
 .B \-E
f65e80
 ] [
f65e80
 .B \-U
f65e80
 .I username
f65e80
 ] [
f65e80
-\fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
-] [
f65e80
 \fB\-P \fIdestination\fR[\fB/\fIinstance\fR]
f65e80
 ] [
f65e80
 .B \-a
f65e80
@@ -51,6 +51,7 @@ Reports jobs on all printers.
f65e80
 .TP 5
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
 Specifies an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 .TP 5
f65e80
 .B \-l
f65e80
 Requests a more verbose (long) reporting format.
f65e80
diff --git a/man/lpr.1 b/man/lpr.1
f65e80
index e5f9f9018..77a62b305 100644
f65e80
--- a/man/lpr.1
f65e80
+++ b/man/lpr.1
f65e80
@@ -8,16 +8,16 @@
f65e80
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
f65e80
 .\" information.
f65e80
 .\"
f65e80
-.TH lpr 1 "CUPS" "26 April 2019" "Apple Inc."
f65e80
+.TH lpr 1 "CUPS" "2022-05-02" "OpenPrinting"
f65e80
 .SH NAME
f65e80
 lpr \- print files
f65e80
 .SH SYNOPSIS
f65e80
 .B lpr
f65e80
 [
f65e80
-.B \-E
f65e80
-] [
f65e80
 \fB\-H \fIserver\fR[\fB:\fIport\fR]
f65e80
 ] [
f65e80
+.B \-E
f65e80
+] [
f65e80
 .B \-U
f65e80
 .I username
f65e80
 ] [
f65e80
@@ -70,6 +70,7 @@ Forces encryption when connecting to the server.
f65e80
 .TP 5
f65e80
 \fB\-H \fIserver\fR[\fB:\fIport\fR]
f65e80
 Specifies an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 .TP 5
f65e80
 \fB\-C "\fIname\fB"\fR
f65e80
 .TP 5
f65e80
diff --git a/man/lprm.1 b/man/lprm.1
f65e80
index 094166539..0cf88ac51 100644
f65e80
--- a/man/lprm.1
f65e80
+++ b/man/lprm.1
f65e80
@@ -8,20 +8,19 @@
f65e80
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
f65e80
 .\" information.
f65e80
 .\"
f65e80
-.TH lprm 1 "CUPS" "26 April 2019" "Apple Inc."
f65e80
+.TH lprm 1 "CUPS" "2022-05-02" "OpenPrinting"
f65e80
 .SH NAME
f65e80
 lprm \- cancel print jobs
f65e80
 .SH SYNOPSIS
f65e80
 .B lprm
f65e80
 [
f65e80
+\fB\-h \fIhostname\fR[\fB:\fIport\fR]
f65e80
+] [
f65e80
 .B \-E
f65e80
 ] [
f65e80
 .B \-U
f65e80
 .I username
f65e80
 ] [
f65e80
-.B \-h
f65e80
-.IR server [ :port ]
f65e80
-] [
f65e80
 .B \-P
f65e80
 .IR destination [ /instance ]
f65e80
 ] [
f65e80
@@ -50,6 +49,7 @@ Specifies an alternate username.
f65e80
 .TP 5
f65e80
 \fB\-h \fIserver\fR[\fI:port\fR]
f65e80
 Specifies an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 .SH CONFORMING TO
f65e80
 The CUPS version of
f65e80
 .B lprm
f65e80
diff --git a/man/lpstat.1 b/man/lpstat.1
f65e80
index 0a10cd9bc..88acff7b3 100644
f65e80
--- a/man/lpstat.1
f65e80
+++ b/man/lpstat.1
f65e80
@@ -1,17 +1,20 @@
f65e80
 .\"
f65e80
 .\" lpstat man page for CUPS.
f65e80
 .\"
f65e80
-.\" Copyright 2007-2019 by Apple Inc.
f65e80
-.\" Copyright 1997-2006 by Easy Software Products.
f65e80
+.\" Copyright © 2021-2022 by OpenPrinting.
f65e80
+.\" Copyright © 2007-2019 by Apple Inc.
f65e80
+.\" Copyright © 1997-2006 by Easy Software Products.
f65e80
 .\"
f65e80
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
f65e80
 .\"
f65e80
-.TH lpstat 1 "CUPS" "26 April 2019" "Apple Inc."
f65e80
+.TH lpstat 1 "CUPS" "2022-05-02" "OpenPrinting"
f65e80
 .SH NAME
f65e80
 lpstat \- print cups status information
f65e80
 .SH SYNOPSIS
f65e80
 .B lpstat
f65e80
 [
f65e80
+\fB\-h \fIhostname\fR[\fB:\fIport\fR]
f65e80
+] [
f65e80
 .B \-E
f65e80
 ] [
f65e80
 .B \-H
f65e80
@@ -19,8 +22,6 @@
f65e80
 .B \-U
f65e80
 .I username
f65e80
 ] [
f65e80
-\fB\-h \fIhostname\fR[\fB:\fIport\fR]
f65e80
-] [
f65e80
 .B \-l
f65e80
 ] [
f65e80
 .B \-W
f65e80
@@ -100,6 +101,7 @@
f65e80
 .TP 5
f65e80
 \fB\-h \fIserver\fR[\fB:\fIport\fR]
f65e80
 Specifies an alternate server.
f65e80
+Note: This option must occur before all others.
f65e80
 .TP 5
f65e80
 .B \-l
f65e80
 Shows a long listing of printers, classes, or jobs.
f65e80
@@ -145,4 +147,4 @@
f65e80
 .BR lprm (1),
f65e80
 CUPS Online Help (http://localhost:631/help)
f65e80
 .SH COPYRIGHT
f65e80
-Copyright \[co] 2007-2019 by Apple Inc.
f65e80
+Copyright \[co] 2021-2022 by OpenPrinting.