Skip to content

Commit 24e8d4b

Browse files
committed
Re-add ippevepcl.1 man page - git didn't catch rename.
1 parent 962e5dd commit 24e8d4b

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

man/ippevepcl.1

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
.\"
2+
.\" ippevepcl/ps man page for CUPS.
3+
.\"
4+
.\" Copyright © 2021-2023 by OpenPrinting.
5+
.\" Copyright © 2019 by Apple Inc.
6+
.\"
7+
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
8+
.\" information.
9+
.\"
10+
.TH ippevepcl/ps 1 "CUPS" "2023-02-09" "OpenPrinting"
11+
.SH NAME
12+
ippevepcl/ps \- pcl and postscript print commands for ippeveprinter
13+
.SH SYNOPSIS
14+
.B ippevepcl
15+
[
16+
.I filename
17+
]
18+
.br
19+
.B ippeveps
20+
[
21+
.I filename
22+
]
23+
.SH DESCRIPTION
24+
.B ippevepcl
25+
and
26+
.B ippeveps
27+
are print commands for
28+
.BR ippeveprinter (1).
29+
As with all print commands, these commands read either the filename specified on the command-line or from the standard input.
30+
Output is sent to the standard output.
31+
Status and progress messages are sent to the standard error.
32+
.PP
33+
.B ippevepcl
34+
prints to B&W HP PCL laser printers and supports printing of HP PCL (application/vnd.hp-pcl), PWG Raster (image/pwg-raster), and Apple Raster (image/urf) print files.
35+
.PP
36+
.B ippeveps
37+
print to Adobe PostScript printers and supports printing of PDF (application/pdf), PostScript (application/postscript), JPEG (image/jpeg), PWG Raster (image/pwg-raster), and Apple Raster (image/urf) print files.
38+
Printer-specific commands are read from a supplied PPD file.
39+
If no PPD file is specified, generic commands suitable for any Level 2 or Level 3 PostScript printer are used instead to specify duplex printing and media size.
40+
.SH EXIT STATUS
41+
These programs return 1 on error and 0 on success.
42+
.SH ENVIRONMENT
43+
These program inherit the environment provided by the
44+
.B ippeveprinter
45+
program.
46+
.SH SEE ALSO
47+
.BR ippeveprinter (8)
48+
.SH COPYRIGHT
49+
Copyright \[co] 2021-2023 by OpenPrinting.

0 commit comments

Comments
 (0)