dave Sat Nov 4 09:17:45 2006 UTC
Modified files:
/phpdoc/en/reference/ctype/functions ctype-cntrl.xml
Log:
- Fix #39238.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ctype/functions/ctype-cntrl.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/ctype/functions/ctype-cntrl.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-cntrl.xml:1.7
phpdoc/en/reference/ctype/functions/ctype-cntrl.xml:1.8
--- phpdoc/en/reference/ctype/functions/ctype-cntrl.xml:1.7 Thu Feb 16
08:32:06 2006
+++ phpdoc/en/reference/ctype/functions/ctype-cntrl.xml Sat Nov 4 09:17:45 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
<refentry id="function.ctype-cntrl">
<refnamediv>
@@ -40,7 +40,7 @@
&reftitle.returnvalues;
<para>
Returns &true; if every character in <parameter>text</parameter> is
- a letter from the current locale, &false; otherwise.
+ a control character from the current locale, &false; otherwise.
</para>
</refsect1>