1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
  
     | 
    
      .\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH XPP 1 "10 May 2002"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
xpp \- X Printing Panel
.SH SYNOPSIS
.B xpp
.RI [ options ] " " [ files ] " " ...
.SH DESCRIPTION
This manual page briefly documents the
.B xpp
command.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
.\" respectively.
\fBxpp\fP (the X Printing Panel) is a graphical interface to the CUPS
printing system.  It can be used as a drop-in replacement for lpr(1)
or lp(1) for programs that want to spool print jobs, or to print files
directly from the command line.
.SH OPTIONS
The following options are recognized by \fBxpp\fR:
.TP 5
\-d \fIdestination\fR
.TP 5
\-P \fIdestination\fR
.br
Prints files to the named \fIdestination\fR queue.
.TP 5
\-# \fIcopies\fR
.br
Sets the number of copies to print from 1 to 100.
.TP 5
\-C \fIname\fR
.br
Sets the job name.
.TP 5
\-J \fIname\fR
.br
Sets the job name.
.TP 5
\-t \fIname\fR
.TP 5
\-T \fIname\fR
.br
Sets the job name.
.TP 5
\-l
.br
Specifies that the print file is already formatted for the destination and
should be sent without filtering. This option is equivalent to "-oraw".
.TP 5
\-o \fIoption\fR
.br
Sets a job option.
.TP 5
\-p
.br
Specifies that the print file should be formatted with a shaded header with
the date, time, job name, and page number. This option is equivalent to
"-oprettyprint" and is only useful when printing text files.
.TP 5
\-r
.br
Specifies that the named print files should be deleted after printing them.
.TP 5
\-q \fIpriority\fP
Specify the priority of the print job (from 1 to 100).
.SH COMPATIBILITY
The "c", "d", "f", "g", "i", "m", "v", and "w" options are not
supported by XPP and will produce a warning message if used.
.SH SEE ALSO
.BR lp (1), lpr (1), cupsd (8)
.SH AUTHOR
The X Printing Panel was written by Till Kamppeter <till.kamppeter@gmx.net>
This manual page was written by Chris Lawrence <lawrencc@debian.org>,
for the Debian GNU/Linux system (but may be used by others).  The
OPTIONS section was borrowed from the manual page for lpr(1).
 
     |