summaryrefslogtreecommitdiff
path: root/man/ppdi.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/ppdi.man')
-rw-r--r--man/ppdi.man46
1 files changed, 46 insertions, 0 deletions
diff --git a/man/ppdi.man b/man/ppdi.man
new file mode 100644
index 0000000..610d91c
--- /dev/null
+++ b/man/ppdi.man
@@ -0,0 +1,46 @@
+.\"
+.\" "$Id: ppdi.man 9771 2011-05-12 05:21:56Z mike $"
+.\"
+.\" ppdi man page for CUPS.
+.\"
+.\" Copyright 2007-2011 by Apple Inc.
+.\" Copyright 1997-2007 by Easy Software Products.
+.\"
+.\" These coded instructions, statements, and computer programs are the
+.\" property of Apple Inc. and are protected by Federal copyright
+.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
+.\" which should have been included with this file. If this file is
+.\" file is missing or damaged, see the license at "http://www.cups.org/".
+.\"
+.TH ppdi 1 "CUPS" "20 May 2008" "Apple Inc."
+.SH NAME
+ppdi \- import ppd files
+.SH SYNOPSIS
+.B ppdi
+[ \-I
+.I include-directory
+] [ \-o
+.I source-file
+]
+.I ppd-file
+[
+.I ppd-file2 ... ppd-fileN
+]
+.SH DESCRIPTION
+\fIppdi\fR imports one or more PPD files into a PPD compiler source file.
+Multiple languages of the same PPD file are merged into a single printer
+definition to facilitate accurate changes for all localizations.
+.PP
+The \fI-o\fR option specifies the PPD source file to update. If the source
+file does not exist, a new source file is created. Otherwise the existing
+file is merged with the new PPD file(s) on the command-line. If no source
+file is specified, the filename "ppdi.drv" is used.
+.SH SEE ALSO
+ppdc(1), ppdhtml(1), ppdmerge(1), ppdpo(1), ppdcfile(5)
+.br
+http://localhost:631/help
+.SH COPYRIGHT
+Copyright 2007-2011 by Apple Inc.
+.\"
+.\" End of "$Id: ppdi.man 9771 2011-05-12 05:21:56Z mike $".
+.\"