]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update default destination documentation (Issue #819)
authorMichael R Sweet <msweet@msweet.org>
Tue, 2 Apr 2024 23:50:26 +0000 (19:50 -0400)
committerMichael R Sweet <msweet@msweet.org>
Tue, 2 Apr 2024 23:50:33 +0000 (19:50 -0400)
53 files changed:
CHANGES.md
doc/help/man-backend.html
doc/help/man-cancel.html
doc/help/man-classes.conf.html
doc/help/man-client.conf.html
doc/help/man-cups-config.html
doc/help/man-cups-files.conf.html
doc/help/man-cups-lpd.html
doc/help/man-cups-snmp.conf.html
doc/help/man-cups-snmp.html
doc/help/man-cups.html
doc/help/man-cupsaccept.html
doc/help/man-cupsctl.html
doc/help/man-cupsd-helper.html
doc/help/man-cupsd-logs.html
doc/help/man-cupsd.conf.html
doc/help/man-cupsd.html
doc/help/man-cupsenable.html
doc/help/man-cupsfilter.html
doc/help/man-cupstestppd.html
doc/help/man-filter.html
doc/help/man-ippevepcl.html
doc/help/man-ippeveprinter.html
doc/help/man-ippfind.html
doc/help/man-ipptool.html
doc/help/man-ipptoolfile.html
doc/help/man-lp.html
doc/help/man-lpadmin.html
doc/help/man-lpc.html
doc/help/man-lpinfo.html
doc/help/man-lpmove.html
doc/help/man-lpoptions.html
doc/help/man-lpq.html
doc/help/man-lpr.html
doc/help/man-lprm.html
doc/help/man-lpstat.html
doc/help/man-mailto.conf.html
doc/help/man-mime.convs.html
doc/help/man-mime.types.html
doc/help/man-notifier.html
doc/help/man-ppdc.html
doc/help/man-ppdcfile.html
doc/help/man-ppdhtml.html
doc/help/man-ppdi.html
doc/help/man-ppdmerge.html
doc/help/man-ppdpo.html
doc/help/man-printers.conf.html
doc/help/man-subscriptions.conf.html
man/lp.1
man/lpadmin.8
man/lpoptions.1
man/lpr.1
man/lpstat.1

index c273e3d88812b2563e5a8ffb2788d262bdace619..1441b2e09172712af35fdaedaa7333f65a042f91 100644 (file)
@@ -24,6 +24,7 @@ Changes in CUPS v2.5b1 (TBA)
   not used (Issue #674)
 - Updated `cups_enum_dests()` timeout for listing available IPP printers
   (Issue #751)
+- Updated default destination documentation (Issue #819)
 - Updated `httpAddrConnect2()` to handle `POLLHUP` together with `POLLIN` or
   `POLLOUT` (Issue #839)
 - Updated the policies help document with the correct `Order` directive to deny
index a5eb12e04e1e0036c387f4498d787cef03386d15..81ba0318b24c7d94947939bf2adb97bd42f8ffaa 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>backend(7)</title>
   </head>
   <body>
@@ -47,7 +47,7 @@
 </pre>
     <h2 id="backend-7.description">Description</h2>
 <p>Backends are a special type of
-<strong>filter</strong>(7)
+<a href="filter.html"><strong>filter</strong>(7)</a>
 
 which is used to send print data to and discover different devices on the system.
 </p>
@@ -179,10 +179,10 @@ The scheduler will retry the job immediately without allowing intervening jobs.
 </p>
     <h2 id="backend-7.environment">Environment</h2>
 <p>In addition to the environment variables listed in
-<strong>cups</strong>(1)
+<a href="cups.html"><strong>cups</strong>(1)</a>
 
 and
-<strong>filter</strong>(7),
+<a href="filter.html"><strong>filter</strong>(7),</a>
 
 CUPS backends can expect the following environment variable:
 </p>
@@ -203,24 +203,24 @@ Backends can also be installed with restricted permissions (0500 or 0700) that t
 </p>
     <p>Unless you are a developer and know what you are doing, please do not run backends directly.
 Instead, use the
-<strong>lp</strong>(1)
+<a href="lp.html"><strong>lp</strong>(1)</a>
 
 or
-<strong>lpr</strong>(1)
+<a href="lpr.html"><strong>lpr</strong>(1)</a>
 
 programs to send print jobs or
-<strong>lpinfo</strong>(8)
+<a href="lpinfo.html"><strong>lpinfo</strong>(8)</a>
 
 to query for available printers using the backend.
 The one exception is the SNMP backend - see
-<strong>cups-snmp</strong>(8)
+<a href="cups-snmp.html"><strong>cups-snmp</strong>(8)</a>
 
 for more information.
 </p>
     <h2 id="backend-7.notes">Notes</h2>
 <p>CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <h2 id="backend-7.see-also">See Also</h2>
index 3a18fac9656badad8632fcb05d209a3dea3fbb79..fb628b5dce010d6c2d47873c732a61bce04becb0 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cancel(1)</title>
   </head>
   <body>
@@ -84,17 +84,17 @@ Deletes job data files in addition to canceling.
 </pre>
     <h2 id="cancel-1.notes">Notes</h2>
 <p>Administrators wishing to prevent unauthorized cancellation of jobs via the <em>-u</em> option should require authentication for Cancel-Jobs operations in
-<strong>cupsd.conf</strong>(5).
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5).</a>
 
 </p>
     <h2 id="cancel-1.see-also">See Also</h2>
-<p><strong>cupsd.conf</strong>(5),
+<a href="cupsd.conf.html"><p><strong>cupsd.conf</strong>(5),</a>
 
-<strong>lp</strong>(1),
+<a href="lp.html"><strong>lp</strong>(1),</a>
 
-<strong>lpmove</strong>(8),
+<a href="lpmove.html"><strong>lpmove</strong>(8),</a>
 
-<strong>lpstat</strong>(1),
+<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index a95dc29dbe61291d0caed01044428fd01c12fa93..7b725fa4ab5669d1769c6469aefdea6f14d6fd7b 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>classes.conf(5)</title>
   </head>
   <body>
@@ -12,7 +12,7 @@
     <h2 id="classes.conf-5.description">Description</h2>
 <p>The <strong>classes.conf</strong> file defines the local printer classes that are available.
 It is normally located in the <em>/etc/cups</em> directory and is maintained by the
-<strong>cupsd</strong>(8)
+<a href="cupsd.html"><strong>cupsd</strong>(8)</a>
 
 program.
 This file is not intended to be edited or managed manually.
@@ -21,17 +21,17 @@ This file is not intended to be edited or managed manually.
 <p>The name, location, and format of this file are an implementation detail that will change in future releases of CUPS.
 </p>
     <h2 id="classes.conf-5.see-also">See Also</h2>
-<p><strong>cupsd</strong>(8),
+<a href="cupsd.html"><p><strong>cupsd</strong>(8),</a>
 
-<strong>cupsd.conf</strong>(5),
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
 
-<strong>mime.convs</strong>(5),
+<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
 
-<strong>mime.types</strong>(5),
+<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
 
-<strong>printers.conf</strong>(5),
+<a href="printers.conf.html"><strong>printers.conf</strong>(5),</a>
 
-<strong>subscriptions.conf</strong>(5),
+<a href="subscriptions.conf.html"><strong>subscriptions.conf</strong>(5),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 1a72e35951accd74afe35de35fe69794f9a8c5f7..cfd19d37ea4f93e282611cf2b5bea9cbd1fdba2d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>client.conf(5)</title>
   </head>
   <body>
@@ -128,7 +128,7 @@ defaults read /Library/Preferences/org.cups.PrintingPrefs.plist Encryption
 <p>On Linux and other systems using GNU TLS, the <em>/etc/cups/ssl/site.crl</em> file, if present, provides a list of revoked X.509 certificates and is used when validating certificates.
 </p>
     <h2 id="client.conf-5.see-also">See Also</h2>
-<p><strong>cups</strong>(1),
+<a href="cups.html"><p><strong>cups</strong>(1),</a>
 
 <strong>default</strong>(1),
 
index 0b5a922bd4f02369e48e5972ff093dd58f31869c..b84282e20b762e5a9e7558a78cee0402678cefdd 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cups-config(1)</title>
   </head>
   <body>
@@ -112,7 +112,7 @@ Reports the full version number of the CUPS installation (major.minor.patch).
 Formerly used to add the CUPS imaging library to the list of libraries.
 </p>
     <h2 id="cups-config-1.see-also">See Also</h2>
-<p><strong>cups</strong>(1),
+<a href="cups.html"><p><strong>cups</strong>(1),</a>
 
 <strong>pkg-config</strong>(1),
 
index 553227dcb8ee5bd231cc0822edfeeee1a8cca4f8..9168af6a4082c45c2972a66db925331ebce9b26e 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cups-files.conf(5)</title>
   </head>
   <body>
@@ -11,7 +11,7 @@
 </p>
     <h2 id="cups-files.conf-5.description">Description</h2>
 <p>The <strong>cups-files.conf</strong> file configures the files and directories used by the CUPS scheduler,
-<strong>cupsd</strong>(8).
+<a href="cupsd.html"><strong>cupsd</strong>(8).</a>
 
 It is normally located in the <em>/etc/cups</em> directory.
 </p>
@@ -22,7 +22,7 @@ Comment lines start with the # character.
 </p>
     <h3 id="cups-files.conf-5.description.directives">Directives</h3>
 <p>The following directives are understood by
-<strong>cupsd</strong>(8):
+<a href="cupsd.html"><strong>cupsd</strong>(8):</a>
 
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>AccessLog</strong><br>
@@ -246,21 +246,21 @@ command, while on macOS the
 command is used instead.
 </p>
     <h2 id="cups-files.conf-5.see-also">See Also</h2>
-<p><strong>classes.conf</strong>(5),
+<a href="classes.conf.html"><p><strong>classes.conf</strong>(5),</a>
 
-<strong>cups</strong>(1),
+<a href="cups.html"><strong>cups</strong>(1),</a>
 
-<strong>cupsd</strong>(8),
+<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
 
-<strong>cupsd.conf</strong>(5),
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
 
-<strong>mime.convs</strong>(5),
+<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
 
-<strong>mime.types</strong>(5),
+<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
 
-<strong>printers.conf</strong>(5),
+<a href="printers.conf.html"><strong>printers.conf</strong>(5),</a>
 
-<strong>subscriptions.conf</strong>(5),
+<a href="subscriptions.conf.html"><strong>subscriptions.conf</strong>(5),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 591925f5098595cc58fa2fc96228d62316f9d398..caae0d05a22795e5359b43a5677bc20c17e33ccc 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cups-lpd(8)</title>
   </head>
   <body>
@@ -120,9 +120,9 @@ Simply enable the
 service using the corresponding control program.
 </p>
     <h2 id="cups-lpd-8.see-also">See Also</h2>
-<p><strong>cups</strong>(1),
+<a href="cups.html"><p><strong>cups</strong>(1),</a>
 
-<strong>cupsd</strong>(8),
+<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
 
 <strong>inetd</strong>(8),
 
index 8a1c3c03cbf5c1e3590aab8595298ceb20719398..0d7c11d15f7446d8ce7d4e21dc8b6abda9e7fbba 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>snmp.conf(5)</title>
   </head>
   <body>
@@ -16,7 +16,7 @@ file configures how the standard CUPS network backends (http, https, ipp, ipps,
 Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character.
 </p>
     <p>The Community and DebugLevel directives are used by all backends. The remainder apply only to the SNMP backend -
-<strong>cups-snmp</strong>(8).
+<a href="cups-snmp.html"><strong>cups-snmp</strong>(8).</a>
 
 </p>
     <h2 id="snmp.conf-5.directives">Directives</h2>
@@ -60,11 +60,11 @@ The default is 120 seconds (2 minutes).
     <h2 id="snmp.conf-5.notes">Notes</h2>
 <p>CUPS backends are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <h2 id="snmp.conf-5.see-also">See Also</h2>
-<p><strong>cups-snmp</strong>(8),
+<a href="cups-snmp.html"><p><strong>cups-snmp</strong>(8),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 58283672b2a133f537614b8f491579428ec2d4d2..91b366732fc37b0c024469b9f6c83841d738f9f4 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cups-snmp(8)</title>
   </head>
   <body>
@@ -30,7 +30,7 @@ Additional queries are then sent to printers that respond in order to determine
 This can be used for programs that need to configure print queues where the user has supplied an address but nothing else.
 </p>
     <p>In the second form, the SNMP backend is run indirectly using the
-<strong>lpinfo</strong>(8)
+<a href="lpinfo.html"><strong>lpinfo</strong>(8)</a>
 
 command.
 The output provides all printers detected via SNMP on the configured
@@ -54,13 +54,13 @@ version of CUPS.
 <p>The CUPS SNMP backend uses the information from the Host, Printer, and Port Monitor MIBs along with some vendor private MIBs and intelligent port probes to determine the correct device URI and make and model for each printer.
 </p>
     <h2 id="cups-snmp-8.see-also">See Also</h2>
-<p><strong>backend</strong>(7),
+<a href="backend.html"><p><strong>backend</strong>(7),</a>
 
-<strong>cups-snmp.conf</strong>(5),
+<a href="cups-snmp.conf.html"><strong>cups-snmp.conf</strong>(5),</a>
 
-<strong>cupsd</strong>(8),
+<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
 
-<strong>lpinfo</strong>(8),
+<a href="lpinfo.html"><strong>lpinfo</strong>(8),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 47fef9918ffadc0936412de0c4e10b6131013878..9660de8a6c291b24b3a4c57706d34f46115dc0ff 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cups(1)</title>
   </head>
   <body>
@@ -44,10 +44,10 @@ removes the job from the queue and moves on to any other jobs you have submitted
     <p>Once you have added the printer, you can print to it from any application. You can also choose Print Test Page from the maintenance menu to print a simple test page and verify that everything is working properly.
 </p>
     <p>You can also use the
-<strong>lpadmin</strong>(8)
+<a href="lpadmin.html"><strong>lpadmin</strong>(8)</a>
 
 and
-<strong>lpinfo</strong>(8)
+<a href="lpinfo.html"><strong>lpinfo</strong>(8)</a>
 
 commands to add printers to
 <strong>CUPS</strong>.
@@ -129,33 +129,33 @@ conforms to the Internet Printing Protocol version 2.1 and implements the Berkel
     <h2 id="cups-1.notes">Notes</h2>
 <p>CUPS printer drivers, backends, and PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <h2 id="cups-1.see-also">See Also</h2>
-<p><strong>cancel</strong>(1),
+<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
 
-<strong>client.conf</strong>(5),
+<a href="client.conf.html"><strong>client.conf</strong>(5),</a>
 
-<strong>cupsctl</strong>(8),
+<a href="cupsctl.html"><strong>cupsctl</strong>(8),</a>
 
-<strong>cupsd</strong>(8),
+<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
 
-<strong>lp</strong>(1),
+<a href="lp.html"><strong>lp</strong>(1),</a>
 
-<strong>lpadmin</strong>(8),
+<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
 
-<strong>lpinfo</strong>(8),
+<a href="lpinfo.html"><strong>lpinfo</strong>(8),</a>
 
-<strong>lpoptions</strong>(1),
+<a href="lpoptions.html"><strong>lpoptions</strong>(1),</a>
 
-<strong>lpr</strong>(1),
+<a href="lpr.html"><strong>lpr</strong>(1),</a>
 
-<strong>lprm</strong>(1),
+<a href="lprm.html"><strong>lprm</strong>(1),</a>
 
-<strong>lpq</strong>(1),
+<a href="lpq.html"><strong>lpq</strong>(1),</a>
 
-<strong>lpstat</strong>(1),
+<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>),
 OpenPrinting CUPS Web Site (<a href="https://openprinting.github.io/cups">https://openprinting.github.io/cups</a>),
index 964ada4c07c7e5603bec8068de2fb3e15ba05adc..6da1f3ba217cc26ac373f8c1821e05714e7a213e 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cupsaccept(8)</title>
   </head>
   <body>
@@ -79,15 +79,15 @@ Also, printer and class names are <em>not</em> case-sensitive.
     <p>Finally, the CUPS versions may ask the user for an access password depending on the printing system configuration.
 </p>
     <h2 id="cupsaccept-8.see-also">See Also</h2>
-<p><strong>cancel</strong>(1),
+<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
 
-<strong>cupsenable</strong>(8),
+<a href="cupsenable.html"><strong>cupsenable</strong>(8),</a>
 
-<strong>lp</strong>(1),
+<a href="lp.html"><strong>lp</strong>(1),</a>
 
-<strong>lpadmin</strong>(8),
+<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
 
-<strong>lpstat</strong>(1),
+<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
 
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
index 4552469a54726a33de8f9f4f667846918a32ae44..ddd659e559f51bf672f519676d9885f26312a4b8 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cupsctl(8)</title>
   </head>
   <body>
@@ -94,9 +94,9 @@ Allows (prevents) users to cancel jobs owned by others.
 <p>You cannot set the Listen or Port directives using <strong>cupsctl</strong>.
 </p>
     <h2 id="cupsctl-8.see-also">See Also</h2>
-<p><strong>cupsd.conf</strong>(5),
+<a href="cupsd.conf.html"><p><strong>cupsd.conf</strong>(5),</a>
 
-<strong>cupsd</strong>(8),
+<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
 
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
index fc1be2bb6d9bdfb0b8f659ad7592755152d40c66..c1270769d98232e21499fc0685eb3baf26dcbacb 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cupsd-helper(8)</title>
   </head>
   <body>
 </p>
     <h2 id="cupsd-helper-8.description">Description</h2>
 <p>The <strong>cupsd-helper</strong> programs perform long-running operations on behalf of the scheduler,
-<strong>cupsd</strong>(8).
+<a href="cupsd.html"><strong>cupsd</strong>(8).</a>
 
 The <strong>cups-deviced</strong> helper program runs each CUPS
-<strong>backend</strong>(7)
+<a href="backend.html"><strong>backend</strong>(7)</a>
 
 with no arguments in order to discover the available printers.
 </p>
@@ -77,27 +77,27 @@ program or placed in compressed
 archives to further reduce their size.
 </p>
     <p>Driver information files must conform to the format defined in
-<strong>ppdcfile</strong>(5).
+<a href="ppdcfile.html"><strong>ppdcfile</strong>(5).</a>
 
 </p>
     <h2 id="cupsd-helper-8.notes">Notes</h2>
 <p>CUPS printer drivers, backends, and PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <h2 id="cupsd-helper-8.see-also">See Also</h2>
-<p><strong>backend</strong>(7),
+<a href="backend.html"><p><strong>backend</strong>(7),</a>
 
-<strong>cups</strong>(1),
+<a href="cups.html"><strong>cups</strong>(1),</a>
 
-<strong>cupsd</strong>(8),
+<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
 
-<strong>cupsd.conf</strong>(5),
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
 
-<strong>filter</strong>(7),
+<a href="filter.html"><strong>filter</strong>(7),</a>
 
-<strong>ppdcfile</strong>(5),
+<a href="ppdcfile.html"><strong>ppdcfile</strong>(5),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 60bc279ad1ebb3dc9f962a33847c11c2eeabd73a..416ecac258209f7fdb5ebe23e6b10aac83fc1460 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cupsd-logs(5)</title>
   </head>
   <body>
 <p>cupsd-logs - cupsd log files (access_log, error_log, and page_log)
 </p>
     <h2 id="cupsd-logs-5.description">Description</h2>
-<p><strong>cupsd</strong>(8)
+<a href="cupsd.html"><p><strong>cupsd</strong>(8)</a>
 
 normally maintains three log files: <em>access_log</em> to track requests that are submitted to the scheduler, <em>error_log</em> to track progress and errors, and <em>page_log</em> to track pages that are printed.
 Configuration directives in
-<strong>cupsd.conf</strong>(5)
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5)</a>
 
 and
-<strong>cups-files.conf</strong>(5)
+<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5)</a>
 
 control what information is logged and where it is stored.
 </p>
@@ -119,7 +119,7 @@ For POST requests the bytes field contains the number of bytes of non-IPP data t
 </p>
     <h3 id="cupsd-logs-5.description.error-log-file-format">Error Log File Format</h3>
 <p>The <em>error_log</em> file lists messages from the scheduler - errors, warnings, etc. The LogLevel directive in the
-<strong>cupsd.conf</strong>(5)
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5)</a>
 
 file controls which messages are logged:
 </p>
@@ -195,7 +195,7 @@ By default, each line contains the following information:
 
 </pre>
 <p>The PageLogFormat directive in the
-<strong>cupsd.conf</strong>(5)
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5)</a>
 
 file can be used to change this information.
 </p>
@@ -222,11 +222,11 @@ The format of this field is identical to the data-time field in the <em>access_l
     <p>The <em>sides</em> field contains a copy of the sides attribute provided with the IPP Create-Job or Print-Job requests or &quot;-&quot; if none was provided.
 </p>
     <h2 id="cupsd-logs-5.see-also">See Also</h2>
-<p><strong>cupsd</strong>(8),
+<a href="cupsd.html"><p><strong>cupsd</strong>(8),</a>
 
-<strong>cupsd.conf</strong>(5),
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
 
-<strong>cups-files.conf</strong>(5),
+<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 838b40b37dfb4b66f900d5b75850f23ef5528498..5b3b1e67d390dd94095050368322f160707f3f89 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cupsd.conf(5)</title>
   </head>
   <body>
@@ -13,7 +13,7 @@
 <p>The
 <em>cupsd.conf</em>
 file configures the CUPS scheduler,
-<strong>cupsd</strong>(8).
+<a href="cupsd.html"><strong>cupsd</strong>(8).</a>
 
 It is normally located in the
 <em>/etc/cups</em>
@@ -25,7 +25,7 @@ Comment lines start with the # character.
 </p>
     <h3 id="cupsd.conf-5.description.top-level-directives">Top-Level Directives</h3>
 <p>The following top-level directives are understood by
-<strong>cupsd</strong>(8):
+<a href="cupsd.html"><strong>cupsd</strong>(8):</a>
 
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>AccessLogLevel config</strong><br>
@@ -156,7 +156,7 @@ The default is 0.
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>HostNameLookups Double</strong><br>
 Specifies whether to do reverse lookups on connecting clients.
 The &quot;Double&quot; setting causes
-<strong>cupsd</strong>(8)
+<a href="cupsd.html"><strong>cupsd</strong>(8)</a>
 
 to verify that the hostname resolved from the address matches one of the addresses returned for that hostname.
 Double lookups also prevent clients with unregistered addresses from connecting to your server.
@@ -167,7 +167,7 @@ Only set this option to &quot;On&quot; or &quot;Double&quot; if absolutely requi
 Specifies the length of time to wait before shutting down due to inactivity.
 The default is &quot;60&quot; seconds.
 Note: Only applicable when
-<strong>cupsd</strong>(8)
+<a href="cupsd.html"><strong>cupsd</strong>(8)</a>
 
 is run on-demand (e.g., with <strong>-l</strong>).
 </p>
@@ -433,7 +433,7 @@ The default is &quot;No&quot;.
 </p>
     <h3 id="cupsd.conf-5.description.http-method-names">Http Method Names</h3>
 <p>The following HTTP methods are supported by
-<strong>cupsd</strong>(8):
+<a href="cupsd.html"><strong>cupsd</strong>(8):</a>
 
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;">GET<br>
@@ -453,7 +453,7 @@ Used by a client to upload configuration files.
 </p>
     <h3 id="cupsd.conf-5.description.ipp-operation-names">Ipp Operation Names</h3>
 <p>The following IPP operations are supported by
-<strong>cupsd</strong>(8):
+<a href="cupsd.html"><strong>cupsd</strong>(8):</a>
 
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;">CUPS-Accept-Jobs<br>
@@ -590,7 +590,7 @@ Validates options for a new job.
 </p>
     <h3 id="cupsd.conf-5.description.location-paths">Location Paths</h3>
 <p>The following paths are commonly used when configuring
-<strong>cupsd</strong>(8):
+<a href="cupsd.html"><strong>cupsd</strong>(8):</a>
 
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;">/<br>
@@ -712,7 +712,7 @@ Specifies that an authenticated user must be a member of one of the named groups
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>Require user {</strong><em>user-name</em>|<strong>@</strong><em>group-name</em>} ...<br>
 Specifies that an authenticated user must match one of the named users or be a member of one of the named groups.
 The group name &quot;@SYSTEM&quot; corresponds to the list of groups defined by the SystemGroup directive in the
-<strong>cups-files.conf</strong>(5)
+<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5)</a>
 
 file.
 The group name &quot;@OWNER&quot; corresponds to the owner of the resource, for example the person that submitted a print job.
