[DOC-CVS] [doc-en] master: openal: fix XML to remove useless wrapping para tags via script

[email protected] (Gina Peter Banyard)
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Gina Peter Banyard (Girgias)
Date: 2026-01-26T15:29:35Z

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

openal: fix XML to remove useless wrapping para tags via script

Changed paths:
  M  reference/openal/functions/openal-buffer-create.xml
  M  reference/openal/functions/openal-buffer-data.xml
  M  reference/openal/functions/openal-buffer-destroy.xml
  M  reference/openal/functions/openal-buffer-get.xml
  M  reference/openal/functions/openal-buffer-loadwav.xml
  M  reference/openal/functions/openal-context-create.xml
  M  reference/openal/functions/openal-context-current.xml
  M  reference/openal/functions/openal-context-destroy.xml
  M  reference/openal/functions/openal-context-process.xml
  M  reference/openal/functions/openal-context-suspend.xml
  M  reference/openal/functions/openal-device-close.xml
  M  reference/openal/functions/openal-device-open.xml
  M  reference/openal/functions/openal-listener-get.xml
  M  reference/openal/functions/openal-listener-set.xml
  M  reference/openal/functions/openal-source-create.xml
  M  reference/openal/functions/openal-source-destroy.xml
  M  reference/openal/functions/openal-source-get.xml
  M  reference/openal/functions/openal-source-pause.xml
  M  reference/openal/functions/openal-source-play.xml
  M  reference/openal/functions/openal-source-rewind.xml
  M  reference/openal/functions/openal-source-set.xml
  M  reference/openal/functions/openal-source-stop.xml
  M  reference/openal/functions/openal-stream.xml


Diff:

diff --git a/reference/openal/functions/openal-buffer-create.xml b/reference/openal/functions/openal-buffer-create.xml
index f786e1ce7cff..42652911ee1e 100644
--- a/reference/openal/functions/openal-buffer-create.xml
+++ b/reference/openal/functions/openal-buffer-create.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-buffer-create" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-buffer-create">
  <refnamediv>
   <refname>openal_buffer_create</refname>
   <refpurpose>
@@ -29,15 +29,12 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_buffer_loadwav</function></member>
-    <member><function>openal_buffer_data</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_buffer_loadwav</function></member>
+   <member><function>openal_buffer_data</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-buffer-data.xml b/reference/openal/functions/openal-buffer-data.xml
index ccf3db522874..197fab829f50 100644
--- a/reference/openal/functions/openal-buffer-data.xml
+++ b/reference/openal/functions/openal-buffer-data.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-buffer-data" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-buffer-data">
  <refnamediv>
   <refname>openal_buffer_data</refname>
   <refpurpose>
@@ -33,7 +33,7 @@
     <term><parameter>format</parameter></term>
     <listitem>
      <para>
-      Format of <parameter>data</parameter>, one of: 
+      Format of <parameter>data</parameter>, one of:
       <constant>AL_FORMAT_MONO8</constant>,
       <constant>AL_FORMAT_MONO16</constant>,
       <constant>AL_FORMAT_STEREO8</constant>&listendand;
@@ -68,15 +68,12 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_buffer_loadwav</function></member>
-    <member><function>openal_stream</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_buffer_loadwav</function></member>
+   <member><function>openal_stream</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-buffer-destroy.xml b/reference/openal/functions/openal-buffer-destroy.xml
index 3f3b37c9b923..de712c1d64d6 100644
--- a/reference/openal/functions/openal-buffer-destroy.xml
+++ b/reference/openal/functions/openal-buffer-destroy.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-buffer-destroy" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-buffer-destroy">
  <refnamediv>
   <refname>openal_buffer_destroy</refname>
   <refpurpose>
