[DOC-CVS] [doc-en] master: ev: fix XML to get remove of useless wrapping para tags

[email protected] (Gina Peter Banyard)
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Gina Peter Banyard (Girgias)
Date: 2026-01-15T22:38:46Z

Commit: https://github.com/php/doc-en/commit/d3daf52c896bda14c8eb5dbd80f473a253326723
Raw diff: https://github.com/php/doc-en/commit/d3daf52c896bda14c8eb5dbd80f473a253326723.diff

ev: fix XML to get remove of useless wrapping para tags

Changed paths:
  M  reference/ev/evcheck/construct.xml
  M  reference/ev/evcheck/createstopped.xml
  M  reference/ev/evchild/construct.xml
  M  reference/ev/evchild/createstopped.xml
  M  reference/ev/evembed/construct.xml
  M  reference/ev/evembed/createstopped.xml
  M  reference/ev/evfork/construct.xml
  M  reference/ev/evfork/createstopped.xml
  M  reference/ev/evidle/construct.xml
  M  reference/ev/evidle/createstopped.xml
  M  reference/ev/evio/construct.xml
  M  reference/ev/evio/createstopped.xml
  M  reference/ev/evperiodic/construct.xml
  M  reference/ev/evperiodic/createstopped.xml
  M  reference/ev/evprepare/construct.xml
  M  reference/ev/evprepare/createstopped.xml
  M  reference/ev/evsignal/construct.xml
  M  reference/ev/evsignal/createstopped.xml
  M  reference/ev/evstat/construct.xml
  M  reference/ev/evstat/createstopped.xml
  M  reference/ev/evtimer/construct.xml
  M  reference/ev/evtimer/createstopped.xml
  M  reference/ev/watcher-callbacks.xml


Diff:

diff --git a/reference/ev/evcheck/construct.xml b/reference/ev/evcheck/construct.xml
index c76bf7917fd3..1e935589b15e 100644
--- a/reference/ev/evcheck/construct.xml
+++ b/reference/ev/evcheck/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evcheck.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evcheck.construct">
  <refnamediv>
   <refname>EvCheck::__construct</refname>
   <refpurpose>Constructs the EvCheck watcher object</refpurpose>
@@ -58,9 +58,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evcheck/createstopped.xml b/reference/ev/evcheck/createstopped.xml
index a627dbc9b398..95334e2f6df7 100644
--- a/reference/ev/evcheck/createstopped.xml
+++ b/reference/ev/evcheck/createstopped.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evcheck.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evcheck.createstopped">
  <refnamediv>
   <refname>EvCheck::createStopped</refname>
   <refpurpose>Create instance of a stopped EvCheck watcher</refpurpose>
@@ -59,9 +59,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evchild/construct.xml b/reference/ev/evchild/construct.xml
index 80e0307dc896..13e459749fb6 100644
--- a/reference/ev/evchild/construct.xml
+++ b/reference/ev/evchild/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evchild.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evchild.construct">
  <refnamediv>
   <refname>EvChild::__construct</refname>
   <refpurpose>Constructs the EvChild watcher object</refpurpose>
@@ -22,14 +22,12 @@
     <type>callable</type>
     <parameter>callback</parameter>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>mixed</type>
     <parameter>data</parameter>
     <initializer>&null;</initializer>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>int</type>
     <parameter>priority</parameter>
     <initializer>0</initializer>
@@ -146,9 +144,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evchild/createstopped.xml b/reference/ev/evchild/createstopped.xml
index 9a47021117a4..2f8798d69474 100644
--- a/reference/ev/evchild/createstopped.xml
+++ b/reference/ev/evchild/createstopped.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evchild.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evchild.createstopped">
  <refnamediv>
   <refname>EvChild::createStopped</refname>
   <refpurpose>Create instance of a stopped EvCheck watcher</refpurpose>
@@ -91,16 +91,14 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
  </refsect1>
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
-  <para></para>
+  <para/>
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
diff --git a/reference/ev/evembed/construct.xml b/reference/ev/evembed/construct.xml
index 5ffef816fb29..26f3ca47e957 100644
--- a/reference/ev/evembed/construct.xml
+++ b/reference/ev/evembed/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evembed.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evembed.construct">
  <refnamediv>
   <refname>EvEmbed::__construct</refname>
   <refpurpose>Constructs the EvEmbed object</refpurpose>
@@ -35,8 +35,7 @@
   </para>
   <para>
    See
