eschmid         Sat Dec 29 02:08:43 2001 EDT

  Modified files:              
    /phpdoc/es  language-snippets.ent preface.xml 
    /phpdoc/es/appendices       history.xml 
  Log:
  Fixed some errors.
  
Index: phpdoc/es/language-snippets.ent
diff -u phpdoc/es/language-snippets.ent:1.5 phpdoc/es/language-snippets.ent:1.6
--- phpdoc/es/language-snippets.ent:1.5 Thu Jul 12 09:39:53 2001
+++ phpdoc/es/language-snippets.ent     Sat Dec 29 02:08:43 2001
@@ -1,9 +1,13 @@
-<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.5 2001/07/12 13:39:53 jeroen Exp 
$ -->
+<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.6 2001/12/29 07:08:43 eschmid Exp 
+$ -->
 
 
 
 <!ENTITY warn.experimental '<warning><simpara>This module is 
<emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of these functions, 
these function names, in concreto ANYTHING documented here can change in a future 
release of PHP WITHOUT NOTICE. Be warned, and use this module at your own 
risk.</simpara></warning>'>
 <!ENTITY warn.experimental.func '<warning><simpara>This function is 
<emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of this function, 
this function name, in concreto ANYTHING documented here can change in a future 
release of PHP WITHOUT NOTICE. Be warned, and use this function at your own 
risk.</simpara></warning>'>
+
+<!ENTITY warn.undocumented.func '<warning><simpara>This function is
+currently not documented, only the argument list is
+available.</simpara></warning>'>
 
 <!ENTITY tip.ob-capture '<tip><simpara>As with anything that outputs its result 
directly to the browser, you can use the <link linkend="ref.outcontrol">output-control 
functions</link> to capture the output of this function, and save it - for example - 
in a <type>string</type>.</simpara></tip>'>
 
Index: phpdoc/es/preface.xml
diff -u phpdoc/es/preface.xml:1.8 phpdoc/es/preface.xml:1.9
--- phpdoc/es/preface.xml:1.8   Wed Dec 12 15:47:45 2001
+++ phpdoc/es/preface.xml       Sat Dec 29 02:08:43 2001
@@ -12,7 +12,7 @@
    </simpara>
   </abstract>
 
-  <sect1 id="about">
+  <sect1 id="see.en.appendices.about.xml">
    <title>Sobre este Manual</title>
    <para>
      Este manual está escrito en <acronym>SGML</acronym> usando <ulink
Index: phpdoc/es/appendices/history.xml
diff -u phpdoc/es/appendices/history.xml:1.2 phpdoc/es/appendices/history.xml:1.3
--- phpdoc/es/appendices/history.xml:1.2        Wed Nov 14 17:27:03 2001
+++ phpdoc/es/appendices/history.xml    Sat Dec 29 02:08:43 2001
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
+<!--
 <chapt>Historia de PHP
   <sect>Una mirada al desarrollo de PHP
-
+-->


Reply via email to