]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x updates.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 22 Aug 2002 17:14:43 +0000 (17:14 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 22 Aug 2002 17:14:43 +0000 (17:14 +0000)
Update man pages...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@2727 7a7537e8-13f0-0310-91df-b6672ffda945

28 files changed:
conf/cupsd.conf.in
doc/sam.html
doc/sam.shtml
man/accept.man
man/backend.man
man/classes.conf.man
man/cups-config.man
man/cups-lpd.man
man/cups-polld.man
man/cupsaddsmb.man
man/cupsd.conf.man
man/cupsd.man
man/enable.man
man/filter.man
man/lp.man
man/lpadmin.man
man/lpc.man
man/lpinfo.man
man/lpmove.man
man/lpoptions.man
man/lppasswd.man
man/lpq.man
man/lpr.man
man/lprm.man
man/lpstat.man
man/mime.convs.man
man/mime.types.man
man/printers.conf.man

index 9ab30fcbb1868cd9ba3296b7f73071057ad83366..0b416ccd62bca3e6c83b08ba5e41f2885d94793f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: cupsd.conf.in,v 1.2.2.5 2002/06/14 19:48:53 mike Exp $"
+# "$Id: cupsd.conf.in,v 1.2.2.6 2002/08/22 17:14:35 mike Exp $"
 #
 #   Sample configuration file for the Common UNIX Printing System (CUPS)
 #   scheduler.
@@ -194,6 +194,13 @@ LogLevel info
 
 #AutoPurgeJobs No
 
+#
+# MaxCopies: maximum number of copies that a user can request. Default is
+# 100.
+#
+
+#MaxCopies 100
+
 #
 # MaxJobs: maximum number of jobs to keep in memory (active and completed.)
 # Default is 500; the value 0 is used for no limit.
@@ -754,5 +761,5 @@ Allow From 127.0.0.1
 </Location>
 
 #
-# End of "$Id: cupsd.conf.in,v 1.2.2.5 2002/06/14 19:48:53 mike Exp $".
+# End of "$Id: cupsd.conf.in,v 1.2.2.6 2002/08/22 17:14:35 mike Exp $".
 #
index 0164ee2aebe8795b6f16bf399800bc89f6fdb5ce..435e44fb9b230e6061c765d44972521e082a49a4 100644 (file)
@@ -157,6 +157,7 @@ Copyright 1997-2002, All Rights Reserved<BR>
 <LI><A HREF="#LogFilePerm">LogFilePerm</A></LI>
 <LI><A HREF="#LogLevel">LogLevel</A></LI>
 <LI><A HREF="#MaxClients">MaxClients</A></LI>
+<LI><A HREF="#MaxCopies">MaxCopies</A></LI>
 <LI><A HREF="#MaxJobs">MaxJobs</A></LI>
 <LI><A HREF="#MaxJobsPerPrinter">MaxJobsPerPrinter</A></LI>
 <LI><A HREF="#MaxJobsPerUser">MaxJobsPerUser</A></LI>
@@ -1296,6 +1297,7 @@ HREF="#CLIENT_SETUP"> Chapter 5, &quot;Client Setup&quot;</A> for more
 <LI><A HREF="#LogFilePerm"><CODE>LogFilePerm</CODE></A></LI>
 <LI><A HREF="#LogLevel"><CODE>LogLevel</CODE></A></LI>
 <LI><A HREF="#MaxClients"><CODE>MaxClients</CODE></A></LI>
+<LI><A HREF="#MaxCopies"><CODE>MaxCopies</CODE></A></LI>
 <LI><A HREF="#MaxJobs"><CODE>MaxJobs</CODE></A></LI>
 <LI><A HREF="#MaxJobsPerPrinter"><CODE>MaxJobsPerPrinter</CODE></A></LI>
 <LI><A HREF="#MaxJobsPerUser"><CODE>MaxJobsPerUser</CODE></A></LI>
@@ -2419,6 +2421,28 @@ MaxClients 1024
 </TABLE>
 </CENTER>
 
+<!-- NEED 3in -->
+<H3><A NAME="MaxCopies">MaxCopies</A></H3>
+<HR>
+<H4>Examples</H4>
+<UL>
+<PRE>
+MaxCopies 100
+MaxCopies 65535
+</PRE>
+</UL>
+<H4>Description</H4>
+<P>The <CODE>MaxCopies</CODE> directive controls the maximum number of
+ copies that a user can print of a job. The default is 100 copies.</P>
+<CENTER>
+<TABLE BGCOLOR="#cccccc" BORDER="1" CELLPADDING="5" WIDTH="80%">
+<TR><TD><B> NOTE:</B>
+<P>Most HP PCL laser printers internally limit the number of copies to
+ 100.</P>
+</TD></TR>
+</TABLE>
+</CENTER>
+
 <!-- NEED 3in -->
 <H3><A NAME="MaxJobs">MaxJobs</A></H3>
 <HR>
index ec7c6bd692beca7596f35f5bb1e14b4a59720905..84ce7665e4b4f97900a35fe02850471d6726a46f 100644 (file)
@@ -1101,6 +1101,7 @@ determine how the server operates:
        <LI><A HREF="#LogFilePerm"><CODE>LogFilePerm</CODE></A>
        <LI><A HREF="#LogLevel"><CODE>LogLevel</CODE></A>
        <LI><A HREF="#MaxClients"><CODE>MaxClients</CODE></A>
+       <LI><A HREF="#MaxCopies"><CODE>MaxCopies</CODE></A>
        <LI><A HREF="#MaxJobs"><CODE>MaxJobs</CODE></A>
        <LI><A HREF="#MaxJobsPerPrinter"><CODE>MaxJobsPerPrinter</CODE></A>
        <LI><A HREF="#MaxJobsPerUser"><CODE>MaxJobsPerUser</CODE></A>
@@ -2450,6 +2451,35 @@ simultaneous clients that will be allowed by the server. The default is
 </TR>
 </TABLE></CENTER>
 
+<!-- NEED 3in -->
+<H3><A NAME="MaxCopies">MaxCopies</A></H3>
+<HR>
+
+<H4>Examples</H4>
+
+<UL><PRE>
+MaxCopies 100
+MaxCopies 65535
+</PRE></UL>
+
+<H4>Description</H4>
+
+<P>The <CODE>MaxCopies</CODE> directive controls the maximum
+number of copies that a user can print of a job. The default is
+100 copies.</P>
+
+<CENTER><TABLE WIDTH="80%" BORDER="1" CELLPADDING="5" BGCOLOR="#cccccc">
+<TR>
+       <TD>
+       <B>NOTE:</B>
+
+       <P>Most HP PCL laser printers internally limit the
+       number of copies to 100.
+
+       </TD>
+</TR>
+</TABLE></CENTER>
+
 <!-- NEED 3in -->
 <H3><A NAME="MaxJobs">MaxJobs</A></H3>
 <HR>
index dbf69cd9895646099aa9b8e331e36aa0dca891f7..57c27743a98a2c04bd5cc2a0885744dc5e7747e7 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: accept.man,v 1.4.2.2 2002/01/23 17:32:12 mike Exp $"
+.\" "$Id: accept.man,v 1.4.2.3 2002/08/22 17:14:41 mike Exp $"
 .\"
 .\"   accept/reject man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -56,5 +56,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: accept.man,v 1.4.2.2 2002/01/23 17:32:12 mike Exp $".
+.\" End of "$Id: accept.man,v 1.4.2.3 2002/08/22 17:14:41 mike Exp $".
 .\"
index bfc560a2b62ebe951fbcf2aaeaa2beafc04e0d89..34d236dd55b63415d4c35fdcd58fcb9bca9b3fcc 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: backend.man,v 1.6.2.2 2002/07/23 21:20:26 mike Exp $"
+.\" "$Id: backend.man,v 1.6.2.3 2002/08/22 17:14:41 mike Exp $"
 .\"
 .\"   backend man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -111,5 +111,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: backend.man,v 1.6.2.2 2002/07/23 21:20:26 mike Exp $".
+.\" End of "$Id: backend.man,v 1.6.2.3 2002/08/22 17:14:41 mike Exp $".
 .\"
index 7dbeb80da27bea58f3410f79d8bb50ef88d4d205..9d4fe80da20e10e965232f81771f53d697f851d3 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: classes.conf.man,v 1.4.2.1 2002/01/02 18:04:52 mike Exp $"
+.\" "$Id: classes.conf.man,v 1.4.2.2 2002/08/22 17:14:41 mike Exp $"
 .\"
 .\"   classes.conf man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -68,5 +68,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: classes.conf.man,v 1.4.2.1 2002/01/02 18:04:52 mike Exp $".
+.\" End of "$Id: classes.conf.man,v 1.4.2.2 2002/08/22 17:14:41 mike Exp $".
 .\"
index 35762046a52511574bf4bbf0291c6c68e0098882..a77d27c100d9c7c292dd40f885ed0d39a002db82 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: cups-config.man,v 1.1.2.2 2002/01/02 18:04:52 mike Exp $"
+.\" "$Id: cups-config.man,v 1.1.2.3 2002/08/22 17:14:41 mike Exp $"
 .\"
 .\"   cups-config man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -91,5 +91,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: cups-config.man,v 1.1.2.2 2002/01/02 18:04:52 mike Exp $".
+.\" End of "$Id: cups-config.man,v 1.1.2.3 2002/08/22 17:14:41 mike Exp $".
 .\"
index b7f6011679d813ac314c23c47d462745deb7c4db..8e8efeac33b28e2a8c104d7ae666766ab9334156 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: cups-lpd.man,v 1.5.2.2 2002/03/04 17:31:08 mike Exp $"
+.\" "$Id: cups-lpd.man,v 1.5.2.3 2002/08/22 17:14:41 mike Exp $"
 .\"
 .\"   cups-lpd man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -56,6 +56,18 @@ lines to the \fBxinetd.conf\fR file:
         server = /usr/lib/cups/daemon/cups-lpd
     }
 .fi
