]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - man/printers.conf.man
Merge changes from CUPS 1.4svn-r8606.
[thirdparty/cups.git] / man / printers.conf.man
index ff103d7f565c48f5ee48d55567aa5acc3338c799..ef5ecabe82968a3d04f7e7692afc4aad67f68597 100644 (file)
@@ -1,27 +1,18 @@
 .\"
-.\" "$Id: printers.conf.man 4493 2005-02-18 02:09:53Z mike $"
+.\" "$Id: printers.conf.man 7600 2008-05-20 21:06:23Z mike $"
 .\"
 .\"   printers.conf man page for the Common UNIX Printing System (CUPS).
 .\"
-.\"   Copyright 1997-2005 by Easy Software Products.
+.\"   Copyright 2007-2009 by Apple Inc.
+.\"   Copyright 1997-2006 by Easy Software Products.
 .\"
 .\"   These coded instructions, statements, and computer programs are the
-.\"   property of Easy Software Products and are protected by Federal
-.\"   copyright law.  Distribution and use rights are outlined in the file
-.\"   "LICENSE.txt" which should have been included with this file.  If this
-.\"   file is missing or damaged please contact Easy Software Products
-.\"   at:
+.\"   property of Apple Inc. and are protected by Federal copyright
+.\"   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+.\"   which should have been included with this file.  If this file is
+.\"   file is missing or damaged, see the license at "http://www.cups.org/".
 .\"
-.\"       Attn: CUPS Licensing Information
-.\"       Easy Software Products
-.\"       44141 Airport View Drive, Suite 204
-.\"       Hollywood, Maryland 20636 USA
-.\"
-.\"       Voice: (301) 373-9600
-.\"       EMail: cups-info@cups.org
-.\"         WWW: http://www.cups.org
-.\"
-.TH printers.conf 5 "Common UNIX Printing System" "22 June 2000" "Easy Software Products"
+.TH printers.conf 5 "CUPS" "29 April 2009" "Apple Inc."
 .SH NAME
 printers.conf \- printer configuration file for cups
 .SH DESCRIPTION
@@ -34,40 +25,100 @@ Each line in the file can be a configuration directive, a blank line,
 or a comment. Comment lines start with the # character.
 .SH DIRECTIVES
 .TP 5
-Accepting
+<Printer name> ... </Printer>
+.br
+Defines a specific printer.
+.TP 5
+<DefaultPrinter name> ... </Printer>
+.br
+Defines a default printer.
+.TP 5
+Accepting Yes
+.TP 5
+Accepting No
+.br
+Specifies whether the printer is accepting new jobs.
+.TP 5
+AllowUser [ user @group ... ]
+.br
+Allows specific users and groups to print to the printer.
+.TP 5
+DenyUser [ user @group ... ]
+.br
+Prevents specific users and groups from printing to the printer.
+.TP 5
+DeviceURI uri
 .br
-Specifies whether or not the printer is accepting new jobs.
+Specifies the device URI for a printer.
+.TP 5
+ErrorPolicy abort-job
+.TP 5
+ErrorPolicy retry-current-job
 .TP 5
-Info
+ErrorPolicy retry-job
+.TP 5
+ErrorPolicy stop-printer
+.br
+Specifies the error policy for the printer.
+.TP 5
+Info text
 .br
 Specifies human-readable text describing the printer.
 .TP 5
-Location
+JobSheets banner banner
+.br
+Specifies the banner pages to use for the printer.
+.TP 5
+KLimit number
+.br
+Specifies the job-k-limit value for the printer.
+.TP 5
+Location text
 .br
 Specifies human-readable text describing the location of the printer.
 .TP 5
-DeviceURI
+OpPolicy name
 .br
-Specifies the device URI for a printer.
+Specifies the operation policy for the printer.
 .TP 5
-<Printer name> ... </Printer>
+PageLimit number
 .br
-Defines a specific printer.
+Specifies the job-page-limit value for the printer.
+.TP 5
+PortMonitor monitor
+.br
+Specifies the port monitor for a printer.
 .TP 5
-State
+QuotaPeriod seconds
+.br
+Specifies the job-quota-period value for the printer.
+.TP 5
+Shared Yes
+.TP 5
+Shared No
+.br
+Specifies whether the printer is shared.
+.TP 5
+State idle
+.TP 5
+State stopped
 .br
 Specifies the initial state of the printer (Idle or Stopped)
 .TP 5
-StateMessage
+StateMessage text
 .br
 Specifies the message associated with the state.
+.TP 5
+StateTime seconds
+.br
+Specifies the date/time associated with the state.
 .SH SEE ALSO
-classes.conf(5), cupsd(8), cupsd.conf(5), mime.convs(5), mime.types(5),
-CUPS Software Administrators Manual,
-CUPS Interface Design Description,
-http://localhost:631/documentation.html
+\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR,
+\fImime.convs(5)\fR, \fImime.types(5)\fR,
+.br
+http://localhost:631/help
 .SH COPYRIGHT
-Copyright 1993-2005 by Easy Software Products, All Rights Reserved.
+Copyright 2007-2009 by Apple Inc.
 .\"
-.\" End of "$Id: printers.conf.man 4493 2005-02-18 02:09:53Z mike $".
+.\" End of "$Id: printers.conf.man 7600 2008-05-20 21:06:23Z mike $".
 .\"