]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cupsd.man.in
Merge changes from CUPS 1.4svn-r8628.
[thirdparty/cups.git] / man / cupsd.man.in
CommitLineData
ef416fc2 1.\"
75bd9771 2.\" "$Id: cupsd.man.in 7600 2008-05-20 21:06:23Z mike $"
ef416fc2 3.\"
4.\" cupsd man page for the Common UNIX Printing System (CUPS).
5.\"
c168a833 6.\" Copyright 2007-2009 by Apple Inc.
bd7854cb 7.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 8.\"
9.\" These coded instructions, statements, and computer programs are the
bc44d920 10.\" property of Apple Inc. and are protected by Federal copyright
11.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12.\" which should have been included with this file. If this file is
13.\" file is missing or damaged, see the license at "http://www.cups.org/".
ef416fc2 14.\"
9aff70cc 15.TH cupsd 8 "CUPS" "9 March 2009" "Apple Inc."
ef416fc2 16.SH NAME
9aff70cc 17cupsd \- cups scheduler
ef416fc2 18.SH SYNOPSIS
19.B cupsd
bd7854cb 20[ -c
ef416fc2 21.I config-file
2e4ff8af 22] [ -f ] [ -F ] [ -h ] [ -l ] [ -t ]
ef416fc2 23.SH DESCRIPTION
9aff70cc
MS
24\fIcupsd\fR is the scheduler for CUPS. It implements a printing system based
25upon the Internet Printing Protocol, version 2.1. If no options are specified
26on the command-line then the default configuration file
27\fI@CUPS_SERVERROOT@/cupsd.conf\fR will be used.
bd7854cb 28.SH OPTIONS
29.TP 5
30-c config-file
31.br
32Uses the named configuration file.
33.TP 5
34-f
35.br
36Run \fIcupsd\fR in the foreground; the default is to run in the
37background as a "daemon".
38.TP 5
39-F
40.br
41Run \fIcupsd\fR in the foreground but detach the process from the
42controlling terminal and current directory. This is useful for
43running \fIcupsd\fR from \fIinit(8)\fR.
44.TP 5
45-h
46.br
47Shows the program usage.
48.TP 5
49-l
50.br
51This option is passed to \fIcupsd\fR when it is run from
52\fIlaunchd(8)\fR.
2e4ff8af
MS
53.TP 5
54-t
55.br
56Test the configuration file for syntax errors.
ef416fc2 57.SH COMPATIBILITY
9aff70cc 58\fIcupsd\fR implements all of the required IPP/2.1 attributes and
ef416fc2 59operations. It also implements several CUPS-specific administration
60operations.
61.SH SEE ALSO
bd7854cb 62\fIbackend(7)\fR, \fIclasses.conf(5)\fR, \fIcups-deviced(8)\fR,
63\fIcups-driverd(8)\fR, \fIcups-lpd(8)\fR, \fIcups-polld(8)\fR,
64\fIcupsd.conf(5)\fR, \fIfilter(7)\fR, \fIlaunchd(8)\fR,
65\fImime.convs(5)\fR, \fImime.types(5)\fR, \fIprinters.conf(5)\fR,
66.br
67http://localhost:631/help
ef416fc2 68.SH COPYRIGHT
c168a833 69Copyright 2007-2009 by Apple Inc.
ef416fc2 70.\"
75bd9771 71.\" End of "$Id: cupsd.man.in 7600 2008-05-20 21:06:23Z mike $".
ef416fc2 72.\"