+.SH SECURITY
+\fBcups-lpd\fR currently does not perform any access control
+based on the settings in \fIcupsd.conf(5)\fR or in the
+\fIhosts.allow(5)\fR or \fIhosts.deny\fR files used by TCP
+wrappers. Therefore, running \fBcups-lpd\fR on your server will
+allow any computer on your network (and perhaps the entire
+Internet) to print to your server.
+.LP
+While \fIxinetd\fR has built-in access control support, you
+should use the TCP wrappers package with \fIinetd\fR to limit
+access to only those computers that should be able to print
+through your server.
 .SH OPTIONS
 The \fI-o\fR option to \fBcups-lpd\fR inserts options for all print queues.
 Most often this is used to disable the "l" filter so that remote print jobs
@@ -91,5 +103,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: cups-lpd.man,v 1.5.2.2 2002/03/04 17:31:08 mike Exp $".
+.\" End of "$Id: cups-lpd.man,v 1.5.2.3 2002/08/22 17:14:41 mike Exp $".
 .\"
index cd92b60defc7227155217b84b49d23347b11041c..a9b0edbb43db0d97498d18421373d92476a42006 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: cups-polld.man,v 1.3.2.1 2002/01/02 18:04:52 mike Exp $"
+.\" "$Id: cups-polld.man,v 1.3.2.2 2002/08/22 17:14:41 mike Exp $"
 .\"
 .\"   cups-polld man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -42,5 +42,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: cups-polld.man,v 1.3.2.1 2002/01/02 18:04:52 mike Exp $".
