From 195e0588f7041e6b38e6f699bd1b509a8c4ec0ab Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Sat, 11 Dec 1999 00:42:09 +0000 Subject: [PATCH] These weren't finding manual.ced when ref'd by "../../manual.ced"; the linked one works. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17018 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/dir.xml | 2 +- functions/pdf.xml | 24 +++++++++++++++--------- functions/xml.xml | 2 +- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/functions/dir.xml b/functions/dir.xml index 0edf6bb6c0..1c3df94e77 100644 --- a/functions/dir.xml +++ b/functions/dir.xml @@ -180,7 +180,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t sgml-parent-document:nil -sgml-default-dtd-file:"../../manual.ced" +sgml-default-dtd-file:"../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil diff --git a/functions/pdf.xml b/functions/pdf.xml index d90e2ede3f..be96e80e07 100644 --- a/functions/pdf.xml +++ b/functions/pdf.xml @@ -718,11 +718,15 @@ fclose($fp); and you cannot ensure that the person watching your document has access on fonts in the document. - - This function has to be called after - PDF_begin_page in order to create a - valid pdf document. - + + + + + This function has to be called after + PDF_begin_page in order to create a valid + pdf document. + + @@ -1939,10 +1943,12 @@ pdf_close_image($pdf, $pim); The PDF_place_image function places an image on the page at postion (x-coor, - x-coor). The image can be scaled at the same - time. + x-coor). The image can be scaled at the same + time. + - See also PDF_put_image. + See also PDF_put_image. + @@ -2061,7 +2067,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t sgml-parent-document:nil -sgml-default-dtd-file:"../../manual.ced" +sgml-default-dtd-file:"../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil diff --git a/functions/xml.xml b/functions/xml.xml index 2a85b4538f..eaf57bfb32 100644 --- a/functions/xml.xml +++ b/functions/xml.xml @@ -1815,7 +1815,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t sgml-parent-document:nil -sgml-default-dtd-file:"../../manual.ced" +sgml-default-dtd-file:"../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil