]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update LPD backend documentation (STR #4569)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 2 Feb 2015 18:18:55 +0000 (18:18 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 2 Feb 2015 18:18:55 +0000 (18:18 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12474 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES-2.0.txt
doc/help/network.html

index 996fd52da56af2befccf56d9faf4134f3f28c805..1817eec9916c5caa47fc2b846ce52c954de10802 100644 (file)
@@ -39,6 +39,7 @@ CHANGES IN CUPS V2.0.2
        - The ipptool timeout option did not work (STR #4515)
        - Another change for OpenBSD (STR #4526)
        - Added Japanese localization (STR #4524)
+       - Documentation changes (STR #4569)
 
 
 CHANGES IN CUPS V2.0.1
index 02a232ed5bf93e4be1e447cbf7be7d2d62317318..e29c9a45bcbb394a5c72460a8682a0e49d193848 100644 (file)
@@ -266,11 +266,11 @@ lpd://<i>username@ip-address-or-hostname</i>/<i>queue</i>?<i>option=value&amp;op
 </TR>
 <TR>
        <TD><TT>sanitize_title=no</TT></TD>
-       <TD>Specifies that the job title string should not be restricted to ASCII characters.</TD>
+       <TD>Specifies that the job title string should not be restricted to ASCII alphanumeric and space characters.</TD>
 </TR>
 <TR>
        <TD><TT>sanitize_title=yes</TT></TD>
-       <TD>Specifies that the job title string should be restricted to ASCII characters.</TD>
+       <TD>Specifies that the job title string should be restricted to ASCII alphanumeric and space characters.</TD>
 </TR>
 <TR>
        <TD><TT>snmp=false</TT></TD>