tony2001                Tue May 18 10:07:01 2004 EDT

  Modified files:              
    /phpdoc/en/reference/ctype/functions        ctype-graph.xml 
  Log:
  fix an inconsistency (noticed by Veniamin Zolotukhin)
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/functions/ctype-graph.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ctype/functions/ctype-graph.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-graph.xml:1.3 
phpdoc/en/reference/ctype/functions/ctype-graph.xml:1.4
--- phpdoc/en/reference/ctype/functions/ctype-graph.xml:1.3     Wed Feb 25 05:19:05 
2004
+++ phpdoc/en/reference/ctype/functions/ctype-graph.xml Tue May 18 10:07:01 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
   <refentry id="function.ctype-graph">
    <refnamediv>
@@ -39,9 +39,9 @@
       </para>
       <screen>
 <![CDATA[
-The string 'string1' does not consist of all printable characters.
-The string 'string2' consists of all printable characters.
-The string 'string3' consists of all printable characters.
+The string 'string1' does not consist of all (visibly) printable characters.
+The string 'string2' consists of all (visibly) printable characters.
+The string 'string3' consists of all (visibly) printable characters.
 ]]>
       </screen>
      </example>

Reply via email to