@@ -741,7 +741,7 @@ The &quot;default&quot; access list is &quot;@OWNER @SYSTEM&quot;.
 &quot;@ACL&quot; maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
 &quot;@OWNER&quot; maps to the job's owner.
 &quot;@SYSTEM&quot; maps to the groups listed for the SystemGroup directive in the
-<strong>cups-files.conf</strong>(5)
+<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5)</a>
 
 file.
 </p>
@@ -765,7 +765,7 @@ The &quot;default&quot; access list is &quot;@OWNER @SYSTEM&quot;.
 &quot;@ACL&quot; maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
 &quot;@OWNER&quot; maps to the job's owner.
 &quot;@SYSTEM&quot; maps to the groups listed for the SystemGroup directive in the
-<strong>cups-files.conf</strong>(5)
+<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5)</a>
 
 file.
 </p>
@@ -827,7 +827,7 @@ Use &quot;%{job-impressions-completed}&quot; to insert the number of pages (side
 </p>
     <h2 id="cupsd.conf-5.notes">Notes</h2>
 <p>File, directory, and user configuration directives that used to be allowed in the <strong>cupsd.conf</strong> file are now stored in the
-<strong>cups-files.conf</strong>(5)
+<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5)</a>
 
 file instead in order to prevent certain types of privilege escalation attacks.
 </p>
