nlopess Thu Jul 7 06:12:02 2005 EDT
Modified files: /phpdoc/en/reference/ps/functions ps-begin-page.xml ps-circle.xml ps-rect.xml Log: fix #33580: typos and minor WS http://cvs.php.net/diff.php/phpdoc/en/reference/ps/functions/ps-begin-page.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/ps/functions/ps-begin-page.xml diff -u phpdoc/en/reference/ps/functions/ps-begin-page.xml:1.1 phpdoc/en/reference/ps/functions/ps-begin-page.xml:1.2 --- phpdoc/en/reference/ps/functions/ps-begin-page.xml:1.1 Wed Jun 22 09:21:21 2005 +++ phpdoc/en/reference/ps/functions/ps-begin-page.xml Thu Jul 7 06:12:01 2005 @@ -1,12 +1,11 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 --> <refentry id="function.ps-begin-page"> - <refnamediv> - <refname>ps_begin_page</refname> - - <refpurpose>Start a new page</refpurpose> - </refnamediv> + <refnamediv> + <refname>ps_begin_page</refname> + <refpurpose>Start a new page</refpurpose> + </refnamediv> <refsect1 role="description"> &reftitle.description; @@ -17,12 +16,12 @@ <methodparam><type>float</type><parameter>height</parameter></methodparam> </methodsynopsis> <para> - Starts a new page. Though the parameters <parameter>width</parameter> + Starts a new page. Although the parameters <parameter>width</parameter> and <parameter>height</parameter> imply a different page size for each page, this is not possible in PostScript. The first call of <function>ps_begin_page</function> will set the page size for the whole document. Consecutive calls will have no effect, except for creating a new - page. The situation is different if you indent to convert the PostScript + page. The situation is different if you intent to convert the PostScript document into PDF. This function places pdfmarks into the document which can set the size for each page indiviually. The resulting PDF document will have different page sizes. http://cvs.php.net/diff.php/phpdoc/en/reference/ps/functions/ps-circle.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/ps/functions/ps-circle.xml diff -u phpdoc/en/reference/ps/functions/ps-circle.xml:1.1 phpdoc/en/reference/ps/functions/ps-circle.xml:1.2 --- phpdoc/en/reference/ps/functions/ps-circle.xml:1.1 Wed Jun 22 09:21:21 2005 +++ phpdoc/en/reference/ps/functions/ps-circle.xml Thu Jul 7 06:12:02 2005 @@ -1,12 +1,11 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 --> <refentry id="function.ps-circle"> - <refnamediv> - <refname>ps_circle</refname> - - <refpurpose>Draws a circle</refpurpose> - </refnamediv> + <refnamediv> + <refname>ps_circle</refname> + <refpurpose>Draws a circle</refpurpose> + </refnamediv> <refsect1 role="description"> &reftitle.description; @@ -17,15 +16,15 @@ <methodparam><type>float</type><parameter>y</parameter></methodparam> <methodparam><type>float</type><parameter>radius</parameter></methodparam> </methodsynopsis> - <para>Draws a circle with its middle point at - (<parameter>x</parameter>, <parameter>y</parameter>). The circle starts - and ends at position - (<parameter>x</parameter>+<parameter>radius</parameter>, - <parameter>y</parameter>). If this function is called outside a path it - will start a new path. If it is called within a path it will add the - circle as a subpath. If the last drawing operation does not end in point - (<parameter>x</parameter>+<parameter>radius</parameter>, - <parameter>y</parameter>) then there will be a gab in the path. + <para> + Draws a circle with its middle point at (<parameter>x</parameter>, + <parameter>y</parameter>). The circle starts and ends at position + (<parameter>x</parameter>+<parameter>radius</parameter>, + <parameter>y</parameter>). If this function is called outside a path it + will start a new path. If it is called within a path it will add the circle + as a subpath. If the last drawing operation does not end in point + (<parameter>x</parameter>+<parameter>radius</parameter>, + <parameter>y</parameter>) then there will be a gap in the path. </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/ps/functions/ps-rect.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/ps/functions/ps-rect.xml diff -u phpdoc/en/reference/ps/functions/ps-rect.xml:1.1 phpdoc/en/reference/ps/functions/ps-rect.xml:1.2 --- phpdoc/en/reference/ps/functions/ps-rect.xml:1.1 Wed Jun 22 09:21:22 2005 +++ phpdoc/en/reference/ps/functions/ps-rect.xml Thu Jul 7 06:12:02 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 --> <refentry id="function.ps-rect"> <refnamediv> @@ -23,7 +23,7 @@ corner. If this function is called outside a path it will start a new path. If it is called within a path it will add the rectangle as a subpath. If the last drawing operation does not end in the lower left corner then there - will be a gab in the path. + will be a gap in the path. </para> </refsect1>