]> git.ipfire.org Git - thirdparty/cups.git/blob - man/lpc.man
8965d216b8cb6603329b1810ceea8300321b9398
[thirdparty/cups.git] / man / lpc.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" lpc man page for CUPS.
5 .\"
6 .\" Copyright 2007-2014 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 lpc 8 "CUPS" "11 June 2014" "Apple Inc."
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
26 \fBlpc\fR provides limited control over printer and class queues provided by CUPS. It can also be used to query the state of queues.
27 .LP
28 If no command is specified on the command-line, \fBlpc\fR displays a prompt and accepts commands from the standard input.
29 .SS COMMANDS
30 The \fBlpc\fR program accepts a subset of commands accepted by the Berkeley \fBlpc\fR program of the same name:
31 .TP 5
32 .B exit
33 Exits the command interpreter.
34 .TP 5
35 \fBhelp \fR[\fIcommand\fR]
36 .TP 5
37 \fB? \fR[\fIcommand\fR]
38 Displays a short help message.
39 .TP 5
40 .B quit
41 Exits the command interpreter.
42 .TP 5
43 \fBstatus \fR[\fIqueue\fR]
44 Displays the status of one or more printer or class queues.
45 .SH NOTES
46 Since \fBlpc\fR is geared towards the Berkeley printing system, it is impossible to use \fBlpc\fR to configure printer or class queues provided by CUPS.
47 To configure printer or class queues you must use the
48 .BR lpadmin (8)
49 command or another CUPS-compatible client with that functionality.
50 .SH SEE ALSO
51 .BR cancel (1),
52 .BR cupsaccept (8),
53 .BR cupsenable (8),
54 .BR lp (1),
55 .BR lpadmin (8),
56 .BR lpr (1),
57 .BR lprm (1),
58 .BR lpstat (1),
59 CUPS Online Help (http://localhost:631/help)
60 .SH COPYRIGHT
61 Copyright \[co] 2007-2015 by Apple Inc.
62 .\"
63 .\" End of "$Id$".
64 .\"