+.\" End of "$Id: cups-polld.man,v 1.3.2.2 2002/08/22 17:14:41 mike Exp $".
 .\"
index 2c40b978756ce1ccd4217a6bf345e8c8a1af368a..1b1c72f4ed6964dd8bfba4adcac3aebd3f5785a6 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: cupsaddsmb.man,v 1.2.2.3 2002/03/14 15:09:32 mike Exp $"
+.\" "$Id: cupsaddsmb.man,v 1.2.2.4 2002/08/22 17:14:41 mike Exp $"
 .\"
 .\"   cupsaddsmb man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -123,5 +123,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: cupsaddsmb.man,v 1.2.2.3 2002/03/14 15:09:32 mike Exp $".
+.\" End of "$Id: cupsaddsmb.man,v 1.2.2.4 2002/08/22 17:14:41 mike Exp $".
 .\"
index 37e92a84716671937dc892789ede2dd2542cbd26..54311ddb922d98b8a21cb7c48aca5cb2cda3d9e3 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: cupsd.conf.man,v 1.5.2.1 2002/01/02 18:04:52 mike Exp $"
+.\" "$Id: cupsd.conf.man,v 1.5.2.2 2002/08/22 17:14:41 mike Exp $"
 .\"
 .\"   cupsd.conf man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -21,7 +21,7 @@
 .\"       EMail: cups-info@cups.org
 .\"         WWW: http://www.cups.org
 .\"
