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

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

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

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

Changed paths:
  M  reference/ev/watcher-callbacks.xml


Diff:

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.