From 2fce603d8217714ed9774f937169345dbb1768e5 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 7 Jul 2005 10:12:02 +0000 Subject: [PATCH] fix #33580: typos and minor WS git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190094 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ps/functions/ps-begin-page.xml | 15 ++++++------ reference/ps/functions/ps-circle.xml | 29 ++++++++++++------------ reference/ps/functions/ps-rect.xml | 4 ++-- 3 files changed, 23 insertions(+), 25 deletions(-) diff --git a/reference/ps/functions/ps-begin-page.xml b/reference/ps/functions/ps-begin-page.xml index 785a987656..9ca6ac56a5 100644 --- a/reference/ps/functions/ps-begin-page.xml +++ b/reference/ps/functions/ps-begin-page.xml @@ -1,12 +1,11 @@ - + - - ps_begin_page - - Start a new page - + + ps_begin_page + Start a new page + &reftitle.description; @@ -17,12 +16,12 @@ floatheight - Starts a new page. Though the parameters width + Starts a new page. Although the parameters width and height imply a different page size for each page, this is not possible in PostScript. The first call of ps_begin_page 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. diff --git a/reference/ps/functions/ps-circle.xml b/reference/ps/functions/ps-circle.xml index f20e4bd353..e56f44c0f8 100644 --- a/reference/ps/functions/ps-circle.xml +++ b/reference/ps/functions/ps-circle.xml @@ -1,12 +1,11 @@ - + - - ps_circle - - Draws a circle - + + ps_circle + Draws a circle + &reftitle.description; @@ -17,15 +16,15 @@ floaty floatradius - Draws a circle with its middle point at - (x, y). The circle starts - and ends at position - (x+radius, - y). 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 - (x+radius, - y) then there will be a gab in the path. + + Draws a circle with its middle point at (x, + y). The circle starts and ends at position + (x+radius, + y). 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 + (x+radius, + y) then there will be a gap in the path. diff --git a/reference/ps/functions/ps-rect.xml b/reference/ps/functions/ps-rect.xml index 5ce3cbce88..905eba9e15 100644 --- a/reference/ps/functions/ps-rect.xml +++ b/reference/ps/functions/ps-rect.xml @@ -1,5 +1,5 @@ - + @@ -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.