]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-ppdmerge.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-ppdmerge.html
1 <!DOCTYPE HTML>
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>ppdmerge(1)</title>
7 </head>
8 <body>
9 <h1 class="title">ppdmerge(1)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 ppdmerge - merge ppd files
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>ppdmerge</b>
14 [ -o
15 <i>output-ppd-file</i>
16 ]
17 <i>ppd-file</i>
18 <i>ppd-file2</i>
19 [
20 <i>...</i> <i>ppd-fileN</i>
21 ]
22 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
23 <i>ppdmerge</i> merges two or more PPD files into a single, multi-language
24 PPD file.
25 <p>The <i>-o</i> option specifies the PPD file to create. If not specified,
26 the merged PPD file is written to the standard output. If the output file
27 already exists, the new
28 <h2 class="title"><a name="NOTES">Notes</a></h2>
29 <i>ppdmerge</i> does not check whether the merged PPD files are for the
30 same device. Merging of different device PPDs will yield unpredictable
31 results.
32 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
33 cupsprofile(1), ppdc(1), ppdhtml(1), ppdi(1), ppdpo(1), ppdcfile(5)
34 <br>
35 <a href="http://localhost:631/help">http://localhost:631/help</a>
36 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
37 Copyright 2007-2013 by Apple Inc.
38
39 </body>
40 </html>