jsgoupil Mon Mar 6 03:48:07 2006 UTC
Modified files:
/phpdoc/en/reference/ps/functions ps-hyphenate.xml ps-moveto.xml
Log:
Typo
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ps/functions/ps-hyphenate.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ps/functions/ps-hyphenate.xml
diff -u phpdoc/en/reference/ps/functions/ps-hyphenate.xml:1.3
phpdoc/en/reference/ps/functions/ps-hyphenate.xml:1.4
--- phpdoc/en/reference/ps/functions/ps-hyphenate.xml:1.3 Fri Mar 3
12:31:05 2006
+++ phpdoc/en/reference/ps/functions/ps-hyphenate.xml Mon Mar 6 03:48:07 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
<refentry id="function.ps-hyphenate">
<refnamediv>
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>
Hyphenates the passed word. <function>ps_hyphenate</function> evaluates the
- value hyphenminchars set by (<function>ps_set_value</function>) and
+ value hyphenminchars (set by <function>ps_set_value</function>) and
the parameter hyphendict (set by <function>ps_set_parameter</function>).
hyphendict must be set before calling this function.
</para>
@@ -84,9 +84,12 @@
?>
]]>
</programlisting>
- <para>
- This example should output <literal>Ko-ordi-na-ten-sys-tem</literal>.
- </para>
+ &example.outputs;
+ <screen>
+<![CDATA[
+Ko-ordi-na-ten-sys-tem
+]]>
+ </screen>
</example>
</para>
</refsect1>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ps/functions/ps-moveto.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ps/functions/ps-moveto.xml
diff -u phpdoc/en/reference/ps/functions/ps-moveto.xml:1.2
phpdoc/en/reference/ps/functions/ps-moveto.xml:1.3
--- phpdoc/en/reference/ps/functions/ps-moveto.xml:1.2 Fri Mar 3 12:31:05 2006
+++ phpdoc/en/reference/ps/functions/ps-moveto.xml Mon Mar 6 03:48:07 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
<refentry id="function.ps-moveto">
<refnamediv>
@@ -40,7 +40,7 @@
<term><parameter>x</parameter></term>
<listitem>
<para>
- x-coordinate of the point ot move to.
+ x-coordinate of the point to move to.
</para>
</listitem>
</varlistentry>