]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupsd.man.in
Load cups into easysw/current.
[thirdparty/cups.git] / man / cupsd.man.in
1 .\"
2 .\" "$Id: cupsd.man.in 6649 2007-07-11 21:46:42Z mike $"
3 .\"
4 .\" cupsd man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 2007 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 "Common UNIX Printing System" "12 February 2006" "Apple Inc."
16 .SH NAME
17 cupsd \- common unix printing system daemon
18 .SH SYNOPSIS
19 .B cupsd
20 [ -c
21 .I config-file
22 ] [ -f ] [ -F ] [ -h ] [ -l ]
23 .SH DESCRIPTION
24 \fIcupsd\fR is the scheduler for the Common UNIX Printing System. It
25 implements a printing system based upon the Internet Printing Protocol,
26 version 1.1. If no options are specified on the command-line then the
27 default configuration file \fI@CUPS_SERVERROOT@/cupsd.conf\fR will be
28 used.
29 .SH OPTIONS
30 .TP 5
31 -c config-file
32 .br
33 Uses the named configuration file.
34 .TP 5
35 -f
36 .br
37 Run \fIcupsd\fR in the foreground; the default is to run in the
38 background as a "daemon".
39 .TP 5
40 -F
41 .br
42 Run \fIcupsd\fR in the foreground but detach the process from the
43 controlling terminal and current directory. This is useful for
44 running \fIcupsd\fR from \fIinit(8)\fR.
45 .TP 5
46 -h
47 .br
48 Shows the program usage.
49 .TP 5
50 -l
51 .br
52 This option is passed to \fIcupsd\fR when it is run from
53 \fIlaunchd(8)\fR.
54 .SH COMPATIBILITY
55 \fIcupsd\fR implements all of the required IPP/1.1 attributes and
56 operations. It also implements several CUPS-specific administration
57 operations.
58 .SH SEE ALSO
59 \fIbackend(7)\fR, \fIclasses.conf(5)\fR, \fIcups-deviced(8)\fR,
60 \fIcups-driverd(8)\fR, \fIcups-lpd(8)\fR, \fIcups-polld(8)\fR,
61 \fIcupsd.conf(5)\fR, \fIfilter(7)\fR, \fIlaunchd(8)\fR,
62 \fImime.convs(5)\fR, \fImime.types(5)\fR, \fIprinters.conf(5)\fR,
63 .br
64 http://localhost:631/help
65 .SH COPYRIGHT
66 Copyright 2007 by Apple Inc.
67 .\"
68 .\" End of "$Id: cupsd.man.in 6649 2007-07-11 21:46:42Z mike $".
69 .\"