@@ -868,19 +868,19 @@ often belongs to a different set of subnets from its clients.
     &lt;/Location>
 </pre>
     <h2 id="cupsd.conf-5.see-also">See Also</h2>
-<p><strong>classes.conf</strong>(5),
+<a href="classes.conf.html"><p><strong>classes.conf</strong>(5),</a>
 
-<strong>cups-files.conf</strong>(5),
+<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5),</a>
 
-<strong>cupsd</strong>(8),
+<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
 
-<strong>mime.convs</strong>(5),
+<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
 
-<strong>mime.types</strong>(5),
+<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
 
-<strong>printers.conf</strong>(5),
+<a href="printers.conf.html"><strong>printers.conf</strong>(5),</a>
 
-<strong>subscriptions.conf</strong>(5),
+<a href="subscriptions.conf.html"><strong>subscriptions.conf</strong>(5),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 6fe2c3617dbf0feb154c6dc52a3d8a1d040333f5..aaa80771817f07645dc3a81e402a334151cc466b 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cupsd(8)</title>
   </head>
   <body>
@@ -115,31 +115,31 @@ in the foreground with a test configuration file called
 
 </pre>
     <h2 id="cupsd-8.see-also">See Also</h2>
-<p><strong>backend</strong>(7),
+<a href="backend.html"><p><strong>backend</strong>(7),</a>
 
-<strong>classes.conf</strong>(5),
+<a href="classes.conf.html"><strong>classes.conf</strong>(5),</a>
 
-<strong>cups</strong>(1),
+<a href="cups.html"><strong>cups</strong>(1),</a>
 
-<strong>cups-files.conf</strong>(5),
+<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5),</a>
 
-<strong>cups-lpd</strong>(8),
+<a href="cups-lpd.html"><strong>cups-lpd</strong>(8),</a>
 
-<strong>cupsd.conf</strong>(5),
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
 
-<strong>cupsd-helper</strong>(8),
+<a href="cupsd-helper.html"><strong>cupsd-helper</strong>(8),</a>
 
 <strong>cupsd-logs</strong>(8),
 
-<strong>filter</strong>(7),
+<a href="filter.html"><strong>filter</strong>(7),</a>
 
 <strong>launchd</strong>(8),
 
-<strong>mime.convs</strong>(5),
+<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
 
-<strong>mime.types</strong>(5),
+<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
 
-<strong>printers.conf</strong>(5),
+<a href="printers.conf.html"><strong>printers.conf</strong>(5),</a>
 
 <strong>systemd</strong>(8),
 
index 2142c347382f8921db55f63abe3ad1b1c587fee7..996d32d4a316b283da2311463683fcbbbca2a665 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cupsenable(8)</title>
   </head>
   <body>
@@ -90,17 +90,17 @@ built-in commands of the same names.
 This differs from the System V versions which require the root user to execute these commands.
 </p>
     <h2 id="cupsenable-8.see-also">See Also</h2>
