diff options
Diffstat (limited to 'man/ppdcfile.man')
-rw-r--r-- | man/ppdcfile.man | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/man/ppdcfile.man b/man/ppdcfile.man index 3d019eab..57e5d08e 100644 --- a/man/ppdcfile.man +++ b/man/ppdcfile.man @@ -1,9 +1,9 @@ .\" -.\" "$Id: ppdcfile.man 10424 2012-04-23 17:26:57Z mike $" +.\" "$Id: ppdcfile.man 10791 2013-01-10 16:58:21Z mike $" .\" .\" ppdcfile man page for CUPS. .\" -.\" Copyright 2007-2012 by Apple Inc. +.\" Copyright 2007-2013 by Apple Inc. .\" Copyright 1997-2007 by Easy Software Products. .\" .\" These coded instructions, statements, and computer programs are the @@ -12,22 +12,21 @@ .\" 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 ppdcfile 5 "CUPS" "20 May 2008" "Apple Inc." +.TH ppdcfile 5 "CUPS" "3 December 2012" "Apple Inc." .SH NAME ppdcfile \- cups ppd compiler source file format .SH DESCRIPTION The CUPS PPD compiler reads meta files that contain descriptions of one or more PPD files to be generated by \fIppdc\fR. This man page provides a quick reference to the supported keywords and -should be used in conjuction with the Common UNIX Printing System -Developers Manual. +should be used in conjunction with the online help for CUPS. .PP The source file format is plain ASCII text that can be edited using your favorite text editor. Comments are supported using the C (/* ... */) and C++ (// ...) comment mechanisms. .PP Printer driver information can be grouped and shared using -curley braces ({ ... }); PPD files are written when a close +curly braces ({ ... }); PPD files are written when a close brace or end-of-file is seen and a PCFileName directive has been defined. .PP @@ -165,7 +164,7 @@ ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdpo(1) .br http://localhost:631/help .SH COPYRIGHT -Copyright 2007-2012 by Apple Inc. +Copyright 2007-2013 by Apple Inc. .\" -.\" End of "$Id: ppdcfile.man 10424 2012-04-23 17:26:57Z mike $". +.\" End of "$Id: ppdcfile.man 10791 2013-01-10 16:58:21Z mike $". .\" |