jsgoupil Sun Jul 10 13:08:51 2005 EDT
Modified files: /phpdoc/en/reference/ps/functions ps-delete.xml Log: fix WS + typo http://cvs.php.net/diff.php/phpdoc/en/reference/ps/functions/ps-delete.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/ps/functions/ps-delete.xml diff -u phpdoc/en/reference/ps/functions/ps-delete.xml:1.1 phpdoc/en/reference/ps/functions/ps-delete.xml:1.2 --- phpdoc/en/reference/ps/functions/ps-delete.xml:1.1 Wed Jun 22 09:21:21 2005 +++ phpdoc/en/reference/ps/functions/ps-delete.xml Sun Jul 10 13:08:50 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-delete"> - <refnamediv> - <refname>ps_delete</refname> - - <refpurpose>Deletes all resources of a PostScript document</refpurpose> - </refnamediv> + <refnamediv> + <refname>ps_delete</refname> + <refpurpose>Deletes all resources of a PostScript document</refpurpose> + </refnamediv> <refsect1 role="description"> &reftitle.description; @@ -21,7 +20,7 @@ <function>ps_close</function> not just closes the file but also outputs a last line containing the PostScript comment with the number of pages in the document. Without this comment, a PostScript viewer may not show the number - of pages propperly. + of pages properly. </para> </refsect1>