-.TH cupsd.conf 5 "Common UNIX Printing System" "22 June 2000" "Easy Software Products"
+.TH cupsd.conf 5 "Common UNIX Printing System" "12 August 2002" "Easy Software Products"
 .SH NAME
 cupsd.conf \- server configuration file for cups
 .SH DESCRIPTION
@@ -52,6 +52,11 @@ AuthType
 .br
 Specifies the authentication type (None, Basic, Digest)
 .TP 5
+AutoPurgeJobs
+.br
+Specifies whether to purge job history data automatically when
+it is no longer required for quotas.
+.TP 5
 BrowseAddress
 .br
 Specifies a broadcast address for outgoing printer information packets.
@@ -80,6 +85,10 @@ BrowsePort
 .br
 Specifies the port to listen to for printer information packets.
 .TP 5
+BrowseProtocols
+.br
+Specifies the protocols to use for printer browsing.
+.TP 5
 BrowseRelay
 .br
 Specifies that printer information packets should be relayed from one host or
@@ -100,6 +109,20 @@ Browsing
 .br
 Specifies whether or not remote printer browsing should be enabled.
 .TP 5
+Classification
+.br
+Specifies the security classification of the server.
+.TP 5
+ClassifyOverride
+.br
+Specifies whether to allow users to override the classification
+of individual print jobs.
+.TP 5
+ConfigFilePerm
+.br
+Specifies the permissions for all configuration files that the scheduler
+writes.
+.TP 5
 DataDir
 .br
 Specified the directory where data files can be found.
@@ -120,19 +143,47 @@ DocumentRoot
 .br
 Specifies the root directory for the internal web server documents.
 .TP 5
+Encryption
+.br
+Specifies the level of encryption that is required for a particular
+location.
+.TP 5
 ErrorLog
 .br
 Specifies the error log filename.
 .TP 5
+FilterLimit
+.br
+Specifies the maximum cost of filters that are run concurrently.
+.TP 5
+FilterNice
+.br
+Specifies the scheduling priority ("nice" value) of filters that
+are run to print a job.
+.TP 5
+FontPath
+.br
+Specifies the search path for fonts.
+.TP 5
 Group
 .br
 Specifies the group name or ID that will be used when executing
 external programs.
 .TP 5
+HideImplicitMembers
+.br
+Specifies whether to hide members of implicit classes.
+.TP 5
 HostNameLookups
 .br
 Specifies whether or not to do reverse lookups on client addresses.
 .TP 5
