dave Fri Sep 3 04:15:52 2004 EDT
Modified files:
/phpdoc/howto generating.xml
Log:
- Typo.
http://cvs.php.net/diff.php/phpdoc/howto/generating.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/howto/generating.xml
diff -u phpdoc/howto/generating.xml:1.16 phpdoc/howto/generating.xml:1.17
--- phpdoc/howto/generating.xml:1.16 Fri Sep 3 04:09:46 2004
+++ phpdoc/howto/generating.xml Fri Sep 3 04:15:50 2004
@@ -112,7 +112,7 @@
In order to check the validity of your XML you may use
<literal>make test_xml</literal> as this executes a
<command>xmllint</command> check on the entire phpdoc tree. This
- will find problems <command>make test</command>' ignores, problems like a
+ will find problems <command>make test</command> ignores, problems like a
missing ; or & for an entity. <command>xmllint</command> is much
slower than the SGML check and will take roughly 4 times longer to execute.
</para>