summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-03-22 13:21:05 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-03-22 13:21:05 -0400
commitefb349bcb837a6c6beb28e1ffd1055b7736ac20d (patch)
treeae511b2c45cc85cfa3b221a8b0261334c0906628 /man
parent6641bd0d3f20e1801373fc8b0b904a83d53d41f6 (diff)
downloadcups-efb349bcb837a6c6beb28e1ffd1055b7736ac20d.tar.gz
Add man page for and installation of ippeveprinter commands.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile3
-rw-r--r--man/ippevepcl.man47
2 files changed, 50 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile
index 554018e4f..f04a1a020 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -47,6 +47,7 @@ MAN5 = classes.conf.$(MAN5EXT) \
subscriptions.conf.$(MAN5EXT)
MAN7 = backend.$(MAN7EXT) \
filter.$(MAN7EXT) \
+ ippevepcl.$(MAN7EXT) \
notifier.$(MAN7EXT)
MAN8 = cupsaccept.$(MAN8EXT) \
cupsctl.$(MAN8EXT) \
@@ -126,6 +127,8 @@ install-data: all
echo Installing $$file in $(MANDIR)/man7...; \
$(INSTALL_MAN) $$file $(MANDIR)/man7; \
done
+ $(RM) $(MANDIR)/man7/ippeveps.$(MAN7EXT)
+ $(LN) ippevepcl.$(MAN7EXT) $(MANDIR)/man7/ippeveps.$(MAN7EXT)
$(INSTALL_DIR) -m 755 $(AMANDIR)/man$(MAN8DIR)
for file in $(MAN8); do \
echo Installing $$file in $(AMANDIR)/man$(MAN8DIR)...; \
diff --git a/man/ippevepcl.man b/man/ippevepcl.man
new file mode 100644
index 000000000..02a9e33d4
--- /dev/null
+++ b/man/ippevepcl.man
@@ -0,0 +1,47 @@
+.\"
+.\" ippeveprinter man page for CUPS.
+.\"
+.\" Copyright © 2019 by Apple Inc.
+.\"
+.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
+.\" information.
+.\"
+.TH ippevepcl/ps 7 "CUPS" "22 March 2019" "Apple Inc."
+.SH NAME
+ippevepcl/ps \- pcl and postscript print commands for ippeveprinter
+.SH SYNOPSIS
+.B ippevepcl
+[
+.I filename
+]
+.br
+.B ippeveps
+[
+.I filename
+]
+.SH DESCRIPTION
+.B ippevepcl
+and
+.B ippeveps
+are print commands for
+.BR ippeveprinter (1).
+As with all print commands, these commands read either the filename specified on the command-line or from the standard input.
+Output is sent to the standard output.
+.PP
+.B ippevepcl
+prints to B&W HP PCL laser printers and some color inkjet printers and supports printing of PWG Raster (image/pwg-raster) and Apple Raster (image/urf) print files.
+.PP
+.B ippeveps
+print to Adobe PostScript printers and supports printing of PDF (application/pdf), JPEG (image/jpeg), PWG Raster (image/pwg-raster), and Apple Raster (image/urf) print files.
+Printer-specific commands are read from a supplied PPD file.
+If no PPD file is specified, generic commands suitable for any Level 2 or Level 3 PostScript printer are used instead to specify copies, duplex printing, and media size.
+.SH EXIT STATUS
+These programs return 1 on error and 0 on success.
+.SH ENVIRONMENT
+These program inherit the environment provided by the
+.B ippeveprinter
+program.
+.SH SEE ALSO
+.BR ippeveprinter (8)
+.SH COPYRIGHT
+Copyright \[co] 2019 by Apple Inc.