+ImplicitAnyClasses
+.br
+Specifies whether or not to create implicit classes for local and
+remote printers, e.g. "AnyPrinter" from "Printer", "Printer@server1",
+and "Printer@server2".
+.TP 5
 ImplicitClasses
 .br
 Specifies whether or not to create implicit classes from identical
@@ -146,18 +197,48 @@ KeepAliveTimeout
 .br
 Specifies the connection timeout for HTTP Keep-Alive.
 .TP 5
+<Limit methods> ... </Limit>
+.TP 5
+<LimitExcept methods> ... </LimitExcept>
+.br
+Specifies the HTTP methods that are being limited inside a location.
+.TP 5
+LimitRequestBody
+.br
+Specifies the maximum size of any print job request.
+.TP 5
 <Location /path> ... </Location>
 .br
 Specifies access control for the named location.
 .TP 5
+LogFilePerm
+.br
+Specifies the permissions for all log files that the scheduler writes.
+.TP 5
 LogLevel
 .br
-Specifies the logging level (none, warn, error, info, or debug)
+Specifies the logging level (none, warn, error, info, debug, or debug2)
 .TP 5
 MaxClients
 .br
 Specifies the maximum number of simultaneous clients to support.
 .TP 5
+MaxCopies
+.br
+Specifies the maximum number of copies that a user can print of each job.
+.TP 5
+MaxJobs
+.br
+Specifies the maximum number of simultaneous jobs to support.
+.TP 5
+MaxJobsPerPrinter
+.br
+Specifies the maximum number of simultaneous jobs per printer to support.
+.TP 5
+MaxJobsPerUser
+.br
+Specifies the maximum number of simultaneous jobs per user to support.
+.TP 5
 MaxLogSize
 .br
 Specifies the maximum size of the log files before they are
@@ -193,16 +274,40 @@ Printcap
 Specifies the filename for a printcap file that is updated automatically
 with a list of available printers (needed for legacy applications)
 .TP 5
-RIPCache
+PrintcapGUI
 .br
-Specifies the maximum amount of memory to use when converting images
-and PostScript files to bitmaps for a printer.
+Specifies whether to generate option panel definition files on some
+operating systems.
+.TP 5
+RemoteRoot
+.br
+Specifies the username that is associated with unauthenticated root
+accesses.
 .TP 5
 RequestRoot
 .br
 Specifies the directory to store print jobs and other HTTP request
 data.
 .TP 5
+Require
+.br
+Specifies that user or group authentication is required.
+.TP 5
+RIPCache
+.br
+Specifies the maximum amount of memory to use when converting images
+and PostScript files to bitmaps for a printer.
+.TP 5
+RunAsUser
+.br
+Specifies that the scheduler should run as the unpriviledged user
+set with the User directive.
+.TP 5
+Satisfy
+.br
+Specifies whether all or any limits set for a Location must be
+satisfied to allow access.
+.TP 5
 ServerAdmin
 .br
 Specifies the email address of the server administrator.
@@ -212,6 +317,14 @@ ServerBin
 Specifies the directory where backends, CGIs, daemons, and filters may
 be found.
 .TP 5
+ServerCertificate
+.br
+Specifies the encryption certificate to use.
+.TP 5
+ServerKey
+.br
+Specifies the encryption key to use.
+.TP 5
 ServerName
 .br
 Specifies the fully-qualified hostname of the server.
@@ -242,5 +355,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: cupsd.conf.man,v 1.5.2.1 2002/01/02 18:04:52 mike Exp $".
+.\" End of "$Id: cupsd.conf.man,v 1.5.2.2 2002/08/22 17:14:41 mike Exp $".
 .\"
index 55589a7596029285ff59cb52dee29fe33cd19f22..85c8ecf9894a4f3d53ed7c10f3a3b0d093571ec7 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: cupsd.man,v 1.5.2.2 2002/07/18 10:52:07 mike Exp $"
+.\" "$Id: cupsd.man,v 1.5.2.3 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   cupsd man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -57,5 +57,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: cupsd.man,v 1.5.2.2 2002/07/18 10:52:07 mike Exp $".
+.\" End of "$Id: cupsd.man,v 1.5.2.3 2002/08/22 17:14:42 mike Exp $".
 .\"
