]>
Commit | Line | Data |
---|---|---|
ef416fc2 | 1 | .\" |
e4e5666b | 2 | .\" "$Id$" |
ef416fc2 | 3 | .\" |
321d8d57 | 4 | .\" lpc man page for CUPS. |
ef416fc2 | 5 | .\" |
0fa6c7fa | 6 | .\" Copyright 2007-2013 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 lpc 8 "CUPS" "3 November 2008" "Apple Inc." |
ef416fc2 | 16 | .SH NAME |
17 | lpc \- line printer control program | |
18 | .SH SYNOPSIS | |
19 | .B lpc | |
20 | [ | |
21 | .I command | |
22 | [ | |
23 | .I parameter(s) | |
24 | ] ] | |
25 | .SH DESCRIPTION | |
bd7854cb | 26 | \fIlpc\fR provides limited control over printer and class queues |
27 | provided by CUPS. It can also be used to query the state of | |
28 | queues. | |
ef416fc2 | 29 | .LP |
bd7854cb | 30 | If no command is specified on the command-line, \fRlpc\fR will |
31 | display a prompt and accept commands from the standard input. | |
ef416fc2 | 32 | .SH COMMANDS |
bd7854cb | 33 | The \fIlpc\fR program accepts a subset of commands accepted by |
34 | the Berkeley \fIlpc\fR program of the same name: | |
ef416fc2 | 35 | .TP 5 |
bd7854cb | 36 | exit |
ef416fc2 | 37 | .br |
38 | Exits the command interpreter. | |
39 | .TP 5 | |
bd7854cb | 40 | help [command] |
41 | .TP 5 | |
42 | ? [command] | |
ef416fc2 | 43 | .br |
44 | Displays a short help message. | |
45 | .TP 5 | |
46 | quit | |
47 | .br | |
48 | Exits the command interpreter. | |
49 | .TP 5 | |
bd7854cb | 50 | status [queue] |
ef416fc2 | 51 | .br |
52 | Displays the status of one or more printer or class queues. | |
ef416fc2 | 53 | .SH LIMITATIONS |
bd7854cb | 54 | Since \fIlpc\fR is geared towards the Berkeley printing system, |
55 | it is impossible to use \fIlpc\fR to configure printer or class | |
56 | queues provided by CUPS. To configure printer or class queues | |
57 | you must use the \fIlpadmin(8)\fR command or another | |
58 | CUPS-compatible client with that functionality. | |
ef416fc2 | 59 | .SH COMPATIBILITY |
bd7854cb | 60 | The CUPS version of \fIlpc\fR does not implement all of the |
61 | standard Berkeley or LPRng commands. | |
ef416fc2 | 62 | .SH SEE ALSO |
e6013cfa | 63 | \fIcancel(1)\fR, \fIcupsaccept(8)\fR, \fIcupsenable(8)\fR, |
bd7854cb | 64 | \fIlp(1)\fR, \fIlpr(1)\fR, \fIlprm(1)\fR, \fIlpstat(1)\fR, |
65 | .br | |
66 | http://localhost:631/help | |
ef416fc2 | 67 | .SH COPYRIGHT |
0fa6c7fa | 68 | Copyright 2007-2013 by Apple Inc. |
ef416fc2 | 69 | .\" |
e4e5666b | 70 | .\" End of "$Id$". |
ef416fc2 | 71 | .\" |