-   <link
-  xlink:href="http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#code_ev_embed_code_when_one_backend_">the
+   <link xlink:href="http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#code_ev_embed_code_when_one_backend_">the
   libev documentation</link>
    for details.
   </para>
@@ -91,9 +90,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evembed/createstopped.xml b/reference/ev/evembed/createstopped.xml
index cf72f1c3e94a..95b871651041 100644
--- a/reference/ev/evembed/createstopped.xml
+++ b/reference/ev/evembed/createstopped.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evembed.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evembed.createstopped">
  <refnamediv>
   <refname>EvEmbed::createStopped</refname>
   <refpurpose>Create stopped EvEmbed watcher object</refpurpose>
@@ -76,9 +76,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evfork/construct.xml b/reference/ev/evfork/construct.xml
index 9766b6b60e43..8c440eb57b6b 100644
--- a/reference/ev/evfork/construct.xml
+++ b/reference/ev/evfork/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evfork.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evfork.construct">
  <refnamediv>
   <refname>EvFork::__construct</refname>
   <refpurpose>Constructs the EvFork watcher object</refpurpose>
@@ -14,14 +14,12 @@
     <type>callable</type>
     <parameter>callback</parameter>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>mixed</type>
     <parameter>data</parameter>
     <initializer>&null;</initializer>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>int</type>
     <parameter>priority</parameter>
     <initializer>0</initializer>
@@ -60,9 +58,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evfork/createstopped.xml b/reference/ev/evfork/createstopped.xml
index a2503d5d3c61..a688aa652a39 100644
--- a/reference/ev/evfork/createstopped.xml
+++ b/reference/ev/evfork/createstopped.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evfork.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evfork.createstopped">
  <refnamediv>
   <refname>EvFork::createStopped</refname>
   <refpurpose>Creates a stopped instance of EvFork watcher class</refpurpose>
@@ -61,9 +61,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evidle/construct.xml b/reference/ev/evidle/construct.xml
index d47a4d8e2ec0..641bd5934035 100644
--- a/reference/ev/evidle/construct.xml
+++ b/reference/ev/evidle/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evidle.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evidle.construct">
  <refnamediv>
   <refname>EvIdle::__construct</refname>
   <refpurpose>Constructs the EvIdle watcher object</refpurpose>
@@ -56,9 +56,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evidle/createstopped.xml b/reference/ev/evidle/createstopped.xml
index aed2b1c8c5cb..1e97d01bf407 100644
--- a/reference/ev/evidle/createstopped.xml
+++ b/reference/ev/evidle/createstopped.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evidle.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evidle.createstopped">
  <refnamediv>
   <refname>EvIdle::createStopped</refname>
   <refpurpose>Creates instance of a stopped EvIdle watcher object</refpurpose>
@@ -61,9 +61,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evio/construct.xml b/reference/ev/evio/construct.xml
index d32d7fb701f6..16a71a1e0d6b 100644
--- a/reference/ev/evio/construct.xml
+++ b/reference/ev/evio/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evio.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evio.construct">
  <refnamediv>
   <refname>EvIo::__construct</refname>
   <refpurpose>Constructs EvIo watcher object</refpurpose>
@@ -90,9 +90,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evio/createstopped.xml b/reference/ev/evio/createstopped.xml
index 394080a3d542..2eccb3cd026f 100644
--- a/reference/ev/evio/createstopped.xml
+++ b/reference/ev/evio/createstopped.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evio.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evio.createstopped">
  <refnamediv>
   <refname>EvIo::createStopped</refname>
   <refpurpose>Create stopped EvIo watcher object</refpurpose>
@@ -25,14 +25,12 @@
     <type>callable</type>
     <parameter>callback</parameter>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>mixed</type>
     <parameter>data</parameter>
     <initializer>&null;</initializer>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>int</type>
     <parameter>priority</parameter>
     <initializer>0</initializer>
@@ -95,9 +93,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evperiodic/construct.xml b/reference/ev/evperiodic/construct.xml
index 31dd5d56a4ed..d867fb610e18 100644
--- a/reference/ev/evperiodic/construct.xml
+++ b/reference/ev/evperiodic/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evperiodic.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evperiodic.construct">
  <refnamediv>
   <refname>EvPeriodic::__construct</refname>
   <refpurpose>Constructs EvPeriodic watcher object</refpurpose>
@@ -26,14 +26,12 @@
     <type>callable</type>
     <parameter>callback</parameter>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>mixed</type>
     <parameter>data</parameter>
     <initializer>&null;</initializer>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>int</type>
     <parameter>priority</parameter>
     <initializer>0</initializer>