@@ -36,14 +36,11 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_buffer_create</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_buffer_create</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-buffer-get.xml b/reference/openal/functions/openal-buffer-get.xml
index 91ccb810315b..698fefd9d05f 100644
--- a/reference/openal/functions/openal-buffer-get.xml
+++ b/reference/openal/functions/openal-buffer-get.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-buffer-get" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-buffer-get">
  <refnamediv>
   <refname>openal_buffer_get</refname>
   <refpurpose>
@@ -51,14 +51,11 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_buffer_create</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_buffer_create</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-buffer-loadwav.xml b/reference/openal/functions/openal-buffer-loadwav.xml
index 7d5ab107e258..d350a148a0d8 100644
--- a/reference/openal/functions/openal-buffer-loadwav.xml
+++ b/reference/openal/functions/openal-buffer-loadwav.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-buffer-loadwav" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-buffer-loadwav">
  <refnamediv>
   <refname>openal_buffer_loadwav</refname>
   <refpurpose>
@@ -46,15 +46,12 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_buffer_data</function></member>
-    <member><function>openal_stream</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_buffer_data</function></member>
+   <member><function>openal_stream</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-context-create.xml b/reference/openal/functions/openal-context-create.xml
index 25c80e100061..80f5f4958d37 100644
--- a/reference/openal/functions/openal-context-create.xml
+++ b/reference/openal/functions/openal-context-create.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-context-create" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-context-create">
  <refnamediv>
   <refname>openal_context_create</refname>
   <refpurpose>
-   Create an audio processing context 
+   Create an audio processing context
   </refpurpose>
  </refnamediv>
  <refsect1 role="description">
@@ -37,15 +37,12 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_device_open</function></member>
-    <member><function>openal_context_destroy</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_device_open</function></member>
+   <member><function>openal_context_destroy</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-context-current.xml b/reference/openal/functions/openal-context-current.xml
index 0d80d4cbac10..22a7c0918b72 100644
--- a/reference/openal/functions/openal-context-current.xml
+++ b/reference/openal/functions/openal-context-current.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-context-current" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-context-current">
  <refnamediv>
   <refname>openal_context_current</refname>
   <refpurpose>
@@ -36,14 +36,11 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_context_create</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_context_create</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-context-destroy.xml b/reference/openal/functions/openal-context-destroy.xml
index 67af15b3b8ea..5864a6019c50 100644
--- a/reference/openal/functions/openal-context-destroy.xml
+++ b/reference/openal/functions/openal-context-destroy.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-context-destroy" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-context-destroy">
  <refnamediv>
   <refname>openal_context_destroy</refname>
   <refpurpose>
@@ -36,14 +36,11 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_context_create</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_context_create</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-context-process.xml b/reference/openal/functions/openal-context-process.xml
index 551131defb61..d15af9565bd2 100644
--- a/reference/openal/functions/openal-context-process.xml
+++ b/reference/openal/functions/openal-context-process.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-context-process" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-context-process">
  <refnamediv>
   <refname>openal_context_process</refname>
   <refpurpose>
@@ -36,16 +36,13 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_context_create</function></member>
-    <member><function>openal_context_current</function></member>
-    <member><function>openal_context_suspend</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_context_create</function></member>
+   <member><function>openal_context_current</function></member>
+   <member><function>openal_context_suspend</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-context-suspend.xml b/reference/openal/functions/openal-context-suspend.xml
index af014f41c5fc..c9b2edd90e56 100644
--- a/reference/openal/functions/openal-context-suspend.xml
+++ b/reference/openal/functions/openal-context-suspend.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-context-suspend" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-context-suspend">
  <refnamediv>
   <refname>openal_context_suspend</refname>
   <refpurpose>
@@ -36,16 +36,13 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_context_create</function></member>
-    <member><function>openal_context_current</function></member>
-    <member><function>openal_context_process</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_context_create</function></member>
+   <member><function>openal_context_current</function></member>
+   <member><function>openal_context_process</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-device-close.xml b/reference/openal/functions/openal-device-close.xml
index d4747703ff2f..bf91906da6ae 100644
--- a/reference/openal/functions/openal-device-close.xml
+++ b/reference/openal/functions/openal-device-close.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-device-close" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-device-close">
  <refnamediv>
   <refname>openal_device_close</refname>
   <refpurpose>