-<p><strong>cupsaccept</strong>(8),
+<a href="cupsaccept.html"><p><strong>cupsaccept</strong>(8),</a>
 
 <strong>cupsreject</strong>(8),
 
-<strong>cancel</strong>(1),
+<a href="cancel.html"><strong>cancel</strong>(1),</a>
 
-<strong>lp</strong>(1),
+<a href="lp.html"><strong>lp</strong>(1),</a>
 
-<strong>lpadmin</strong>(8),
+<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
 
-<strong>lpstat</strong>(1),
+<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 5eb8bc90894f04017bc9b96d3a0ba86df6986c85..9049c6f3f34e8c6aa5726487468f97da0955cfc5 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cupsfilter(8)</title>
   </head>
   <body>
@@ -107,7 +107,7 @@ returns a non-zero exit status on any error.
 </p>
     <h2 id="cupsfilter-8.environment">Environment</h2>
 <p>All of the standard
-<strong>cups</strong>(1)
+<a href="cups.html"><strong>cups</strong>(1)</a>
 
 environment variables affect the operation of
 <strong>cupsfilter</strong>.
@@ -123,7 +123,7 @@ environment variables affect the operation of
     <h2 id="cupsfilter-8.notes">Notes</h2>
 <p>CUPS printer drivers, filters, and backends are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <p>Unlike when printing, filters run using the
@@ -137,9 +137,9 @@ command use the current user and security session. This may result in different
     cupsfilter -m application/pdf -d myprinter -j 42 >preview.pdf
 </pre>
     <h2 id="cupsfilter-8.see-also">See Also</h2>
-<p><strong>cups</strong>(1),
+<a href="cups.html"><p><strong>cups</strong>(1),</a>
 
-<strong>cupsd.conf</strong>(5),
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
 
 <strong>filter(7),</strong>
 
index 201db603daad8f3745df46c9808223677b415506..586ad907f56615c679b770479af570088aa306db 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>cupstestppd(1)</title>
   </head>
   <body>
@@ -141,11 +141,11 @@ The PPD file does not conform to the Adobe PPD specification.
     <h2 id="cupstestppd-1.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <h2 id="cupstestppd-1.see-also">See Also</h2>
-<p><strong>lpadmin</strong>(8),
+<a href="lpadmin.html"><p><strong>lpadmin</strong>(8),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>),
 Adobe PostScript Printer Description File Format Specification, Version 4.3.
index f8f2ebc41a3e50dd139964c6c2d14d8f8e05881b..bc8a647198562e33756d97d4cb55b10411f203c4 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>filter(7)</title>
   </head>
   <body>
@@ -209,27 +209,27 @@ The user executing the filter, typically &quot;lp&quot; or &quot;root&quot;; con
     <h2 id="filter-7.notes">Notes</h2>
 <p>CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <p>CUPS filters are not meant to be run directly by the user.
 Aside from the legacy System V interface issues (<em>argv[0]</em> is the printer name), CUPS filters also expect specific environment variables and file descriptors, and typically run in a user session that (on macOS) has additional restrictions that affect how it runs.
 Unless you are a developer and know what you are doing, please do not run filters directly.
 Instead, use the
-<strong>cupsfilter</strong>(8)
+<a href="cupsfilter.html"><strong>cupsfilter</strong>(8)</a>
 
 program to use the appropriate filters to do the conversions you need.
 </p>
     <h2 id="filter-7.see-also">See Also</h2>
-<p><strong>backend</strong>(7),
+<a href="backend.html"><p><strong>backend</strong>(7),</a>
 
-<strong>cups</strong>(1),
+<a href="cups.html"><strong>cups</strong>(1),</a>
 
-<strong>cups-files.conf</strong>(5),
+<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5),</a>
 
-<strong>cupsd</strong>(8),
+<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
 
-<strong>cupsfilter</strong>(8),
+<a href="cupsfilter.html"><strong>cupsfilter</strong>(8),</a>
 
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
index 79df63733c3314ddc04aa02f089d63ed2bc20d32..a0f16afe2248ae99a3eece88f0d678730f5ceca6 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>ippevepcl/ps(7)</title>
   </head>
   <body>
@@ -25,7 +25,7 @@
 and
 <strong>ippeveps</strong>
 are print commands for
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 As with all print commands, these commands read either the filename specified on the command-line or from the standard input.
 Output is sent to the standard output.
index 9fcabeef2f3d8d0aa7bd30e8d998b95dec8ab8b7..fe4ce0a5aeb10c67e8d2bdf8a7b78e79a38225aa 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>ippeveprinter(1)</title>
   </head>
   <body>
@@ -145,7 +145,7 @@ Specifies the maximum IPP version to report.
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-a </strong><em>filename.conf</em><br>
 Load printer attributes from &quot;filename.conf&quot;.
 Attribute files can be created using the
-<strong>ipptool</strong>(1)
+<a href="ipptool.html"><strong>ipptool</strong>(1)</a>
 
 command with the
 <em>--ippserver</em>
@@ -157,11 +157,11 @@ If &quot;command&quot; is not an absolute path (&quot;/path/to/command&quot;),
 <strong>ippeveprinter</strong>
 looks for the command in the &quot;command&quot; subdirectory of the CUPS binary directory, typically /usr/lib/cups/command or /usr/libexec/cups/command.
 The
-<strong>cups-config</strong>(1)
+<a href="cups-config.html"><strong>cups-config</strong>(1)</a>
 
 command can be used to discover the correct binary directory (&quot;cups-config --serverbin&quot;).
 In addition, the CUPS_SERVERBIN environment variable can be used to override the default location of this directory - see the
-<strong>cups</strong>(1)
+<a href="cups.html"><strong>cups</strong>(1)</a>
 
 man page for more details.
 </p>
@@ -289,7 +289,7 @@ command whenever a job is sent to the server:
     ippeveprinter -c /usr/bin/file &quot;My Cool Printer&quot;
 </pre>
     <h2 id="ippeveprinter-1.see-also">See Also</h2>
-<p><strong>ippevepcl</strong>(7),
+<a href="ippevepcl.html"><p><strong>ippevepcl</strong>(7),</a>
 
 <strong>ippeveps</strong>(7),
 
index 7894c680a048c9ae810c19657d276ea108fb3494..70394e1c66dbffb47b9c6b3e906fa0b24f3e8681 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>ippfind(1)</title>
   </head>
   <body>
@@ -263,7 +263,7 @@ Values of TXT record <em>KEY</em> (uppercase).
       -f onepage-letter.ps '{}' print-job.test \;
 </pre>
     <h2 id="ippfind-1.see-also">See Also</h2>
-<p><strong>ipptool</strong>(1)
+<a href="ipptool.html"><p><strong>ipptool</strong>(1)</a>
 
 </p>
     <h2 id="ippfind-1.copyright">Copyright</h2>
index 6dcc34b07289e6fb6ba61e95badc4804e7e531d5..405034ef2ae94cd14b99ab6344ffdb42468149ba 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>ipptool(1)</title>
   </head>
   <body>
@@ -87,7 +87,7 @@ Output is either a plain text, formatted text, CSV, or XML report on the standar
 The
 <em>testfile</em>
 format is described in
-<strong>ipptoolfile</strong>(5).
+<a href="ipptoolfile.html"><strong>ipptoolfile</strong>(5).</a>
 
 </p>
     <h2 id="ipptool-1.options">Options</h2>
@@ -264,7 +264,7 @@ program is unique to CUPS and conforms to the Internet Printing Protocol up to v
         ipp://localhost/printers/myprinter create-printer-subscription.test
 </pre>
     <h2 id="ipptool-1.see-also">See Also</h2>
