bjori           Thu Jun 21 13:15:25 2007 UTC

  Modified files:              
    /phpdoc/en  language-snippets.ent 
    /phpdoc/en/reference/svn    constants.xml 
    /phpdoc/en/reference/svn/functions  svn-client-version.xml 
                                        svn-repos-hotcopy.xml 
  Log:
  Fix build
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.204&r2=1.205&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.204 
phpdoc/en/language-snippets.ent:1.205
--- phpdoc/en/language-snippets.ent:1.204       Thu Jun 21 04:17:51 2007
+++ phpdoc/en/language-snippets.ent     Thu Jun 21 13:15:25 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.204 $ -->
+<!-- $Revision: 1.205 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -809,8 +809,8 @@
 
 <!-- SVN notes -->
 <!ENTITY svn.relativepath "<note><simpara>Relative paths will be resolved as 
if the current working directory was the one that contains the PHP binary. To 
use the calling script's working directory, use <function>realpath</function> 
or dirname(__FILE__).</simpara></note>">
-<!ENTITY svn.referto.status 'Refer to <link 
linkend="svn.constants#svn.constants.status">status constants</link> for 
possible values.'>
-<!ENTITY svn.referto.type 'Refer to <link 
linkend="svn.constants#svn.constants.type">type constants</link> for possible 
values.'>
+<!ENTITY svn.referto.status 'Refer to <link 
linkend="svn.constants.status">status constants</link> for possible values.'>
+<!ENTITY svn.referto.type 'Refer to <link linkend="svn.constants.type">type 
constants</link> for possible values.'>
 
 <!-- Imagick generic return types -->
 <!ENTITY imagick.return.success 'Returns &true; on success.'>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/svn/constants.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/svn/constants.xml
diff -u phpdoc/en/reference/svn/constants.xml:1.2 
phpdoc/en/reference/svn/constants.xml:1.3
--- phpdoc/en/reference/svn/constants.xml:1.2   Thu Jun 21 11:46:57 2007
+++ phpdoc/en/reference/svn/constants.xml       Thu Jun 21 13:15:25 2007
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <section xml:id="svn.constants" xmlns="http://docbook.org/ns/docbook";>
  &reftitle.constants;
  &extension.constants;
@@ -73,6 +73,7 @@
     <constant>SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO</constant> 
     (<type>string</type>)
    </term>
+   <listitem><simpara /></listitem>
   </varlistentry>
   <varlistentry>
    <term>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/svn/functions/svn-client-version.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/svn/functions/svn-client-version.xml
diff -u phpdoc/en/reference/svn/functions/svn-client-version.xml:1.2 
phpdoc/en/reference/svn/functions/svn-client-version.xml:1.3
--- phpdoc/en/reference/svn/functions/svn-client-version.xml:1.2        Thu Jun 
21 11:46:57 2007
+++ phpdoc/en/reference/svn/functions/svn-client-version.xml    Thu Jun 21 
13:15:25 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry xml:id="function.svn-client-version" 
xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>svn_client_version</refname>
@@ -65,8 +65,8 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
-   <title>Basic example</title>
    <example>
+    <title>Basic example</title>
     <programlisting role="php">
 <![CDATA[
 <?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/svn/functions/svn-repos-hotcopy.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/svn/functions/svn-repos-hotcopy.xml
diff -u phpdoc/en/reference/svn/functions/svn-repos-hotcopy.xml:1.2 
phpdoc/en/reference/svn/functions/svn-repos-hotcopy.xml:1.3
--- phpdoc/en/reference/svn/functions/svn-repos-hotcopy.xml:1.2 Thu Jun 21 
11:46:57 2007
+++ phpdoc/en/reference/svn/functions/svn-repos-hotcopy.xml     Thu Jun 21 
13:15:25 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry xml:id="function.svn-repos-hotcopy" 
xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>svn_repos_hotcopy</refname>
@@ -59,6 +59,7 @@
    also the &amp;return.success; entity
   </para>
  </refsect1>
+ -->
 
  <refsect1 role="notes">
   &reftitle.notes;

Reply via email to