]> git.ipfire.org Git - thirdparty/cups.git/blame_incremental - man/cupsd.man.in
Import CUPS v1.7.5
[thirdparty/cups.git] / man / cupsd.man.in
... / ...
CommitLineData
1.\"
2.\" "$Id: cupsd.man.in 11109 2013-07-08 21:15:13Z msweet $"
3.\"
4.\" cupsd man page for CUPS.
5.\"
6.\" Copyright 2007-2013 by Apple Inc.
7.\" Copyright 1997-2006 by Easy Software Products.
8.\"
9.\" These coded instructions, statements, and computer programs are the
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/".
14.\"
15.TH cupsd 8 "CUPS" "8 July 2013" "Apple Inc."
16.SH NAME
17cupsd \- cups scheduler
18.SH SYNOPSIS
19.B cupsd
20[ -c
21.I config-file
22] [ -f ] [ -F ] [ -h ] [ -l ] [ -t ]
23.SH DESCRIPTION
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/etc/cups/cupsd.conf\fR will be used.
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.
53.TP 5
54-t
55.br
56Test the configuration file for syntax errors.
57.SH COMPATIBILITY
58\fIcupsd\fR implements all of the required IPP/2.1 attributes and
59operations. It also implements several CUPS-specific administration
60operations.
61.SH SEE ALSO
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
68.SH COPYRIGHT
69Copyright 2007-2013 by Apple Inc.
70.\"
71.\" End of "$Id: cupsd.man.in 11109 2013-07-08 21:15:13Z msweet $".
72.\"