-<p><strong>ipptoolfile</strong>(5),
+<a href="ipptoolfile.html"><p><strong>ipptoolfile</strong>(5),</a>
 
 IANA IPP Registry (<a href="https://www.iana.org/assignments/ipp-registrations">https://www.iana.org/assignments/ipp-registrations</a>),
 PWG Internet Printing Protocol Workgroup (<a href="https://www.pwg.org/ipp">https://www.pwg.org/ipp</a>)
index 5caaf56b9a80a4e92fa60ff89e39bf63e7250499..f67e36681ee2d35ea8ad205e6be91a689ddf54d8 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>ipptoolfile(5)</title>
   </head>
   <body>
@@ -11,7 +11,7 @@
 </p>
     <h2 id="ipptoolfile-5.description">Description</h2>
 <p>The
-<strong>ipptool</strong>(1)
+<a href="ipptool.html"><strong>ipptool</strong>(1)</a>
 
 program accepts free-form plain text files that describe one or more IPP requests.
 Comments start with the &quot;#&quot; character and continue to the end of the line.
@@ -738,7 +738,7 @@ if any.
 Inserts the current user's login name.
 </p>
     <h2 id="ipptoolfile-5.see-also">See Also</h2>
-<p><strong>ipptool</strong>(1),
+<a href="ipptool.html"><p><strong>ipptool</strong>(1),</a>
 
 IANA IPP Registry (<a href="https://www.iana.org/assignments/ipp-registrations">https://www.iana.org/assignments/ipp-registrations</a>),
 PWG Internet Printing Protocol Workgroup (<a href="https://www.pwg.org/ipp">https://www.pwg.org/ipp</a>),
index 2b70c4c8f89fb330ce9de2dc201606451978905e..f3aa5e745c9352ba82a2ea5acf17688c653fb5aa 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>lp(1)</title>
   </head>
   <body>
@@ -88,10 +88,10 @@ Use a filename of &quot;-&quot; to force printing from the standard input.
     <h3 id="lp-1.description.the-default-destination">The Default Destination</h3>
 <p>CUPS provides many ways to set the default destination. The <strong>LPDEST</strong> and <strong>PRINTER</strong> environment variables are consulted first.
 If neither are set, the current default set using the
-<strong>lpoptions</strong>(1)
+<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
 
 command is used, followed by the default set using the
-<strong>lpadmin</strong>(8)
+<a href="lpadmin.html"><strong>lpadmin</strong>(8)</a>
 
 command.
 </p>
@@ -162,7 +162,7 @@ The page numbers refer to the output pages and not the document's original pages
 </p>
     <h3 id="lp-1.options.common-job-options">Common Job Options</h3>
 <p>Aside from the printer-specific options reported by the
-<strong>lpoptions</strong>(1)
+<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
 
 command, the following generic options are available:
 </p>
@@ -200,6 +200,15 @@ Prints on both sides of the paper for portrait output.
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-o sides=two-sided-short-edge</strong><br>
 Prints on both sides of the paper for landscape output.
+</p>
+    <h2 id="lp-1.environment">Environment</h2>
+<p>The following environment variables override the default destination:
+</p>
+    <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>LPDEST</strong><br>
+Specifies the default print queue (System V standard).
+</p>
+    <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>PRINTER</strong><br>
+Specifies the default print queue (Berkeley standard).
 </p>
     <h2 id="lp-1.conforming-to">Conforming To</h2>
 <p>Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, &quot;/&quot;, or &quot;#&quot;.
@@ -226,19 +235,19 @@ Also, printer and class names are <em>not</em> case-sensitive.
     lp -d bar -o number-up=2 filename
 </pre>
     <h2 id="lp-1.see-also">See Also</h2>
-<p><strong>cancel</strong>(1),
+<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
 
-<strong>lpadmin</strong>(8),
+<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
 
-<strong>lpoptions</strong>(1),
+<a href="lpoptions.html"><strong>lpoptions</strong>(1),</a>
 
-<strong>lpq</strong>(1),
+<a href="lpq.html"><strong>lpq</strong>(1),</a>
 
-<strong>lpr</strong>(1),
+<a href="lpr.html"><strong>lpr</strong>(1),</a>
 
-<strong>lprm</strong>(1),
+<a href="lprm.html"><strong>lprm</strong>(1),</a>
 
-<strong>lpstat</strong>(1),
+<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 658c0b1d940564df9fd654980fa2c248649ebeb3..4f19b191c406937d026419c5a008a1468d780b9d 100644 (file)
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>lpadmin(8)</title>
   </head>
   <body>
     <h1 id="lpadmin-8">lpadmin(8)</h1>
     <h2 id="lpadmin-8.name">Name</h2>
-<p>lpadmin - configure cups printers and classes
+<p>lpadmin - configure cups printers and classes on cups scheduler
 </p>
     <h2 id="lpadmin-8.synopsis">Synopsis</h2>
 <p><strong>lpadmin</strong>
@@ -57,15 +57,15 @@ It can also be used to set the server default printer or class.
 </p>
     <p>When specified before the <em>-d</em>, <em>-p</em>, or <em>-x</em> options, the <em>-E</em> option forces encryption when connecting to the server.
 </p>
-    <p>The first form of the command (<em>-d</em>) sets the default printer or class to <em>destination</em>.
+    <p>The first form of the command (<em>-d</em>) sets the scheduler's default printer or class to <em>destination</em>.
 Subsequent print jobs submitted via the
-<strong>lp</strong>(1)
+<a href="lp.html"><strong>lp</strong>(1)</a>
 
 or
-<strong>lpr</strong>(1)
+<a href="lpr.html"><strong>lpr</strong>(1)</a>
 
 commands will use this destination unless the user specifies otherwise with the
-<strong>lpoptions</strong>(1)
+<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
 
 command.
 </p>
@@ -84,7 +84,7 @@ If <em>class</em> does not exist it is created automatically.
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-m </strong><em>model</em><br>
 Sets a standard PPD file for the printer from the <em>model</em> directory or using one of the driver interfaces.
 Use the <em>-m</em> option with the
-<strong>lpinfo</strong>(8)
+<a href="lpinfo.html"><strong>lpinfo</strong>(8)</a>
 
 command to get a list of supported models.
 The model &quot;raw&quot; clears any existing PPD file and the model &quot;everywhere&quot; queries the printer referred to by the specified IPP <em>device-uri</em>.
@@ -120,7 +120,7 @@ Sets the default banner page(s) to use for print jobs.
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-o </strong><em>name</em><strong>=</strong><em>value</em><br>
 Sets a PPD option for the printer.
 PPD options can be listed using the <em>-l</em> option with the
-<strong>lpoptions</strong>(1)
+<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
 
 command.
 </p>
@@ -173,7 +173,7 @@ Note: The user 'root' is not granted special access - using &quot;-u allow:foo,b
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-v &quot;</strong><em>device-uri</em><strong>&quot;</strong><br>
 Sets the <em>device-uri</em> attribute of the printer queue.
 Use the <em>-v</em> option with the
-<strong>lpinfo</strong>(8)
+<a href="lpinfo.html"><strong>lpinfo</strong>(8)</a>
 
 command to get a list of supported device URIs and schemes.
 </p>
@@ -183,10 +183,10 @@ Provides a textual description of the destination.
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-E</strong><br>
 When specified before the <strong>-d</strong>, <strong>-p</strong>, or <strong>-x</strong> options, forces the use of TLS encryption on the connection to the scheduler.
 Otherwise, enables the destination and accepts jobs; this is the same as running the
-<strong>cupsaccept</strong>(8)
+<a href="cupsaccept.html"><strong>cupsaccept</strong>(8)</a>
 
 and
-<strong>cupsenable</strong>(8)
+<a href="cupsenable.html"><strong>cupsenable</strong>(8)</a>
 
 programs on the destination.
 </p>
@@ -215,7 +215,7 @@ This differs from the System V version which requires the root user to execute t
     <h2 id="lpadmin-8.notes">Notes</h2>
 <p>CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <p>The CUPS version of <strong>lpadmin</strong> does not support all of the System V or Solaris printing system configuration options.
@@ -236,13 +236,13 @@ These files should not be edited directly and are an implementation detail of CU
 
 </pre>
     <h2 id="lpadmin-8.see-also">See Also</h2>
-<p><strong>cupsaccept</strong>(8),
+<a href="cupsaccept.html"><p><strong>cupsaccept</strong>(8),</a>
 
-<strong>cupsenable</strong>(8),
+<a href="cupsenable.html"><strong>cupsenable</strong>(8),</a>
 
-<strong>lpinfo</strong>(8),
+<a href="lpinfo.html"><strong>lpinfo</strong>(8),</a>
 
-<strong>lpoptions</strong>(1),
+<a href="lpoptions.html"><strong>lpoptions</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 32d954ff681abb04d48ee4113df63188ffa8ccb5..fd3e160d16fc37750cd9cf470b1e30990fcaf92d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>lpc(8)</title>
   </head>
   <body>
@@ -44,26 +44,26 @@ Displays the status of one or more printer or class queues.
 </p>
     <p>Since <strong>lpc</strong> is geared towards the Berkeley printing system, it is impossible to use <strong>lpc</strong> to configure printer or class queues provided by CUPS.
 To configure printer or class queues you must use the
-<strong>lpadmin</strong>(8)
+<a href="lpadmin.html"><strong>lpadmin</strong>(8)</a>
 
 command or another CUPS-compatible client with that functionality.
 </p>
     <h2 id="lpc-8.see-also">See Also</h2>
-<p><strong>cancel</strong>(1),
+<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
 
-<strong>cupsaccept</strong>(8),
+<a href="cupsaccept.html"><strong>cupsaccept</strong>(8),</a>
 
-<strong>cupsenable</strong>(8),
+<a href="cupsenable.html"><strong>cupsenable</strong>(8),</a>
 
-<strong>lp</strong>(1),
+<a href="lp.html"><strong>lp</strong>(1),</a>
 
-<strong>lpadmin</strong>(8),
+<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
 
-<strong>lpr</strong>(1),
+<a href="lpr.html"><strong>lpr</strong>(1),</a>
 
-<strong>lprm</strong>(1),
+<a href="lprm.html"><strong>lprm</strong>(1),</a>
 
-<strong>lpstat</strong>(1),
+<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 61147f3adb2509b5bfcdc28320e8615afd62a7ed..97f7b3c9f026b5e9c86eb5177b0c6863ca24b602 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>lpinfo(8)</title>
   </head>
   <body>
@@ -121,11 +121,11 @@ Specifies the timeout when listing devices with the <em>-v</em> option.
     <h2 id="lpinfo-8.notes">Notes</h2>
 <p>CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <h2 id="lpinfo-8.see-also">See Also</h2>
-<p><strong>lpadmin</strong>(8),
+<a href="lpadmin.html"><p><strong>lpadmin</strong>(8),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 261c30ffe967011fed75701ccd4e2120323239f1..20ce440355f025542fb3ab4c39537f490aa026ec 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>lpmove(8)</title>
   </head>
   <body>
@@ -67,13 +67,13 @@ Note: This option must occur before all others.
     lpmove oldprinter newprinter
 </pre>
     <h2 id="lpmove-8.see-also">See Also</h2>
-<p><strong>cancel</strong>(1),
+<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
 
-<strong>lp</strong>(1),
+<a href="lp.html"><strong>lp</strong>(1),</a>
 
-<strong>lpr</strong>(1),
+<a href="lpr.html"><strong>lpr</strong>(1),</a>
 
-<strong>lprm</strong>(1),
+<a href="lprm.html"><strong>lprm</strong>(1),</a>
 
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
index c3c985d545271c84efc00a4735529105f39df7f0..99cc46817a5b54774733a46ecc0a4f523738f7a9 100644 (file)
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>lpoptions(1)</title>
   </head>
   <body>
     <h1 id="lpoptions-1">lpoptions(1)</h1>
     <h2 id="lpoptions-1.name">Name</h2>
-<p>lpoptions - display or set printer options and defaults
+<p>lpoptions - display or set per-user printer options and defaults
 </p>
     <h2 id="lpoptions-1.synopsis">Synopsis</h2>
 <p><strong>lpoptions</strong>
     <h2 id="lpoptions-1.description">Description</h2>
 <p><strong>lpoptions</strong> displays or sets printer options and defaults.
 If no printer is specified using the <em>-p</em> option, the default printer is used as described in
-<strong>lp</strong>(1).
+<a href="lp.html"><strong>lp</strong>(1).</a>
 
 </p>
     <p>If no <em>-l</em>, <em>-o</em>, or <em>-r</em> options are specified, the current options are reported on the standard output.
 </p>
     <p>Options set with the <strong>lpoptions</strong> command are used by the
-<strong>lp</strong>(1)
+<a href="lp.html"><strong>lp</strong>(1)</a>
 
 and
-<strong>lpr</strong>(1)
+<a href="lpr.html"><strong>lpr</strong>(1)</a>
 
 commands when submitting jobs.
 </p>
@@ -94,7 +94,7 @@ Specifies a new option for the named destination.
 Sets the destination and instance, if specified, for any options that follow.
 If the named instance does not exist then it is created.
 Destinations can only be created using the
-<strong>lpadmin</strong>(8)
+<a href="lpadmin.html"><strong>lpadmin</strong>(8)</a>
 
 program.
 </p>
@@ -105,9 +105,18 @@ Removes the specified option from the named destination.
 Removes the options for the named destination and instance, if specified.
 If the named instance does not exist then this does nothing.
 Destinations can only be removed using the
-<strong>lpadmin</strong>(8)
+<a href="lpadmin.html"><strong>lpadmin</strong>(8)</a>
 
 command.
+</p>
+    <h2 id="lpoptions-1.environment">Environment</h2>
+<p>The following environment variables override the default destination:
+</p>
+    <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>LPDEST</strong><br>
+Specifies the default print queue (System V standard).
+</p>
+    <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>PRINTER</strong><br>
+Specifies the default print queue (Berkeley standard).
 </p>
     <h2 id="lpoptions-1.files">Files</h2>
 <p><em>~/.cups/lpoptions</em> - user defaults and instances created by non-root users.
@@ -118,15 +127,15 @@ command.
 <p>The <strong>lpoptions</strong> command is unique to CUPS.
 </p>
     <h2 id="lpoptions-1.see-also">See Also</h2>
-<p><strong>cancel</strong>(1),
+<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
 
-<strong>lp</strong>(1),
+<a href="lp.html"><strong>lp</strong>(1),</a>
 
-<strong>lpadmin</strong>(8),
+<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
 
-<strong>lpr</strong>(1),
+<a href="lpr.html"><strong>lpr</strong>(1),</a>
 
-<strong>lprm</strong>(1),
+<a href="lprm.html"><strong>lprm</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 113d9559f554704086e48e0660d8af8da095d250..fe9d78eba2bad48128297cbce540d3081e92fb7a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>lpq(1)</title>
   </head>
   <body>
@@ -58,15 +58,15 @@ Note: This option must occur before all others.
 Requests a more verbose (long) reporting format.
 </p>
     <h2 id="lpq-1.see-also">See Also</h2>
-<p><strong>cancel</strong>(1),
+<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
 
-<strong>lp</strong>(1),
+<a href="lp.html"><strong>lp</strong>(1),</a>
 
-<strong>lpr</strong>(1),
+<a href="lpr.html"><strong>lpr</strong>(1),</a>
 
-<strong>lprm</strong>(1),
+<a href="lprm.html"><strong>lprm</strong>(1),</a>
 
-<strong>lpstat</strong>(1),
+<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 94a41dc332b23712e136754f328401ff1ec99eb7..c5f5b3548acb69d16943d8ace86361d56c8d7b64 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>lpr(1)</title>
   </head>
   <body>
@@ -58,10 +58,10 @@ If no files are listed on the command-line, <strong>lpr</strong> reads the print
     <h3 id="lpr-1.description.the-default-destination">The Default Destination</h3>
 <p>CUPS provides many ways to set the default destination. The <strong>LPDEST</strong> and <strong>PRINTER</strong> environment variables are consulted first.
 If neither are set, the current default set using the
-<strong>lpoptions</strong>(1)
+<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
 
 command is used, followed by the default set using the
-<strong>lpadmin</strong>(8)
+<a href="lpadmin.html"><strong>lpadmin</strong>(8)</a>
 
 command.
 </p>
@@ -117,7 +117,7 @@ Specifies that the named print files should be deleted after submitting them.
 </p>
     <h3 id="lpr-1.options.common-job-options">Common Job Options</h3>
 <p>Aside from the printer-specific options reported by the
-<strong>lpoptions</strong>(1)
+<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
 
 command, the following generic options are available:
 </p>
@@ -158,6 +158,15 @@ Prints on both sides of the paper for landscape output.
 </p>
     <h2 id="lpr-1.notes">Notes</h2>
 <p>The <em>-c</em>, <em>-d</em>, <em>-f</em>, <em>-g</em>, <em>-i</em>, <em>-n</em>, <em>-t</em>, <em>-v</em>, and <em>-w</em> options are not supported by CUPS and produce a warning message if used.
+</p>
+    <h2 id="lpr-1.environment">Environment</h2>
+<p>The following environment variables override the default destination:
+</p>
+    <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>LPDEST</strong><br>
+Specifies the default print queue (System V standard).
+</p>
+    <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>PRINTER</strong><br>
+Specifies the default print queue (Berkeley standard).
 </p>
     <h2 id="lpr-1.examples">Examples</h2>
 <p>Print two copies of a document to the default printer:
@@ -178,19 +187,19 @@ Prints on both sides of the paper for landscape output.
     lpr -P foo -o number-up=2 filename
 </pre>
     <h2 id="lpr-1.see-also">See Also</h2>
-<p><strong>cancel</strong>(1),
+<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
 
-<strong>lp</strong>(1),
+<a href="lp.html"><strong>lp</strong>(1),</a>
 
-<strong>lpadmin</strong>(8),
+<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
 
-<strong>lpoptions</strong>(1),
+<a href="lpoptions.html"><strong>lpoptions</strong>(1),</a>
 
-<strong>lpq</strong>(1),
+<a href="lpq.html"><strong>lpq</strong>(1),</a>
 
-<strong>lprm</strong>(1),
+<a href="lprm.html"><strong>lprm</strong>(1),</a>
 
-<strong>lpstat</strong>(1),
+<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 9015cd91dbfc72405e322371d18a1db6576b6396..a795d279e1196af8a586631e531ab500fcb7f98a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>lprm(1)</title>
   </head>
   <body>
@@ -76,15 +76,15 @@ is compatible with the standard Berkeley command of the same name.
     lprm -
 </pre>
     <h2 id="lprm-1.see-also">See Also</h2>
-<p><strong>cancel</strong>(1),
+<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
 
-<strong>lp</strong>(1),
+<a href="lp.html"><strong>lp</strong>(1),</a>
 
-<strong>lpq</strong>(1),
+<a href="lpq.html"><strong>lpq</strong>(1),</a>
 
-<strong>lpr</strong>(1),
+<a href="lpr.html"><strong>lpr</strong>(1),</a>
 
-<strong>lpstat</strong>(1),
+<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 3935d816f9f147ac52b03ec4b5a54a127805648c..79424f3564981269637fd4ba9953633c5b62b58b 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>lpstat(1)</title>
   </head>
   <body>
@@ -83,7 +83,7 @@ Shows the ranking of print jobs.
 Specifies an alternate username.
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-W </strong><em>which-jobs</em><br>
-Specifies which jobs to show, &quot;all&quot;, &quot;successful&quot;, &quot;completed&quot; or &quot;not-completed&quot; (the default).
+Specifies which jobs to show, &quot;all, &quot;successful&quot;, &quot;completed&quot; or &quot;not-completed&quot; (the default).
 This option <em>must</em> appear before the <em>-o</em> option and/or any printer names, otherwise the default (&quot;not-completed&quot;) value will be used in the request to the scheduler.
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-a </strong>[<em>printer(s)</em>]<br>
@@ -95,7 +95,10 @@ Shows the printer classes and the printers that belong to them.
 If no classes are specified then all classes are listed.
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-d</strong><br>
-Shows the current default destination.
+Shows the current default destination, either the
+<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
+
+default (if set) or the scheduler default (otherwise).
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-e</strong><br>
 Shows all available destinations on the local network.
@@ -133,6 +136,15 @@ If no users are specified, lists the jobs queued by the current user.
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-v </strong>[<em>printer(s)</em>]<br>
 Shows the printers and what device they are attached to.
 If no printers are specified then all printers are listed.
+</p>
+    <h2 id="lpstat-1.environment">Environment</h2>
+<p>The following environment variables override the default destination:
+</p>
+    <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>LPDEST</strong><br>
+Specifies the default print queue (System V standard).
+</p>
+    <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>PRINTER</strong><br>
+Specifies the default print queue (Berkeley standard).
 </p>
     <h2 id="lpstat-1.conforming-to">Conforming To</h2>
 <p>Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, &quot;/&quot;, and &quot;#&quot;.
@@ -143,15 +155,15 @@ Also, printer and class names are <em>not</em> case-sensitive.
     <p>The Solaris <em>-f</em>, <em>-P</em>, and <em>-S</em> options are silently ignored.
 </p>
     <h2 id="lpstat-1.see-also">See Also</h2>
-<p><strong>cancel</strong>(1),
+<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
 
-<strong>lp</strong>(1),
+<a href="lp.html"><strong>lp</strong>(1),</a>
 
-<strong>lpq</strong>(1),
+<a href="lpq.html"><strong>lpq</strong>(1),</a>
 
-<strong>lpr</strong>(1),
+<a href="lpr.html"><strong>lpr</strong>(1),</a>
 
-<strong>lprm</strong>(1),
+<a href="lprm.html"><strong>lprm</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index d5da0f1b8249e01ac9f3455ccf8ea2dcb2575f55..30df522743a4e19177badaf41e226735590929cf 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>mailto.conf(5)</title>
   </head>
   <body>
@@ -38,7 +38,7 @@ If multiple lines are present, only the last one is used.
 Specifies a prefix string for the subject line of an email notification.
 </p>
     <h2 id="mailto.conf-5.see-also">See Also</h2>
-<p><strong>cupsd</strong>(8),
+<a href="cupsd.html"><p><strong>cupsd</strong>(8),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index b7451513c5db9f9ff6feeb8112e24de7ffc92933..229fb523184a1f53cac5b498b78a25b8541de32d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>mime.convs(5)</title>
   </head>
   <body>
@@ -51,19 +51,19 @@ Filenames are relative to the CUPS filter directory.
     <h2 id="mime.convs-5.notes">Notes</h2>
 <p>CUPS filters are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <h2 id="mime.convs-5.see-also">See Also</h2>
-<p><strong>cups-files.conf</strong>(5),
+<a href="cups-files.conf.html"><p><strong>cups-files.conf</strong>(5),</a>
 
-<strong>cupsd.conf</strong>(5),
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
 
-<strong>cupsd</strong>(8),
+<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
 
-<strong>cupsfilter</strong>(8),
+<a href="cupsfilter.html"><strong>cupsfilter</strong>(8),</a>
 
-<strong>mime.types</strong>(5),
+<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 1592619ec2287b9d810369f5d28c4dab9d6387b9..55626b24802ce65762bbd9fac8a6b014cd8739ba 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>mime.types(5)</title>
   </head>
   <body>
@@ -102,15 +102,15 @@ However, if &quot;text/foo&quot; also defines a higher priority than &quot;text/
                                   string(4,PwgRaster&lt;00>) priority(150)
 </pre>
     <h2 id="mime.types-5.see-also">See Also</h2>
-<p><strong>cups-files.conf</strong>(5),
+<a href="cups-files.conf.html"><p><strong>cups-files.conf</strong>(5),</a>
 
-<strong>cupsd.conf</strong>(5),
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
 
-<strong>cupsd</strong>(8),
+<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
 
-<strong>cupsfilter</strong>(8),
+<a href="cupsfilter.html"><strong>cupsfilter</strong>(8),</a>
 
-<strong>mime.convs</strong>(5),
+<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 4529d03489d9e0177caea9af75399676b3d09c9d..b35e5ae987cb9894ba67c83a7892d4ba40284ef4 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>notifier(7)</title>
   </head>
   <body>
@@ -29,13 +29,13 @@ and
 functions and exit on error.
 Notifiers are encouraged to exit after a suitable period of inactivity, however they may exit after reading the first message or stay running until an error is seen.
 Notifiers inherit the environment and can use the logging mechanism documented in
-<strong>filter</strong>(7).
+<a href="filter.html"><strong>filter</strong>(7).</a>
 
 </p>
     <h2 id="notifier-7.see-also">See Also</h2>
-<p><strong>cupsd</strong>(8),
+<a href="cupsd.html"><p><strong>cupsd</strong>(8),</a>
 
-<strong>filter</strong>(7),
+<a href="filter.html"><strong>filter</strong>(7),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 864d0b3eecbfec2acca73985d1d9f5b6a4d737ea..40a93422ac4a037c56aec767b3b7c0fc84e537af 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>ppdc(1)</title>
   </head>
   <body>
@@ -92,19 +92,19 @@ The default is to use the line feed character alone.
     <h2 id="ppdc-1.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <h2 id="ppdc-1.see-also">See Also</h2>
-<p><strong>ppdhtml</strong>(1),
+<a href="ppdhtml.html"><p><strong>ppdhtml</strong>(1),</a>
 
-<strong>ppdi</strong>(1),
+<a href="ppdi.html"><strong>ppdi</strong>(1),</a>
 
-<strong>ppdmerge</strong>(1),
+<a href="ppdmerge.html"><strong>ppdmerge</strong>(1),</a>
 
-<strong>ppdpo</strong>(1),
+<a href="ppdpo.html"><strong>ppdpo</strong>(1),</a>
 
-<strong>ppdcfile</strong>(5),
+<a href="ppdcfile.html"><strong>ppdcfile</strong>(5),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 1a42175a2f7c810f887d161d43b4865fe930583e..da7a1bd7636bc610bbba20b3276a43f4da2ab466 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>ppdcfile(5)</title>
   </head>
   <body>
@@ -11,7 +11,7 @@
 </p>
     <h2 id="ppdcfile-5.description">Description</h2>
 <p>The CUPS PPD compiler reads meta files that contain descriptions of one or more PPD files to be generated by
-<strong>ppdc</strong>(1).
+<a href="ppdc.html"><strong>ppdc</strong>(1).</a>
 
 This man page provides a quick reference to the supported keywords and should be used in conjunction with the online help for CUPS.
 </p>
@@ -150,19 +150,19 @@ This man page provides a quick reference to the supported keywords and should be
     <h2 id="ppdcfile-5.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <h2 id="ppdcfile-5.see-also">See Also</h2>
-<p><strong>ppdc</strong>(1),
+<a href="ppdc.html"><p><strong>ppdc</strong>(1),</a>
 
-<strong>ppdhtml</strong>(1),
+<a href="ppdhtml.html"><strong>ppdhtml</strong>(1),</a>
 
-<strong>ppdi</strong>(1),
+<a href="ppdi.html"><strong>ppdi</strong>(1),</a>
 
-<strong>ppdmerge</strong>(1),
+<a href="ppdmerge.html"><strong>ppdmerge</strong>(1),</a>
 
-<strong>ppdpo</strong>(1),
+<a href="ppdpo.html"><strong>ppdpo</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index a876f19b32cce7fb686bfbe17ab6996f3d6512ad..267d346ce85fedc555e726a545fb787d46599f52 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>ppdhtml(1)</title>
   </head>
   <body>
@@ -37,19 +37,19 @@ Multiple <em>-I</em> options can be supplied to add additional directories.
     <h2 id="ppdhtml-1.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <h2 id="ppdhtml-1.see-also">See Also</h2>
-<p><strong>ppdc</strong>(1),
+<a href="ppdc.html"><p><strong>ppdc</strong>(1),</a>
 
-<strong>ppdcfile</strong>(5),
+<a href="ppdcfile.html"><strong>ppdcfile</strong>(5),</a>
 
-<strong>ppdi</strong>(1),
+<a href="ppdi.html"><strong>ppdi</strong>(1),</a>
 
-<strong>ppdmerge</strong>(1),
+<a href="ppdmerge.html"><strong>ppdmerge</strong>(1),</a>
 
-<strong>ppdpo</strong>(1),
+<a href="ppdpo.html"><strong>ppdpo</strong>(1),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 8a5fc939e96ee980f9b1925a2ffc6c7b9f352276..65bcf1fbe8d9f353ae361263e85207de3118caa0 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>ppdi(1)</title>
   </head>
   <body>
@@ -44,19 +44,19 @@ If no source file is specified, the filename <em>ppdi.drv</em> is used.
     <h2 id="ppdi-1.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <h2 id="ppdi-1.see-also">See Also</h2>
-<p><strong>ppdc</strong>(1),
+<a href="ppdc.html"><p><strong>ppdc</strong>(1),</a>
 
-<strong>ppdhtml</strong>(1),
+<a href="ppdhtml.html"><strong>ppdhtml</strong>(1),</a>
 
-<strong>ppdmerge</strong>(1),
+<a href="ppdmerge.html"><strong>ppdmerge</strong>(1),</a>
 
-<strong>ppdpo</strong>(1),
+<a href="ppdpo.html"><strong>ppdpo</strong>(1),</a>
 
-<strong>ppdcfile</strong>(5),
+<a href="ppdcfile.html"><strong>ppdcfile</strong>(5),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index f8b25073b98258ca9433e4fe4508bcdaf5b2e784..a9daa5a2e7b225b25f8c7960f39ad5f49bebc2a0 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>ppdmerge(1)</title>
   </head>
   <body>
@@ -37,22 +37,22 @@ If the output file already exists, it is silently overwritten.
     <h2 id="ppdmerge-1.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <p><strong>ppdmerge</strong> does not check whether the merged PPD files are for the same device.
 Merging of different device PPDs will yield unpredictable results.
 </p>
     <h2 id="ppdmerge-1.see-also">See Also</h2>
-<p><strong>ppdc</strong>(1),
+<a href="ppdc.html"><p><strong>ppdc</strong>(1),</a>
 
-<strong>ppdhtml</strong>(1),
+<a href="ppdhtml.html"><strong>ppdhtml</strong>(1),</a>
 
-<strong>ppdi</strong>(1),
+<a href="ppdi.html"><strong>ppdi</strong>(1),</a>
 
-<strong>ppdpo</strong>(1),
+<a href="ppdpo.html"><strong>ppdpo</strong>(1),</a>
 
-<strong>ppdcfile</strong>(5),
+<a href="ppdcfile.html"><strong>ppdcfile</strong>(5),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 9b49abd8a245cf8e653e563e1b1ed902442bb189..c887aeeec0d6410fbb0275c58b8e83963d64e005 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>ppdpo(1)</title>
   </head>
   <body>
@@ -44,17 +44,17 @@ The supported extensions are <em>.po</em> or <em>.po.gz</em> for GNU gettext for
     <h2 id="ppdpo-1.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<strong>ippeveprinter</strong>(1).
+<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
 
 </p>
     <h2 id="ppdpo-1.see-also">See Also</h2>
-<p><strong>ppdc</strong>(1),
+<a href="ppdc.html"><p><strong>ppdc</strong>(1),</a>
 
-<strong>ppdhtml</strong>(1),
+<a href="ppdhtml.html"><strong>ppdhtml</strong>(1),</a>
 
-<strong>ppdi</strong>(1),
+<a href="ppdi.html"><strong>ppdi</strong>(1),</a>
 
-<strong>ppdmerge</strong>(1),
+<a href="ppdmerge.html"><strong>ppdmerge</strong>(1),</a>
 
 <strong>ppdcfile(5),</strong>
 
index d6b0cd647fbcd640126a4bbf1c72823ac187c602..1fd7f1bfa0ebefbf9fb6cb7c6d89b0118a6c79be 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>printers.conf(5)</title>
   </head>
   <body>
@@ -11,7 +11,7 @@
 </p>
     <h2 id="printers.conf-5.description">Description</h2>
 <p>The <strong>printers.conf</strong> file defines the local printers that are available. It is normally located in the <em>/etc/cups</em> directory and is maintained by the
-<strong>cupsd</strong>(8)
+<a href="cupsd.html"><strong>cupsd</strong>(8)</a>
 
 program. This file is not intended to be edited or managed manually.
 </p>
@@ -19,19 +19,19 @@ program. This file is not intended to be edited or managed manually.
 <p>The name, location, and format of this file are an implementation detail that will change in future releases of CUPS.
 </p>
     <h2 id="printers.conf-5.see-also">See Also</h2>
-<p><strong>classes.conf</strong>(5),
+<a href="classes.conf.html"><p><strong>classes.conf</strong>(5),</a>
 
-<strong>cups-files.conf</strong>(5),
+<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5),</a>
 
-<strong>cupsd</strong>(8),
+<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
 
-<strong>cupsd.conf</strong>(5),
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
 
-<strong>mime.convs</strong>(5),
+<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
 
-<strong>mime.types</strong>(5),
+<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
 
-<strong>subscriptions.conf</strong>(5),
+<a href="subscriptions.conf.html"><strong>subscriptions.conf</strong>(5),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index a5c33737bda0902abff7dfe20eb0465c56486f5f..413ad6605c2396cb65a744fdb8e29847cbe6a151 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.1">
+    <meta name="creator" content="mantohtml v2.0.2">
     <title>subscriptions.conf(5)</title>
   </head>
   <body>
@@ -12,7 +12,7 @@
     <h2 id="subscriptions.conf-5.description">Description</h2>
 <p>The <strong>subscriptions.conf</strong> file defines the local event notification subscriptions that are active.
 It is normally located in the <em>/etc/cups</em> directory and is maintained by the
-<strong>cupsd</strong>(8)
+<a href="cupsd.html"><strong>cupsd</strong>(8)</a>
 
 program.
 This file is not intended to be edited or managed manually.
@@ -21,19 +21,19 @@ This file is not intended to be edited or managed manually.
 <p>The name, location, and format of this file are an implementation detail that will change in future releases of CUPS.
 </p>
     <h2 id="subscriptions.conf-5.see-also">See Also</h2>
-<p><strong>classes.conf</strong>(5),
+<a href="classes.conf.html"><p><strong>classes.conf</strong>(5),</a>
 
-<strong>cups-files.conf</strong>(5),
+<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5),</a>
 
-<strong>cupsd</strong>(8),
+<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
 
-<strong>cupsd.conf</strong>(5),
+<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
 
-<strong>mime.convs</strong>(5),
+<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
 
-<strong>mime.types</strong>(5),
+<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
 
-<strong>printers.conf</strong>(5),
+<a href="printers.conf.html"><strong>printers.conf</strong>(5),</a>
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index d22358c6af62b2391380d6e506d98b9ac711a98e..f11c27c230dd43ab48b0112c425ac4621e7d2884 100644 (file)
--- a/man/lp.1
+++ b/man/lp.1
@@ -8,7 +8,7 @@
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lp 1 "CUPS" "2022-05-02" "OpenPrinting"
+.TH lp 1 "CUPS" "2024-04-02" "OpenPrinting"
 .SH NAME
 lp \- print files
 .SH SYNOPSIS
@@ -195,6 +195,14 @@ Prints on both sides of the paper for portrait output.
 .TP 5
 \fB\-o sides=two\-sided\-short\-edge\fR
 Prints on both sides of the paper for landscape output.
+.SH ENVIRONMENT
+The following environment variables override the default destination:
+.TP 5
+.B LPDEST
+Specifies the default print queue (System V standard).
+.TP 5
+.B PRINTER
+Specifies the default print queue (Berkeley standard).
 .SH CONFORMING TO
 Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", or "#".
 Also, printer and class names are \fInot\fR case-sensitive.
index b75b775b078e55e3697db5c2915fdf64cd11391a..9804af42816cb6313f19b4885fd0e6dcfed34d98 100644 (file)
@@ -8,9 +8,9 @@
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lpadmin 8 "CUPS" "2021-02-28" "OpenPrinting"
+.TH lpadmin 8 "CUPS" "2024-04-02" "OpenPrinting"
 .SH NAME
-lpadmin \- configure cups printers and classes
+lpadmin \- configure cups printers and classes on cups scheduler
 .SH SYNOPSIS
 .B lpadmin
 [
@@ -58,7 +58,7 @@ It can also be used to set the server default printer or class.
 .LP
 When specified before the \fI-d\fR, \fI-p\fR, or \fI-x\fR options, the \fI-E\fR option forces encryption when connecting to the server.
 .LP
-The first form of the command (\fI-d\fR) sets the default printer or class to \fIdestination\fR.
+The first form of the command (\fI-d\fR) sets the scheduler's default printer or class to \fIdestination\fR.
 Subsequent print jobs submitted via the
 .BR lp (1)
 or
index 9c3a7e63bd581f38b051460b03b4ca376d48d777..96925858781264105ec207340dc8e5f4f77adb6e 100644 (file)
@@ -8,9 +8,9 @@
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lpoptions 1 "CUPS" "2022-05-02" "OpenPrinting"
+.TH lpoptions 1 "CUPS" "2024-04-02" "OpenPrinting"
 .SH NAME
-lpoptions \- display or set printer options and defaults
+lpoptions \- display or set per-user printer options and defaults
 .SH SYNOPSIS
 .B lpoptions
 [
@@ -103,6 +103,14 @@ If the named instance does not exist then this does nothing.
 Destinations can only be removed using the
 .BR lpadmin (8)
 command.
+.SH ENVIRONMENT
+The following environment variables override the default destination:
+.TP 5
+.B LPDEST
+Specifies the default print queue (System V standard).
+.TP 5
+.B PRINTER
+Specifies the default print queue (Berkeley standard).
 .SH FILES
 \fI~/.cups/lpoptions\fR - user defaults and instances created by non-root users.
 .br
index 6757b4f4df458dff7ec4775ff6ac0c8db34a0d42..febd920bedb3baff46940328e427fb20ddfe0b37 100644 (file)
--- a/man/lpr.1
+++ b/man/lpr.1
@@ -8,7 +8,7 @@
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH lpr 1 "CUPS" "2022-05-02" "OpenPrinting"
+.TH lpr 1 "CUPS" "2024-04-02" "OpenPrinting"
 .SH NAME
 lpr \- print files
 .SH SYNOPSIS
@@ -152,6 +152,14 @@ Prints on both sides of the paper for portrait output.
 Prints on both sides of the paper for landscape output.
 .SH NOTES
 The \fI\-c\fR, \fI\-d\fR, \fI\-f\fR, \fI\-g\fR, \fI\-i\fR, \fI\-n\fR, \fI\-t\fR, \fI\-v\fR, and \fI\-w\fR options are not supported by CUPS and produce a warning message if used.
+.SH ENVIRONMENT
+The following environment variables override the default destination:
+.TP 5
+.B LPDEST
+Specifies the default print queue (System V standard).
+.TP 5
+.B PRINTER
+Specifies the default print queue (Berkeley standard).
 .SH EXAMPLES
 Print two copies of a document to the default printer:
 .nf
index e554fc95660076c9c087ae052c17a0795057e227..8cdf5efe968fad666dbacb969c7566443ab18aad 100644 (file)
@@ -7,7 +7,7 @@
 .\"
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 .\"
-.TH lpstat 1 "CUPS" "2022-05-02" "OpenPrinting"
+.TH lpstat 1 "CUPS" "2024-04-02" "OpenPrinting"
 .SH NAME
 lpstat \- print cups status information
 .SH SYNOPSIS
@@ -94,7 +94,9 @@ Shows the printer classes and the printers that belong to them.
 If no classes are specified then all classes are listed.
 .TP 5
 .B \-d
-Shows the current default destination.
+Shows the current default destination, either the
+.BR lpoptions (1)
+default (if set) or the scheduler default (otherwise).
 .TP 5
 .B \-e
 Shows all available destinations on the local network.
@@ -132,6 +134,14 @@ If no users are specified, lists the jobs queued by the current user.
 \fB\-v \fR[\fIprinter(s)\fR]
 Shows the printers and what device they are attached to.
 If no printers are specified then all printers are listed.
+.SH ENVIRONMENT
+The following environment variables override the default destination:
+.TP 5
+.B LPDEST
+Specifies the default print queue (System V standard).
+.TP 5
+.B PRINTER
+Specifies the default print queue (Berkeley standard).
 .SH CONFORMING TO
 Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", and "#".
 Also, printer and class names are \fInot\fR case-sensitive.