@@ -108,9 +106,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evperiodic/createstopped.xml b/reference/ev/evperiodic/createstopped.xml
index aa4ba3bdeab7..0c811d1be501 100644
--- a/reference/ev/evperiodic/createstopped.xml
+++ b/reference/ev/evperiodic/createstopped.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evperiodic.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evperiodic.createstopped">
  <refnamediv>
   <refname>EvPeriodic::createStopped</refname>
   <refpurpose>Create a stopped EvPeriodic watcher</refpurpose>
@@ -29,14 +29,12 @@
     <type>callable</type>
     <parameter>callback</parameter>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>mixed</type>
     <parameter>data</parameter>
     <initializer>&null;</initializer>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>int</type>
     <parameter>priority</parameter>
     <initializer>0</initializer>
@@ -111,9 +109,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evprepare/construct.xml b/reference/ev/evprepare/construct.xml
index 1c4107c18b40..274a1d44b38e 100644
--- a/reference/ev/evprepare/construct.xml
+++ b/reference/ev/evprepare/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evprepare.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evprepare.construct">
  <refnamediv>
   <refname>EvPrepare::__construct</refname>
   <refpurpose>Constructs EvPrepare watcher object</refpurpose>
@@ -58,9 +58,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evprepare/createstopped.xml b/reference/ev/evprepare/createstopped.xml
index 430a421f4fd0..4c1e9123fe2b 100644
--- a/reference/ev/evprepare/createstopped.xml
+++ b/reference/ev/evprepare/createstopped.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evprepare.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evprepare.createstopped">
  <refnamediv>
   <refname>EvPrepare::createStopped</refname>
   <refpurpose>Creates a stopped instance of EvPrepare watcher</refpurpose>
@@ -17,14 +17,12 @@
     <type>callable</type>
     <parameter>callback</parameter>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>mixed</type>
     <parameter>data</parameter>
     <initializer>&null;</initializer>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>int</type>
     <parameter>priority</parameter>
     <initializer>0</initializer>
@@ -65,9 +63,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evsignal/construct.xml b/reference/ev/evsignal/construct.xml
index ae6c485662c9..a12ff3660648 100644
--- a/reference/ev/evsignal/construct.xml
+++ b/reference/ev/evsignal/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evsignal.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evsignal.construct">
  <refnamediv>
   <refname>EvSignal::__construct</refname>
   <refpurpose>Constructs EvSignal watcher object</refpurpose>
@@ -18,14 +18,12 @@
     <type>callable</type>
     <parameter>callback</parameter>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>mixed</type>
     <parameter>data</parameter>
     <initializer>&null;</initializer>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>int</type>
     <parameter>priority</parameter>
     <initializer>0</initializer>
@@ -81,9 +79,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evsignal/createstopped.xml b/reference/ev/evsignal/createstopped.xml
index bbd91d52e0fa..937cb977e7cb 100644
--- a/reference/ev/evsignal/createstopped.xml
+++ b/reference/ev/evsignal/createstopped.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evsignal.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evsignal.createstopped">
  <refnamediv>
   <refname>EvSignal::createStopped</refname>
   <refpurpose>Create stopped EvSignal watcher object</refpurpose>
@@ -21,14 +21,12 @@
     <type>callable</type>
     <parameter>callback</parameter>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>mixed</type>
     <parameter>data</parameter>
     <initializer>&null;</initializer>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>int</type>
     <parameter>priority</parameter>
     <initializer>0</initializer>
@@ -83,9 +81,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evstat/construct.xml b/reference/ev/evstat/construct.xml
index 4164eb7f21a8..03a018eb3d50 100644
--- a/reference/ev/evstat/construct.xml
+++ b/reference/ev/evstat/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evstat.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evstat.construct">
  <refnamediv>
   <refname>EvStat::__construct</refname>
   <refpurpose>Constructs EvStat watcher object</refpurpose>
@@ -22,14 +22,12 @@
     <type>callable</type>
     <parameter>callback</parameter>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>mixed</type>
     <parameter>data</parameter>
     <initializer>&null;</initializer>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>int</type>
     <parameter>priority</parameter>
     <initializer>0</initializer>
@@ -93,9 +91,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evstat/createstopped.xml b/reference/ev/evstat/createstopped.xml
index bee117b50baf..1970af104538 100644
--- a/reference/ev/evstat/createstopped.xml
+++ b/reference/ev/evstat/createstopped.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evstat.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evstat.createstopped">
  <refnamediv>
   <refname>EvStat::createStopped</refname>
   <refpurpose>Create a stopped EvStat watcher object</refpurpose>