index 1564b8f26cb6cd3acb646b9685cd436fff12ddf6..3b7486905e353a08889bf00c3b30dcae3ef738d7 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: enable.man,v 1.4.2.2 2002/01/23 17:32:12 mike Exp $"
+.\" "$Id: enable.man,v 1.4.2.3 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   enable/disable man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -63,5 +63,5 @@ http://localhost:631/documentation.html
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 
 .\"
-.\" End of "$Id: enable.man,v 1.4.2.2 2002/01/23 17:32:12 mike Exp $".
+.\" End of "$Id: enable.man,v 1.4.2.3 2002/08/22 17:14:42 mike Exp $".
 .\"
index 5181c11f992c59f4007580b26347d4cc02822c85..126ee0c1392a0020829d9fe30545812f29361668 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: filter.man,v 1.6.2.2 2002/07/23 21:20:26 mike Exp $"
+.\" "$Id: filter.man,v 1.6.2.3 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   filter man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -118,5 +118,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: filter.man,v 1.6.2.2 2002/07/23 21:20:26 mike Exp $".
+.\" End of "$Id: filter.man,v 1.6.2.3 2002/08/22 17:14:42 mike Exp $".
 .\"
index ada9fdb70a9cece818c9018ec8be2344b0161bc5..192c042fc12850d7261ddf8926e202e9e3bc5c91 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: lp.man,v 1.6.2.2 2002/01/02 18:04:53 mike Exp $"
+.\" "$Id: lp.man,v 1.6.2.3 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   lp/cancel man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -89,6 +89,14 @@ The following options are recognized by \fBlp\fR:
 .br
 Forces encryption when connecting to the server.
 .TP 5
+\-c
+.br
+This option is provided for backwards-compatibility only. On
+systems that support it, this option forces the print file to be
+copied to the spool directory before printing. In CUPS, print
+files are always sent to the scheduler via IPP which has the
+same effect.
+.TP 5
 \-d \fIdestination\fR
 .br
 Prints files to the named printer.
@@ -156,5 +164,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: lp.man,v 1.6.2.2 2002/01/02 18:04:53 mike Exp $".
+.\" End of "$Id: lp.man,v 1.6.2.3 2002/08/22 17:14:42 mike Exp $".
 .\"
index f583ebc4b22410217e9cef87739f5981ea8cc7cf..dc851bd04b5680341207fa44c45b1d71e79c61e6 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: lpadmin.man,v 1.4.2.2 2002/02/12 19:23:10 mike Exp $"
+.\" "$Id: lpadmin.man,v 1.4.2.3 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   lpadmin man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -85,6 +85,21 @@ directory.
 Sets a PPD or server option for the printer. PPD options can be listed
 using the \fI-l\fR option with the \fIlpoptions(1)\fR command.
 .TP 5
+\-o \fIjob-k-limit=value\fR
+.br
+Sets the kilobyte limit for per-user quotas. The value is an integer number
+of kilobytes; one kilobyte is 1024 bytes.
+.TP 5
+\-o \fIjob-page-limit=value\fR
+.br
+Sets the page limit for per-user quotas. The value is the integer number of
+pages that can be printed; double-sided pages are counted as two pages.
+.TP 5
+\-o \fIjob-quota-period=value\fR
+.br
+Sets the accounting period for per-user quotas. The value is an integer number
+of seconds; 86,400 seconds are in one day.
+.TP 5
 \-r \fIclass\fR
 .br
 Removes the named \fIprinter\fR from \fIclass\fR.  If the resulting class
@@ -137,5 +152,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: lpadmin.man,v 1.4.2.2 2002/02/12 19:23:10 mike Exp $".
+.\" End of "$Id: lpadmin.man,v 1.4.2.3 2002/08/22 17:14:42 mike Exp $".
 .\"
