vrana Thu Feb 16 08:32:07 2006 UTC
Modified files:
/phpdoc/en/reference/ctype/functions ctype-cntrl.xml
Log:
Escape (bug #36409)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ctype/functions/ctype-cntrl.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ctype/functions/ctype-cntrl.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-cntrl.xml:1.6
phpdoc/en/reference/ctype/functions/ctype-cntrl.xml:1.7
--- phpdoc/en/reference/ctype/functions/ctype-cntrl.xml:1.6 Mon Mar 7
20:55:39 2005
+++ phpdoc/en/reference/ctype/functions/ctype-cntrl.xml Thu Feb 16 08:32:06 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
<refentry id="function.ctype-cntrl">
<refnamediv>
@@ -16,7 +16,7 @@
<para>
Checks if all of the characters in the provided string,
<parameter>text</parameter>, are control characters.
- Control characters are e.g. line feed, tab, esc.
+ Control characters are e.g. line feed, tab, escape.
</para>
</refsect1>