@@ -25,14 +25,12 @@
     <type>callable</type>
     <parameter>callback</parameter>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>mixed</type>
     <parameter>data</parameter>
     <initializer>&null;</initializer>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>int</type>
     <parameter>priority</parameter>
     <initializer>0</initializer>
@@ -99,9 +97,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evtimer/construct.xml b/reference/ev/evtimer/construct.xml
index 405b1f23194c..6bd119ab967d 100644
--- a/reference/ev/evtimer/construct.xml
+++ b/reference/ev/evtimer/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evtimer.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evtimer.construct">
  <refnamediv>
   <refname>EvTimer::__construct</refname>
   <refpurpose>Constructs an EvTimer watcher object</refpurpose>
@@ -22,14 +22,12 @@
     <type>callable</type>
     <parameter>callback</parameter>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>mixed</type>
     <parameter>data</parameter>
     <initializer>&null;</initializer>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>int</type>
     <parameter>priority</parameter>
     <initializer>0</initializer>
@@ -94,9 +92,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/evtimer/createstopped.xml b/reference/ev/evtimer/createstopped.xml
index c741f179ddea..c73d434695ed 100644
--- a/reference/ev/evtimer/createstopped.xml
+++ b/reference/ev/evtimer/createstopped.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="evtimer.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evtimer.createstopped">
  <refnamediv>
   <refname>EvTimer::createStopped</refname>
   <refpurpose>Creates EvTimer stopped watcher object</refpurpose>
@@ -25,14 +25,12 @@
     <type>callable</type>
     <parameter>callback</parameter>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>mixed</type>
     <parameter>data</parameter>
     <initializer>&null;</initializer>
    </methodparam>
-   <methodparam
-   choice="opt">
+   <methodparam choice="opt">
     <type>int</type>
     <parameter>priority</parameter>
     <initializer>0</initializer>
@@ -99,9 +97,7 @@
      <parameter>priority</parameter>
     </term>
     <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-pri">Watcher priority</link>
-     </para>
+     <link linkend="ev.constants.watcher-pri">Watcher priority</link>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/ev/watcher-callbacks.xml b/reference/ev/watcher-callbacks.xml
index e5ee8cc1a15f..7f7400d62f9e 100644
--- a/reference/ev/watcher-callbacks.xml
+++ b/reference/ev/watcher-callbacks.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<chapter  xml:id="ev.watcher-callbacks" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="ev.watcher-callbacks">
  <title>Watcher callbacks</title>
  <para>
   All watchers can be active(waiting for events) or inactive(paused). Only
@@ -23,45 +23,41 @@
  <methodsynopsis>
   <type>void</type>
   <methodname>callback</methodname>
-  <methodparam
-   choice="opt">
+  <methodparam choice="opt">
    <type>object</type>
    <parameter>watcher</parameter>
    <initializer>NULL</initializer>
   </methodparam>
-  <methodparam
-   choice="opt">
+  <methodparam choice="opt">
    <type>int</type>
    <parameter>revents</parameter>
    <initializer>NULL</initializer>
   </methodparam>
  </methodsynopsis>
- <para>
-  <variablelist>
-   <varlistentry>
-    <term>
-     <parameter>watcher</parameter>
-    </term>
-    <listitem>
-     <para>
-      The watcher instance(of a class extending
-      <classname>EvWatcher</classname>
-      ).
-     </para>
-    </listitem>
-   </varlistentry>
-   <varlistentry>
-    <term>
-     <parameter>revents</parameter>
-    </term>
-    <listitem>
-     <para>
-      <link linkend="ev.constants.watcher-revents">Watcher received events</link>.
-     </para>
-    </listitem>
-   </varlistentry>
-  </variablelist>
- </para>
+ <variablelist>
+  <varlistentry>
+   <term>
+    <parameter>watcher</parameter>
+   </term>
+   <listitem>
+    <para>
+     The watcher instance(of a class extending
+     <classname>EvWatcher</classname>
+     ).
+    </para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term>
+    <parameter>revents</parameter>
+   </term>
+   <listitem>
+    <para>
+     <link linkend="ev.constants.watcher-revents">Watcher received events</link>.
+    </para>
+   </listitem>
+  </varlistentry>
+ </variablelist>
  <para>
   Each watcher type has its associated bit in
   <parameter>revents</parameter>,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.