index 1d9f9fe849c2e722df26ef98c5a04ec911bab2df..398576e44e342a0d45d08e2f2270c117ef6e154f 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: lpc.man,v 1.3.2.1 2002/01/02 18:04:53 mike Exp $"
+.\" "$Id: lpc.man,v 1.3.2.2 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   lpc man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -76,5 +76,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: lpc.man,v 1.3.2.1 2002/01/02 18:04:53 mike Exp $".
+.\" End of "$Id: lpc.man,v 1.3.2.2 2002/08/22 17:14:42 mike Exp $".
 .\"
index 9ee1ac5746bfdd8c7285581f24436bc6140fd9da..0b1afa97fc8583db322edf1b5d701d0f0be9716d 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: lpinfo.man,v 1.5.2.1 2002/01/02 18:04:53 mike Exp $"
+.\" "$Id: lpinfo.man,v 1.5.2.2 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   lpinfo man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -56,5 +56,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: lpinfo.man,v 1.5.2.1 2002/01/02 18:04:53 mike Exp $".
+.\" End of "$Id: lpinfo.man,v 1.5.2.2 2002/08/22 17:14:42 mike Exp $".
 .\"
index 23cbf92d6879ce39994cae537c546f959e146cb8..2b459d27530556339e14b331de03d5bce81c4ca7 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: lpmove.man,v 1.5.2.1 2002/01/02 18:04:53 mike Exp $"
+.\" "$Id: lpmove.man,v 1.5.2.2 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   lpmove man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -49,5 +49,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: lpmove.man,v 1.5.2.1 2002/01/02 18:04:53 mike Exp $".
+.\" End of "$Id: lpmove.man,v 1.5.2.2 2002/08/22 17:14:42 mike Exp $".
 .\"
index b391cd80d33e63e29a242a25e41bdba878ca3088..de3b2ea2b6bc9fb93c59eb86eec9d55c3de7f511 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: lpoptions.man,v 1.6.2.2 2002/08/09 00:05:29 mike Exp $"
+.\" "$Id: lpoptions.man,v 1.6.2.3 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   lpoptions man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -111,5 +111,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: lpoptions.man,v 1.6.2.2 2002/08/09 00:05:29 mike Exp $".
+.\" End of "$Id: lpoptions.man,v 1.6.2.3 2002/08/22 17:14:42 mike Exp $".
 .\"
index 2fca7db941bdd3d7865c57a974b4a16afd2587f5..2a0f775208a2ccca248fac55e3370486c369efb4 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: lppasswd.man,v 1.1.2.2 2002/01/02 18:04:53 mike Exp $"
+.\" "$Id: lppasswd.man,v 1.1.2.3 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   lpadmin man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -57,5 +57,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: lppasswd.man,v 1.1.2.2 2002/01/02 18:04:53 mike Exp $".
+.\" End of "$Id: lppasswd.man,v 1.1.2.3 2002/08/22 17:14:42 mike Exp $".
 .\"
index fece11b5d52529f160c630aa2670118a1cf0e06e..6b2c8f17ff3ed291404bc7c5a9fa659eeac3003c 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: lpq.man,v 1.5.2.1 2002/01/02 18:04:53 mike Exp $"
+.\" "$Id: lpq.man,v 1.5.2.2 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   lpq man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -53,5 +53,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: lpq.man,v 1.5.2.1 2002/01/02 18:04:53 mike Exp $".
+.\" End of "$Id: lpq.man,v 1.5.2.2 2002/08/22 17:14:42 mike Exp $".
 .\"