@@ -37,14 +37,11 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_device_open</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_device_open</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-device-open.xml b/reference/openal/functions/openal-device-open.xml
index 8cdf2fe1ff60..b4f4bf143e54 100644
--- a/reference/openal/functions/openal-device-open.xml
+++ b/reference/openal/functions/openal-device-open.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-device-open" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-device-open">
  <refnamediv>
   <refname>openal_device_open</refname>
   <refpurpose>
@@ -23,7 +23,7 @@
      <para>
       Open an audio device optionally specified by <parameter>device_desc</parameter>.
       If <parameter>device_desc</parameter> is not specified the first available audio
-      device will be used.  
+      device will be used.
      </para>
     </listitem>
    </varlistentry>
@@ -32,21 +32,18 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns an <link linkend="openal.resources">Open AL(Device)</link> resource on success or 
+   Returns an <link linkend="openal.resources">Open AL(Device)</link> resource on success or
    &false; on failure.
   </para>
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_device_close</function></member>
-    <member><function>openal_context_create</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_device_close</function></member>
+   <member><function>openal_context_create</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-listener-get.xml b/reference/openal/functions/openal-listener-get.xml
index 26868fd93e79..294a0e7e18aa 100644
--- a/reference/openal/functions/openal-listener-get.xml
+++ b/reference/openal/functions/openal-listener-get.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-listener-get" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-listener-get">
  <refnamediv>
   <refname>openal_listener_get</refname>
   <refpurpose>
@@ -39,14 +39,11 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_listener_set</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_listener_set</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-listener-set.xml b/reference/openal/functions/openal-listener-set.xml
index efa243716af9..c8de4ce8cabd 100644
--- a/reference/openal/functions/openal-listener-set.xml
+++ b/reference/openal/functions/openal-listener-set.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-listener-set" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-listener-set">
  <refnamediv>
   <refname>openal_listener_set</refname>
   <refpurpose>
@@ -48,14 +48,11 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_listener_get</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_listener_get</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-source-create.xml b/reference/openal/functions/openal-source-create.xml
index 7e2356412639..a33293b1bd00 100644
--- a/reference/openal/functions/openal-source-create.xml
+++ b/reference/openal/functions/openal-source-create.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-source-create" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-source-create">
  <refnamediv>
   <refname>openal_source_create</refname>
   <refpurpose>
@@ -29,16 +29,13 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_source_set</function></member>
-    <member><function>openal_source_play</function></member>
-    <member><function>openal_source_destroy</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_source_set</function></member>
+   <member><function>openal_source_play</function></member>
+   <member><function>openal_source_destroy</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-source-destroy.xml b/reference/openal/functions/openal-source-destroy.xml
index 157d9b571c28..f7dcfd01d390 100644
--- a/reference/openal/functions/openal-source-destroy.xml
+++ b/reference/openal/functions/openal-source-destroy.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-source-destroy" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-source-destroy">
  <refnamediv>
   <refname>openal_source_destroy</refname>
   <refpurpose>
@@ -36,14 +36,11 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_source_create</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_source_create</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-source-get.xml b/reference/openal/functions/openal-source-get.xml
index cf9a9c700ef5..ccf4301f7a11 100644
--- a/reference/openal/functions/openal-source-get.xml
+++ b/reference/openal/functions/openal-source-get.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-source-get" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-source-get">
  <refnamediv>
   <refname>openal_source_get</refname>
   <refpurpose>
