nlopess Mon Mar 6 22:48:02 2006 UTC
Modified files:
/phpdoc/en/reference/ps/functions ps-rotate.xml ps-set-info.xml
ps-setmiterlimit.xml
ps-setpolydash.xml
ps-stringwidth.xml
ps-translate.xml
Log:
fix typos, by takagi
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ps/functions/ps-rotate.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ps/functions/ps-rotate.xml
diff -u phpdoc/en/reference/ps/functions/ps-rotate.xml:1.2
phpdoc/en/reference/ps/functions/ps-rotate.xml:1.3
--- phpdoc/en/reference/ps/functions/ps-rotate.xml:1.2 Fri Mar 3 12:31:05 2006
+++ phpdoc/en/reference/ps/functions/ps-rotate.xml Mon Mar 6 22:48:02 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-rotate">
<refnamediv>
@@ -60,12 +60,12 @@
<![CDATA[
<?php
function rectangle($ps) {
- ps_moveto($ps, 0, 0);
- ps_lineto($ps, 0, 50);
- ps_lineto($ps, 50, 50);
- ps_lineto($ps, 50, 0);
- ps_lineto($ps, 0, 0);
- ps_stroke($ps);
+ ps_moveto($ps, 0, 0);
+ ps_lineto($ps, 0, 50);
+ ps_lineto($ps, 50, 50);
+ ps_lineto($ps, 50, 0);
+ ps_lineto($ps, 0, 0);
+ ps_stroke($ps);
}
$ps = ps_new();
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ps/functions/ps-set-info.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ps/functions/ps-set-info.xml
diff -u phpdoc/en/reference/ps/functions/ps-set-info.xml:1.2
phpdoc/en/reference/ps/functions/ps-set-info.xml:1.3
--- phpdoc/en/reference/ps/functions/ps-set-info.xml:1.2 Fri Mar 3
12:31:05 2006
+++ phpdoc/en/reference/ps/functions/ps-set-info.xml Mon Mar 6 22:48:02 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-set-info">
<refnamediv>
@@ -29,7 +29,7 @@
</para>
<para>
This function will have no effect anymore when the header of the postscript
- file has been already written. I must be called before the first page
+ file has been already written. It must be called before the first page
or the first call of <function>ps_findfont</function>.
</para>
</refsect1>
@@ -74,7 +74,7 @@
</para>
<note>
<para>
- Upt to version 0.2.6 of pslib, the BoundingBox and Orientation
+ Up to version 0.2.6 of pslib, the BoundingBox and Orientation
will be overwritten by <function>ps_begin_page</function>,
unless <function>ps_findfont</function> has been called before.
</para>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ps/functions/ps-setmiterlimit.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ps/functions/ps-setmiterlimit.xml
diff -u phpdoc/en/reference/ps/functions/ps-setmiterlimit.xml:1.2
phpdoc/en/reference/ps/functions/ps-setmiterlimit.xml:1.3
--- phpdoc/en/reference/ps/functions/ps-setmiterlimit.xml:1.2 Fri Mar 3
12:31:05 2006
+++ phpdoc/en/reference/ps/functions/ps-setmiterlimit.xml Mon Mar 6
22:48:02 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-setmiterlimit">
<refnamediv>
@@ -40,7 +40,7 @@
<listitem>
<para>
The maximum ratio between the miter length and the line width. Larger
- values (> 10) wil result in very long spikes when two lines meet
+ values (> 10) will result in very long spikes when two lines meet
in a small angle. Keep the default unless you know what you are doing.
</para>
</listitem>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ps/functions/ps-setpolydash.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ps/functions/ps-setpolydash.xml
diff -u phpdoc/en/reference/ps/functions/ps-setpolydash.xml:1.2
phpdoc/en/reference/ps/functions/ps-setpolydash.xml:1.3
--- phpdoc/en/reference/ps/functions/ps-setpolydash.xml:1.2 Fri Mar 3
12:31:05 2006
+++ phpdoc/en/reference/ps/functions/ps-setpolydash.xml Mon Mar 6 22:48:02 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-setpolydash">
<refnamediv>
@@ -84,7 +84,7 @@
]]>
</programlisting>
<para>
- This examples draws a line with a 10 and 1 points long line, and
+ This example draws a line with a 10 and 2 points long line, and
gaps of 5 points inbetween.
</para>
</example>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ps/functions/ps-stringwidth.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/ps/functions/ps-stringwidth.xml
diff -u phpdoc/en/reference/ps/functions/ps-stringwidth.xml:1.4
phpdoc/en/reference/ps/functions/ps-stringwidth.xml:1.5
--- phpdoc/en/reference/ps/functions/ps-stringwidth.xml:1.4 Fri Mar 3
12:31:05 2006
+++ phpdoc/en/reference/ps/functions/ps-stringwidth.xml Mon Mar 6 22:48:02 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev -->
<refentry id="function.ps-stringwidth">
<refnamediv>
@@ -42,7 +42,7 @@
<term><parameter>text</parameter></term>
<listitem>
<para>
- The text for which the geometry is to be calculated.
+ The text for which the witdh is to be calculated.
</para>
</listitem>
</varlistentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ps/functions/ps-translate.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ps/functions/ps-translate.xml
diff -u phpdoc/en/reference/ps/functions/ps-translate.xml:1.3
phpdoc/en/reference/ps/functions/ps-translate.xml:1.4
--- phpdoc/en/reference/ps/functions/ps-translate.xml:1.3 Fri Mar 3
12:49:53 2006
+++ phpdoc/en/reference/ps/functions/ps-translate.xml Mon Mar 6 22:48:02 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-translate">
<refnamediv>
@@ -69,12 +69,12 @@
<![CDATA[
<?php
function rectangle($ps) {
- ps_moveto($ps, 0, 0);
- ps_lineto($ps, 0, 50);
- ps_lineto($ps, 50, 50);
- ps_lineto($ps, 50, 0);
- ps_lineto($ps, 0, 0);
- ps_stroke($ps);
+ ps_moveto($ps, 0, 0);
+ ps_lineto($ps, 0, 50);
+ ps_lineto($ps, 50, 50);
+ ps_lineto($ps, 50, 0);
+ ps_lineto($ps, 0, 0);
+ ps_stroke($ps);
}
$ps = ps_new();