index 2d3062d82f2c2807f060bbeb9d6e3abb067181c3..3391c184102dd6c3c7f481238ac53ceac6533175 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: lpr.man,v 1.4.2.1 2002/01/02 18:04:53 mike Exp $"
+.\" "$Id: lpr.man,v 1.4.2.2 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   lpr man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -97,5 +97,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: lpr.man,v 1.4.2.1 2002/01/02 18:04:53 mike Exp $".
+.\" End of "$Id: lpr.man,v 1.4.2.2 2002/08/22 17:14:42 mike Exp $".
 .\"
index 1566c950eff68dcd24daef5cb6b747739a4866b8..46fe5a690fc29bf7481236803d51c7f723fac2ae 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: lprm.man,v 1.4.2.1 2002/01/02 18:04:53 mike Exp $"
+.\" "$Id: lprm.man,v 1.4.2.2 2002/08/22 17:14:42 mike Exp $"
 .\"
 .\"   lprm man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -50,5 +50,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: lprm.man,v 1.4.2.1 2002/01/02 18:04:53 mike Exp $".
+.\" End of "$Id: lprm.man,v 1.4.2.2 2002/08/22 17:14:42 mike Exp $".
 .\"
index 20f6f294d25fd96edea1778872552d515400ec6e..6dfa054f4107febf1fbf766796a02ab358ac5776 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: lpstat.man,v 1.5.2.1 2002/01/02 18:04:53 mike Exp $"
+.\" "$Id: lpstat.man,v 1.5.2.2 2002/08/22 17:14:43 mike Exp $"
 .\"
 .\"   lpstat man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -92,7 +92,7 @@ Shows the ranking of print jobs.
 .TP 5
 \-s
 .br
-Shows a status summary, including the system default destination, a
+Shows a status summary, including the default destination, a
 list of classes and their member printers, and a list of printers and
 their associated devices. This is equivalent to using the "-d", "-c",
 and "-p" options.
@@ -126,5 +126,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: lpstat.man,v 1.5.2.1 2002/01/02 18:04:53 mike Exp $".
+.\" End of "$Id: lpstat.man,v 1.5.2.2 2002/08/22 17:14:43 mike Exp $".
 .\"
index b65ffd1aa9cbbe220d025bd76983a667e265483b..c09d0fe20c195d07b6b9ac739ebdf39569a2fe0d 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: mime.convs.man,v 1.4.2.1 2002/01/02 18:04:53 mike Exp $"
+.\" "$Id: mime.convs.man,v 1.4.2.2 2002/08/22 17:14:43 mike Exp $"
 .\"
 .\"   mime.convs man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -50,5 +50,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: mime.convs.man,v 1.4.2.1 2002/01/02 18:04:53 mike Exp $".
+.\" End of "$Id: mime.convs.man,v 1.4.2.2 2002/08/22 17:14:43 mike Exp $".
 .\"
index 57e599c1d0116225667e628145676f7eabb9a166..f8d487ddce55af1e25c155fc8399c1cc93e97856 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: mime.types.man,v 1.4.2.1 2002/01/02 18:04:54 mike Exp $"
+.\" "$Id: mime.types.man,v 1.4.2.2 2002/08/22 17:14:43 mike Exp $"
 .\"
 .\"   mime.types man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -94,5 +94,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: mime.types.man,v 1.4.2.1 2002/01/02 18:04:54 mike Exp $".
+.\" End of "$Id: mime.types.man,v 1.4.2.2 2002/08/22 17:14:43 mike Exp $".
 .\"
index 8acc932f8f378a756b83580e8a5c685b710b4435..7a14fa5cbba0ae18024fb9b2224037fdb8e42635 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: printers.conf.man,v 1.4.2.1 2002/01/02 18:04:54 mike Exp $"
+.\" "$Id: printers.conf.man,v 1.4.2.2 2002/08/22 17:14:43 mike Exp $"
 .\"
 .\"   printers.conf man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -69,5 +69,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: printers.conf.man,v 1.4.2.1 2002/01/02 18:04:54 mike Exp $".
+.\" End of "$Id: printers.conf.man,v 1.4.2.2 2002/08/22 17:14:43 mike Exp $".
 .\"