@@ -61,16 +61,13 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_source_create</function></member>
-    <member><function>openal_source_set</function></member>
-    <member><function>openal_source_play</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_source_create</function></member>
+   <member><function>openal_source_set</function></member>
+   <member><function>openal_source_play</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-source-pause.xml b/reference/openal/functions/openal-source-pause.xml
index 642b0349db8b..26e06c23c1de 100644
--- a/reference/openal/functions/openal-source-pause.xml
+++ b/reference/openal/functions/openal-source-pause.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-source-pause" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-source-pause">
  <refnamediv>
   <refname>openal_source_pause</refname>
   <refpurpose>
@@ -36,16 +36,13 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_source_stop</function></member>
-    <member><function>openal_source_play</function></member>
-    <member><function>openal_source_rewind</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_source_stop</function></member>
+   <member><function>openal_source_play</function></member>
+   <member><function>openal_source_rewind</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-source-play.xml b/reference/openal/functions/openal-source-play.xml
index acc83a323fac..8c5e540deffc 100644
--- a/reference/openal/functions/openal-source-play.xml
+++ b/reference/openal/functions/openal-source-play.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-source-play" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-source-play">
  <refnamediv>
   <refname>openal_source_play</refname>
   <refpurpose>
@@ -36,16 +36,13 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_source_stop</function></member>
-    <member><function>openal_source_pause</function></member>
-    <member><function>openal_source_rewind</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_source_stop</function></member>
+   <member><function>openal_source_pause</function></member>
+   <member><function>openal_source_rewind</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-source-rewind.xml b/reference/openal/functions/openal-source-rewind.xml
index d061150d4a06..d1d6bfa35143 100644
--- a/reference/openal/functions/openal-source-rewind.xml
+++ b/reference/openal/functions/openal-source-rewind.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-source-rewind" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-source-rewind">
  <refnamediv>
   <refname>openal_source_rewind</refname>
   <refpurpose>
@@ -36,16 +36,13 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_source_stop</function></member>
-    <member><function>openal_source_pause</function></member>
-    <member><function>openal_source_play</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_source_stop</function></member>
+   <member><function>openal_source_pause</function></member>
+   <member><function>openal_source_play</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-source-set.xml b/reference/openal/functions/openal-source-set.xml
index 89549accca10..13feb2c41182 100644
--- a/reference/openal/functions/openal-source-set.xml
+++ b/reference/openal/functions/openal-source-set.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-source-set" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-source-set">
  <refnamediv>
   <refname>openal_source_set</refname>
   <refpurpose>
@@ -73,16 +73,13 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_source_create</function></member>
-    <member><function>openal_source_get</function></member>
-    <member><function>openal_source_play</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_source_create</function></member>
+   <member><function>openal_source_get</function></member>
+   <member><function>openal_source_play</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-source-stop.xml b/reference/openal/functions/openal-source-stop.xml
index 657e0403fcdf..eb84cd76c8f2 100644
--- a/reference/openal/functions/openal-source-stop.xml
+++ b/reference/openal/functions/openal-source-stop.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-source-stop" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-source-stop">
  <refnamediv>
   <refname>openal_source_stop</refname>
   <refpurpose>
@@ -36,16 +36,13 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_source_play</function></member>
-    <member><function>openal_source_pause</function></member>
-    <member><function>openal_source_rewind</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_source_play</function></member>
+   <member><function>openal_source_pause</function></member>
+   <member><function>openal_source_rewind</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
diff --git a/reference/openal/functions/openal-stream.xml b/reference/openal/functions/openal-stream.xml
index 130eda775619..4e91bc2093fc 100644
--- a/reference/openal/functions/openal-stream.xml
+++ b/reference/openal/functions/openal-stream.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<refentry xml:id="function.openal-stream" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openal-stream">
  <refnamediv>
   <refname>openal_stream</refname>
   <refpurpose>
@@ -58,15 +58,12 @@
  </refsect1>
  <refsect1 role="seealso">
   &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>openal_source_create</function></member>
-    <member><function>fwrite</function></member>
-   </simplelist>
-  </para>
+  <simplelist>
+   <member><function>openal_source_create</function></member>
+   <member><function>fwrite</function></member>
+  </simplelist>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
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.