]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/spec-ppd.html
Merge changes from CUPS 1.4svn-r7961.
[thirdparty/cups.git] / doc / help / spec-ppd.html
index cd80907e423a57e1780e2a9e1ce92c5075c2837f..7a981dfc395a21536e7b85cb69e3c9842c1e3789 100644 (file)
@@ -8,7 +8,7 @@
 </head>
 <body>
 <!--
-  "$Id: spec-ppd.html 7677 2008-06-19 23:22:19Z mike $"
+  "$Id: spec-ppd.html 7937 2008-09-11 16:16:41Z mike $"
 
   CUPS PPD extensions specification for the Common UNIX Printing System (CUPS).
 
@@ -38,7 +38,7 @@ filtering.</p>
 <p>The PPD format is text-based and uses lines of up to 255
 characters terminated by a carriage return, linefeed, or
 combination of carriage return and line feed. The following ABNF
-definition [RFC2234] defines the general format of lines in a PPD
+definition [RFC4234] defines the general format of lines in a PPD
 file:</p>
 
 <pre class='command'>
@@ -57,9 +57,9 @@ VALUE    = 1*TCHAR / DQUOTE 1*SCHAR DQUOTE
 
 KCHAR    = ALPHA / DIGIT / "_" / "." / "-"
 
-SCHAR    = LINE-END / WSP / %x21 / %x23-7E / %xA0-FF
+SCHAR    = LINE-END / WSP / %x21.23-7E.A0-FF
 
-TCHAR    = %x20-7E / %xA0-FF
+TCHAR    = %x20-7E.A0-FF
 
 LINE-END = CR / LF / CR LF
 </pre>