Fixed indentation of list items.
diff --git a/documentation/architecture.sgml b/documentation/architecture.sgml
index 53e66c7..9d8d5b8 100644
--- a/documentation/architecture.sgml
+++ b/documentation/architecture.sgml
@@ -881,10 +881,14 @@
<itemizedlist>
<listitem>
- <para>what specific DLLs do</para>
+ <para>
+ what specific DLLs do
+ </para>
</listitem>
<listitem>
- <para>which other DLLs or features a given library interacts with</para>
+ <para>
+ which other DLLs or features a given library interacts with
+ </para>
</listitem>
</itemizedlist>
<para>
diff --git a/documentation/bugs.sgml b/documentation/bugs.sgml
index 8da6cb3..7960772 100644
--- a/documentation/bugs.sgml
+++ b/documentation/bugs.sgml
@@ -194,7 +194,9 @@
</para>
<orderedlist>
<listitem>
- <para>Post as much relevant information as possible.</para>
+ <para>
+ Post as much relevant information as possible.
+ </para>
<para>
This means we need more information than a simple "MS
Word crashes whenever I run it. Do you know why?"
diff --git a/documentation/configuring.sgml b/documentation/configuring.sgml
index 587169f..5a5ea41 100644
--- a/documentation/configuring.sgml
+++ b/documentation/configuring.sgml
@@ -934,7 +934,9 @@
</para>
<itemizedlist>
<listitem>
- <para><filename>README</filename></para>
+ <para>
+ <filename>README</filename>
+ </para>
</listitem>
<listitem>
<para>
diff --git a/documentation/cvs-regression.sgml b/documentation/cvs-regression.sgml
index dc48cfc..93ad353 100644
--- a/documentation/cvs-regression.sgml
+++ b/documentation/cvs-regression.sgml
@@ -128,7 +128,7 @@
time, so you have to make everything if you don't backup the older
version)
</para>
- <para>
+ <para>
When you have found the day where the problem happened, continue
the search using the wine-cvs archive (sorted by date) and a
more precise cvs update including hour, minute, second :
diff --git a/documentation/debugger.sgml b/documentation/debugger.sgml
index baca983..b2453d2 100644
--- a/documentation/debugger.sgml
+++ b/documentation/debugger.sgml
@@ -33,13 +33,19 @@
</para>
<itemizedlist>
<listitem>
- <para><varname>W-process</varname> means a process in Windows' terminology</para>
+ <para>
+ <varname>W-process</varname> means a process in Windows' terminology
+ </para>
</listitem>
<listitem>
- <para><varname>U-process</varname> means a process in Unix' terminology</para>
+ <para>
+ <varname>U-process</varname> means a process in Unix' terminology
+ </para>
</listitem>
<listitem>
- <para><varname>W-thread</varname> means a thread in Windows' terminology</para>
+ <para>
+ <varname>W-thread</varname> means a thread in Windows' terminology
+ </para>
</listitem>
</itemizedlist>
<para>
@@ -55,10 +61,14 @@
</para>
<itemizedlist>
<listitem>
- <para>the Unix process id (<varname>upid</varname> in the following)</para>
+ <para>
+ the Unix process id (<varname>upid</varname> in the following)
+ </para>
</listitem>
<listitem>
- <para>the Windows's thread id (<varname>tid</varname>)</para>
+ <para>
+ the Windows's thread id (<varname>tid</varname>)
+ </para>
</listitem>
</itemizedlist>
<para>
@@ -89,11 +99,14 @@
</para>
<itemizedlist>
<listitem>
- <para>the Windows' debugging API.</para>
+ <para>
+ the Windows' debugging API.
+ </para>
</listitem>
<listitem>
- <para>the Wine integrated debugger, dubbed
- <command>WineDbg</command>.</para>
+ <para>
+ the Wine integrated debugger, dubbed <command>WineDbg</command>.
+ </para>
</listitem>
</itemizedlist>
<para>
@@ -147,7 +160,9 @@
</para>
<itemizedlist>
<listitem>
- <para>you can debug an already started application</para>
+ <para>
+ you can debug an already started application
+ </para>
</listitem>
</itemizedlist>
</sect2>
@@ -1185,7 +1200,9 @@
<orderedlist>
<listitem>
- <para>default</para>
+ <para>
+ default
+ </para>
<programlisting>
ConChannelMask = DBG_CHN_MESG (1)
StdChannelMask = 0
@@ -1222,21 +1239,27 @@
<varlistentry>
<term><varname>ThreadId</varname></term>
<listitem>
- <para>ID of the <varname>W-thread</varname> currently
- examined by the debugger</para>
+ <para>
+ ID of the <varname>W-thread</varname> currently
+ examined by the debugger
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>ProcessId</varname></term>
<listitem>
- <para>ID of the <varname>W-thread</varname> currently
- examined by the debugger</para>
+ <para>
+ ID of the <varname>W-thread</varname> currently
+ examined by the debugger
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><registers></term>
<listitem>
- <para>All CPU registers are also available</para>
+ <para>
+ All CPU registers are also available
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -1589,14 +1612,19 @@
</para>
</listitem>
<listitem>
- <para>Start ddd</para>
+ <para>
+ Start ddd
+ </para>
</listitem>
<listitem>
- <para>In ddd, use the 'Open File' or 'Open Program' to
- point to the wine executable</para>
+ <para>
+ In ddd, use the 'Open File' or 'Open Program' to
+ point to the wine executable
+ </para>
</listitem>
<listitem>
- <para>In the output of 1/, there's a line like
+ <para>
+In the output of 1/, there's a line like
<screen>
target remote localhost:32878
</screen>
@@ -1625,7 +1653,8 @@
</para>
</listitem>
<listitem>
- <para>In the output of 1/, there's a line like
+ <para>
+ In the output of 1/, there's a line like
<screen>
target remote localhost:32878
</screen>
diff --git a/documentation/debugging.sgml b/documentation/debugging.sgml
index 2df5e61..f6655a0 100644
--- a/documentation/debugging.sgml
+++ b/documentation/debugging.sgml
@@ -38,7 +38,9 @@
features, known bugs, etc. They serve as a constant and
active reminder of what needs to be done.
</para>
- <para>Examples: stubs, semi-implemented features, etc.</para>
+ <para>
+ Examples: stubs, semi-implemented features, etc.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
@@ -319,13 +321,16 @@
</para>
<itemizedlist>
<listitem>
- <para>the <literal>FIXME</literal> and <literal>ERR</literal>
- classes are enabled by default</para>
+ <para>
+ the <literal>FIXME</literal> and <literal>ERR</literal>
+ classes are enabled by default
+ </para>
</listitem>
<listitem>
- <para>the <literal>TRACE</literal> and
- <literal>WARN</literal> classes are disabled by
- default</para>
+ <para>
+ the <literal>TRACE</literal> and <literal>WARN</literal>
+ classes are disabled by default
+ </para>
</listitem>
</itemizedlist>
</sect1>
@@ -379,7 +384,9 @@
<itemizedlist>
<listitem>
- <para>do NOT include the name of the function: it is included automatically</para>
+ <para>
+ do NOT include the name of the function: it is included automatically
+ </para>
</listitem>
<listitem>
<para>
diff --git a/documentation/dlls.sgml b/documentation/dlls.sgml
index 69ae99f..a7e31d1 100644
--- a/documentation/dlls.sgml
+++ b/documentation/dlls.sgml
@@ -71,95 +71,119 @@
<varlistentry>
<term><varname>HDITEM_V1_SIZE</varname>:</term>
<listitem>
- <para>The size of the <structname>HDITEM</structname>
- structure in version 4.00.</para>
+ <para>
+ The size of the <structname>HDITEM</structname>
+ structure in version 4.00.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>LVCOLUMN_V1_SIZE</varname>:</term>
<listitem>
- <para>The size of the
+ <para>
+ The size of the
<structname>LVCOLUMN</structname> structure in
- version 4.00.</para>
+ version 4.00.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>LVHITTESTINFO_V1_SIZE</varname>:</term>
<listitem>
- <para>The size of the
+ <para>
+ The size of the
<structname>LVHITTESTINFO</structname> structure in
- version 4.00.</para>
+ version 4.00.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>LVITEM_V1_SIZE</varname>:</term>
<listitem>
- <para>The size of the <structname>LVITEM</structname>
- structure in version 4.00.</para>
+ <para>
+ The size of the <structname>LVITEM</structname>
+ structure in version 4.00.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>NMLVCUSTOMDRAW_V3_SIZE</varname>:</term>
<listitem>
- <para>The size of the
+ <para>
+ The size of the
<structname>NMLVCUSTOMDRAW</structname> structure in
- version 4.70.</para>
+ version 4.70.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>NMTTDISPINFO_V1_SIZE</varname>:</term>
<listitem>
- <para>The size of the
+ <para>
+ The size of the
<structname>NMTTDISPINFO</structname> structure in
- version 4.00.</para>
+ version 4.00.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>NMTVCUSTOMDRAW_V3_SIZE</varname>:</term>
<listitem>
- <para>The size of the
+ <para>
+ The size of the
<structname>NMTVCUSTOMDRAW</structname> structure in
- version 4.70.</para>
+ version 4.70.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>PROPSHEETHEADER_V1_SIZE</varname>:</term>
<listitem>
- <para>The size of the
+ <para>
+ The size of the
<structname>PROPSHEETHEADER</structname> structure
- in version 4.00.</para>
+ in version 4.00.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>PROPSHEETPAGE_V1_SIZE</varname>:</term>
<listitem>
- <para>The size of the
+ <para>
+ The size of the
<structname>PROPSHEETPAGE</structname> structure in
- version 4.00.</para>
+ version 4.00.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>REBARBANDINFO_V3_SIZE</varname>:</term>
<listitem>
- <para>The size of the
+ <para>
+ The size of the
<structname>REBARBANDINFO</structname> structure in
- version 4.70.</para>
+ version 4.70.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>TTTOOLINFO_V1_SIZE</varname>:</term>
<listitem>
- <para>The size of the
+ <para>
+ The size of the
<structname>TOOLINFO</structname> structure in
- version 4.00.</para>
+ version 4.00.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>TVINSERTSTRUCT_V1_SIZE</varname>:</term>
<listitem>
- <para>The size of the
+ <para>
+ The size of the
<structname>TVINSERTSTRUCT</structname> structure in
- version 4.00.</para>
+ version 4.00.
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -188,13 +212,17 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Dummy control. No functionality.</para>
+ <para>
+ Dummy control. No functionality.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term> Notes:</term>
<listitem>
- <para>Author needed!! Any volunteers??</para>
+ <para>
+ Author needed!! Any volunteers??
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -215,13 +243,17 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Dummy control. No functionality.</para>
+ <para>
+ Dummy control. No functionality.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term>Notes:</term>
<listitem>
- <para>Author needed!! Any volunteers??</para>
+ <para>
+ Author needed!! Any volunteers??
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -242,13 +274,17 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Dummy control. No functionality.</para>
+ <para>
+ Dummy control. No functionality.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term>Notes:</term>
<listitem>
- <para>Author needed!! Any volunteers??</para>
+ <para>
+ Author needed!! Any volunteers??
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -269,13 +305,17 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Dummy control. No functionality.</para>
+ <para>
+ Dummy control. No functionality.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term>Notes:</term>
<listitem>
- <para>Author needed!! Any volunteers??</para>
+ <para>
+ Author needed!! Any volunteers??
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -296,13 +336,17 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Dummy control. No functionality.</para>
+ <para>
+ Dummy control. No functionality.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term>Notes:</term>
<listitem>
- <para>Author needed!! Any volunteers??</para>
+ <para>
+ Author needed!! Any volunteers??
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -325,13 +369,19 @@
<listitem>
<itemizedlist>
<listitem>
- <para>Almost finished.</para>
+ <para>
+ Almost finished.
+ </para>
</listitem>
<listitem>
- <para>Unicode notifications are not supported (WM_NOTIFYFORMAT).</para>
+ <para>
+ Unicode notifications are not supported (WM_NOTIFYFORMAT).
+ </para>
</listitem>
<listitem>
- <para>Order array not supported.</para>
+ <para>
+ Order array not supported.
+ </para>
</listitem>
</itemizedlist>
</listitem>
@@ -354,13 +404,17 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Dummy control. No functionality.</para>
+ <para>
+ Dummy control. No functionality.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term>Notes:</term>
<listitem>
- <para>Author needed!! Any volunteers??</para>
+ <para>
+ Author needed!! Any volunteers??
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -381,7 +435,9 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Almost finished.</para>
+ <para>
+ Almost finished.
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -403,7 +459,9 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Under construction.</para>
+ <para>
+ Under construction.
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -416,7 +474,9 @@
<varlistentry>
<term>Author:</term>
<listitem>
- <para>Dummy written by: </para>
+ <para>
+ Dummy written by:
+ </para>
<itemizedlist>
<listitem>
<para>
@@ -424,14 +484,20 @@
</para>
</listitem>
<listitem>
- <para>&name-luc-tourangeau; <email>&email-luc-tourangeau;</email></para>
+ <para>
+ &name-luc-tourangeau; <email>&email-luc-tourangeau;</email>
+ </para>
</listitem>
<listitem>
- <para>&name-koen-deforche; <email>&email-koen-deforche;</email></para>
+ <para>
+ &name-koen-deforche; <email>&email-koen-deforche;</email>
+ </para>
</listitem>
<listitem>
- <para>&name-francis-beaudet; <email>&email-francis-beaudet;</email>
- and the "Corel Team"</para>
+ <para>
+ &name-francis-beaudet; <email>&email-francis-beaudet;</email>
+ and the "Corel Team"
+ </para>
</listitem>
</itemizedlist>
</listitem>
@@ -440,7 +506,9 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Under construction.</para>
+ <para>
+ Under construction.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
@@ -470,13 +538,17 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Dummy control. No functionality.</para>
+ <para>
+ Dummy control. No functionality.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term>Notes:</term>
<listitem>
- <para>Author needed!! Any volunteers??</para>
+ <para>
+ Author needed!! Any volunteers??
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -497,13 +569,17 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Dummy control. No functionality.</para>
+ <para>
+ Dummy control. No functionality.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term>Notes:</term>
<listitem>
- <para>Author needed!! Any volunteers??</para>
+ <para>
+ Author needed!! Any volunteers??
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -532,7 +608,9 @@
<varlistentry>
<term>Notes:</term>
<listitem>
- <para>Author needed!! Any volunteers??</para>
+ <para>
+ Author needed!! Any volunteers??
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -554,7 +632,9 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Finished!</para>
+ <para>
+ Finished!
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -576,13 +656,17 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Development in progress.</para>
+ <para>
+ Development in progress.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term>Notes:</term>
<listitem>
- <para>Tab control must be implemented first.</para>
+ <para>
+ Tab control must be implemented first.
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -603,13 +687,17 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Development in progress. Many bugs and missing features.</para>
+ <para>
+ Development in progress. Many bugs and missing features.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term>Notes:</term>
<listitem>
- <para>Author needed!! Any volunteers??</para>
+ <para>
+ Author needed!! Any volunteers??
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -631,13 +719,17 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Almost finished.</para>
+ <para>
+ Almost finished.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term>Notes:</term>
<listitem>
- <para>Tooltip integration is almost complete.</para>
+ <para>
+ Tooltip integration is almost complete.
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -658,7 +750,9 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Development in progress.</para>
+ <para>
+ Development in progress.
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -703,14 +797,18 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Almost finished.</para>
+ <para>
+ Almost finished.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term>Notes:</term>
<listitem>
- <para>Unicode support is incomplete
- (<constant>WM_NOTIFYFORMAT</constant>).</para>
+ <para>
+ Unicode support is incomplete
+ (<constant>WM_NOTIFYFORMAT</constant>).
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -732,7 +830,9 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Under construction.</para>
+ <para>
+ Under construction.
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -755,7 +855,9 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Quite usable already.</para>
+ <para>
+ Quite usable already.
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -777,7 +879,9 @@
<varlistentry>
<term>Status:</term>
<listitem>
- <para>Unknown.</para>
+ <para>
+ Unknown.
+ </para>
</listitem>
</varlistentry>
</variablelist>
@@ -817,16 +921,24 @@
</para>
<itemizedlist>
<listitem>
- <para>DSA (Dynamic Storage Array) functions.</para>
+ <para>
+ DSA (Dynamic Storage Array) functions.
+ </para>
</listitem>
<listitem>
- <para>DPA (Dynamic Pointer Array) functions.</para>
+ <para>
+ DPA (Dynamic Pointer Array) functions.
+ </para>
</listitem>
<listitem>
- <para>MRU ("Most Recently Used" List) functions.</para>
+ <para>
+ MRU ("Most Recently Used" List) functions.
+ </para>
</listitem>
<listitem>
- <para>other unknown functions.</para>
+ <para>
+ other unknown functions.
+ </para>
</listitem>
</itemizedlist>
diff --git a/documentation/documentation.sgml b/documentation/documentation.sgml
index c46e67d..096f87c 100644
--- a/documentation/documentation.sgml
+++ b/documentation/documentation.sgml
@@ -712,14 +712,46 @@
will want to be careful about the order in which you install the
RPMs.
<itemizedlist>
- <listitem><para>sgml-common-*.rpm</para></listitem>
- <listitem><para>openjade-*.rpm</para></listitem>
- <listitem><para>perl-SGMLSpm-*.rpm</para></listitem>
- <listitem><para>docbook-dtd*.rpm</para></listitem>
- <listitem><para>docbook-style-dsssl-*.rpm</para></listitem>
- <listitem><para>tetex-*.rpm</para></listitem>
- <listitem><para>jadetex-*.rpm</para></listitem>
- <listitem><para>docbook-utils-*.rpm</para></listitem>
+ <listitem>
+ <para>
+ sgml-common-*.rpm
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ openjade-*.rpm
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ perl-SGMLSpm-*.rpm
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ docbook-dtd*.rpm
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ docbook-style-dsssl-*.rpm
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ tetex-*.rpm
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ jadetex-*.rpm
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ docbook-utils-*.rpm
+ </para>
+ </listitem>
</itemizedlist>
You can also use ghostscript to view the ps format output and
Adobe Acrobat 4 to view the pdf file.
@@ -732,17 +764,61 @@
This is not a definitive listing yet, but it seems
you might need the following packages:
<itemizedlist>
- <listitem><para>docbook</para></listitem>
- <listitem><para>docbook-dsssl</para></listitem>
- <listitem><para>docbook-utils</para></listitem>
- <listitem><para>docbook-xml</para></listitem>
- <listitem><para>docbook-xsl</para></listitem>
- <listitem><para>sgml-base</para></listitem>
- <listitem><para>sgml-data</para></listitem>
- <listitem><para>tetex-base</para></listitem>
- <listitem><para>tetex-bin</para></listitem>
- <listitem><para>jade</para></listitem>
- <listitem><para>jadetex</para></listitem>
+ <listitem>
+ <para>
+ docbook
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ docbook-dsssl
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ docbook-utils
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ docbook-xml
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ docbook-xsl
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ sgml-base
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ sgml-data
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ tetex-base
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ tetex-bin
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ jade
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ jadetex
+ </para>
+ </listitem>
</itemizedlist>
</para>
</sect4>
diff --git a/documentation/fonts.sgml b/documentation/fonts.sgml
index de55aac..65430e7 100644
--- a/documentation/fonts.sgml
+++ b/documentation/fonts.sgml
@@ -37,7 +37,9 @@
<orderedlist>
<listitem>
- <para>Extract bitmap fonts with <command>fnt2bdf</command>.</para>
+ <para>
+ Extract bitmap fonts with <command>fnt2bdf</command>.
+ </para>
</listitem>
<listitem>
<para>
@@ -398,16 +400,24 @@
<orderedlist>
<listitem>
- <para>Get a freetype source archive (<filename>freetype-X.Y.tar.gz</filename> ?).</para>
+ <para>
+ Get a freetype source archive (<filename>freetype-X.Y.tar.gz</filename> ?).
+ </para>
</listitem>
<listitem>
- <para>Read docs, unpack, configure and install</para>
+ <para>
+ Read docs, unpack, configure and install
+ </para>
</listitem>
<listitem>
- <para>Test the library, e.g. <command>ftview 20 /dosc/win95/fonts/times</command></para>
+ <para>
+ Test the library, e.g. <command>ftview 20 /dosc/win95/fonts/times</command>
+ </para>
</listitem>
<listitem>
- <para>Get <filename>xfsft-beta1e.linux-i586</filename></para>
+ <para>
+ Get <filename>xfsft-beta1e.linux-i586</filename>
+ </para>
</listitem>
<listitem>
<para>
@@ -417,7 +427,9 @@
</para>
</listitem>
<listitem>
- <para>Follow the hints given by <email>williamc@dai.ed.ac.uk</email></para>
+ <para>
+ Follow the hints given by <email>williamc@dai.ed.ac.uk</email>
+ </para>
</listitem>
<listitem>
<para>
@@ -485,7 +497,9 @@
</para>
</listitem>
<listitem>
- <para>Test with e.g. <command>xlsfont | grep arial</command></para>
+ <para>
+ Test with e.g. <command>xlsfont | grep arial</command>
+ </para>
</listitem>
</orderedlist>
diff --git a/documentation/getting.sgml b/documentation/getting.sgml
index 122b5bc..ca8db9d 100644
--- a/documentation/getting.sgml
+++ b/documentation/getting.sgml
@@ -18,19 +18,25 @@
belonging to Wine may be brought (downloaded) to your system:
<itemizedlist>
<listitem>
- <para>Getting a single Wine <glossterm>package</glossterm> file
- (specifically adapted to your particular system), which
- contains various <glossterm>binary</glossterm> files of Wine</para>
+ <para>
+ Getting a single Wine <glossterm>package</glossterm> file
+ (specifically adapted to your particular system), which
+ contains various <glossterm>binary</glossterm> files of Wine
+ </para>
</listitem>
<listitem>
- <para>Getting a single compressed archive file (usually .tar.gz), which contains
- all <glossterm>source code</glossterm> files of a standard Wine
- release version</para>
+ <para>
+ Getting a single compressed archive file (usually .tar.gz), which contains
+ all <glossterm>source code</glossterm> files of a standard Wine
+ release version
+ </para>
</listitem>
<listitem>
- <para>Downloading from a <glossterm>CVS</glossterm> server,
- which contains the very latest development source code files
- of Wine</para>
+ <para>
+ Downloading from a <glossterm>CVS</glossterm> server,
+ which contains the very latest development source code files
+ of Wine
+ </para>
</listitem>
</itemizedlist>
</para>
diff --git a/documentation/glossary.sgml b/documentation/glossary.sgml
index 57974fc..9358aa9 100644
--- a/documentation/glossary.sgml
+++ b/documentation/glossary.sgml
@@ -22,7 +22,7 @@
<glossterm>Binary</glossterm>
<glossdef>
<para>
- A file which is in machine executable, compiled form: hex data (as opposed to a source code file).
+ A file which is in machine executable, compiled form: hex data (as opposed to a source code file).
</para>
</glossdef>
</glossentry>
@@ -48,9 +48,9 @@
<glossterm>DLL</glossterm>
<glossdef>
<para>
- A DLL (Dynamic Link Library) is a file that can be loaded and executed by programs dynamically. Basically it's an external code repository for programs.
- Since usually several different programs reuse the same DLL instead of having that code in their own file, this dramatically reduces required storage space.
- A synonym for a DLL would be library.
+ A DLL (Dynamic Link Library) is a file that can be loaded and executed by programs dynamically. Basically it's an external code repository for programs.
+ Since usually several different programs reuse the same DLL instead of having that code in their own file, this dramatically reduces required storage space.
+ A synonym for a DLL would be library.
</para>
</glossdef>
</glossentry>
@@ -71,8 +71,8 @@
In a <glossterm>terminal</glossterm>, simply run them via:
</para>
<screen>
- <prompt>$ </><userinput><replaceable>editorname</replaceable>
- <replaceable>filename</replaceable></>
+ <prompt>$ </><userinput><replaceable>editorname</replaceable>
+ <replaceable>filename</replaceable></>
</screen>
</glossdef>
</glossentry>
@@ -85,19 +85,19 @@
you can view all environment variables by executing:
</para>
<screen>
- <userinput>set</userinput>
+ <userinput>set</userinput>
</screen>
<para>
If you want to change an environment variable, you could run:
</para>
<screen>
- <userinput>export <replaceable>MYVARIABLE</>=<replaceable>mycontent</></userinput>
+ <userinput>export <replaceable>MYVARIABLE</>=<replaceable>mycontent</></userinput>
</screen>
<para>
For deleting an environment variable, use:
</para>
<screen>
- <userinput>unset <replaceable>MYVARIABLE</></userinput>
+ <userinput>unset <replaceable>MYVARIABLE</></userinput>
</screen>
</glossdef>
</glossentry>
@@ -105,11 +105,11 @@
<glossterm>Package</glossterm>
<glossdef>
<para>
- A package is a compressed file in a
- <glossterm>distribution</glossterm> specific format. It contains the
- files for a particular program you want to install. Packages are
- usually installed via the <command>dpkg</command> or
- <command>rpm</command> package managers.
+ A package is a compressed file in a
+ <glossterm>distribution</glossterm> specific format. It contains the
+ files for a particular program you want to install. Packages are
+ usually installed via the <command>dpkg</command> or
+ <command>rpm</command> package managers.
</para>
</glossdef>
</glossentry>
@@ -117,23 +117,23 @@
<glossterm>root</glossterm>
<glossdef>
<para>
- root is the account name of the system administrator.
- In order to run programs as root, simply open a
- <glossterm>Terminal</glossterm> window, then run:
+ root is the account name of the system administrator.
+ In order to run programs as root, simply open a
+ <glossterm>Terminal</glossterm> window, then run:
</para>
<screen>
- <prompt>$ </><userinput>su -</>
+ <prompt>$ </><userinput>su -</>
</screen>
<para>
- This will prompt you for the password of the root user of your system,
- and after that you will be able to system administration tasks
- that require special root privileges. The root account is indicated by the
+ This will prompt you for the password of the root user of your system,
+ and after that you will be able to system administration tasks
+ that require special root privileges. The root account is indicated by the
</para>
<screen>
- <prompt># </>
+ <prompt># </>
</screen>
<para>
- prompt, whereas '$' indicates a normal user account.
+ prompt, whereas '$' indicates a normal user account.
</para>
</glossdef>
</glossentry>
@@ -156,10 +156,10 @@
<glossterm>Source code</glossterm>
<glossdef>
<para>
- Source code is the code that a program consists of before the program
- is being compiled, i.e. it's the original building instructions of a
- program that tell a compiler what the program should look like once
- it's been compiled to a <glossterm>Binary</glossterm>.
+ Source code is the code that a program consists of before the program
+ is being compiled, i.e. it's the original building instructions of a
+ program that tell a compiler what the program should look like once
+ it's been compiled to a <glossterm>Binary</glossterm>.
</para>
</glossdef>
</glossentry>
@@ -167,20 +167,20 @@
<glossterm>Terminal</glossterm>
<glossdef>
<para>
- A terminal window is usually a graphical window that one uses to
- execute a <command>Shell</command>. If Wine asks you to open a
- terminal, then you usually need to click on an icon on your desktop
- that shows a big black window (or, in other cases, an icon displaying a
- maritime shell).
- Wine assumes you're using the <command>bash</command> shell in a
- terminal window, so if your terminal happens to use a different
- shell program, simply type:
+ A terminal window is usually a graphical window that one uses to
+ execute a <command>Shell</command>. If Wine asks you to open a
+ terminal, then you usually need to click on an icon on your desktop
+ that shows a big black window (or, in other cases, an icon displaying a
+ maritime shell).
+ Wine assumes you're using the <command>bash</command> shell in a
+ terminal window, so if your terminal happens to use a different
+ shell program, simply type:
</para>
<screen>
- <userinput>bash</>
+ <userinput>bash</>
</screen>
<para>
- in the terminal window.
+ in the terminal window.
</para>
</glossdef>
</glossentry>
diff --git a/documentation/i18n.sgml b/documentation/i18n.sgml
index a7da80c..5381de8 100644
--- a/documentation/i18n.sgml
+++ b/documentation/i18n.sgml
@@ -11,13 +11,19 @@
<itemizedlist>
<listitem>
- <para>Thereafter revised February 1999 by Klaas van Gend</para>
+ <para>
+ Thereafter revised February 1999 by Klaas van Gend
+ </para>
</listitem>
<listitem>
- <para>Revised again May 23, 1999, Klaas van Gend</para>
+ <para>
+ Revised again May 23, 1999, Klaas van Gend
+ </para>
</listitem>
<listitem>
- <para>Updated May 26, 2000, Zoran Dzelajlija</para>
+ <para>
+ Updated May 26, 2000, Zoran Dzelajlija
+ </para>
</listitem>
</itemizedlist>
@@ -69,8 +75,10 @@
<orderedlist>
<listitem>
- <para>Find the language ID in
- <filename>include/winnls.h</filename>.</para>
+ <para>
+ Find the language ID in
+ <filename>include/winnls.h</filename>.
+ </para>
</listitem>
<listitem>
<para>
@@ -180,9 +188,10 @@
</para>
</listitem>
<listitem>
- <para>Edit
- <filename>documentation/internationalization</filename> to
- show the new status.</para>
+ <para>
+ Edit <filename>documentation/internationalization</filename>
+ to show the new status.
+ </para>
</listitem>
<listitem>
<para>
diff --git a/documentation/introduction.sgml b/documentation/introduction.sgml
index 9d9c247..3a2128b 100644
--- a/documentation/introduction.sgml
+++ b/documentation/introduction.sgml
@@ -296,7 +296,7 @@
<para>
Wine can be pretty intimidating at first. The Wine
- distribution consists of over two thousand files and half a
+ distribution consists of over four thousand files and almost a
million lines of source code
<footnote>
<para>Crudely calculated from running <command>find . | wc
diff --git a/documentation/multimedia.sgml b/documentation/multimedia.sgml
index 96544ed..a524258 100644
--- a/documentation/multimedia.sgml
+++ b/documentation/multimedia.sgml
@@ -39,7 +39,9 @@
another one for MIDI output only), whose role is:
<itemizedlist>
<listitem>
- <para>help choosing one low level driver between many</para>
+ <para>
+ help choosing one low level driver between many
+ </para>
</listitem>
<listitem>
<para>
@@ -647,7 +649,8 @@
<para>
Native MCIMIDI has been working but is currently blocked by scheduling
issues (mmTaskXXX no longer work).
- </para><para>FIXME:
+ </para>
+ <para>FIXME:
<itemizedlist>
<listitem>
<para>
diff --git a/documentation/opengl.sgml b/documentation/opengl.sgml
index 7813378..16a7363 100644
--- a/documentation/opengl.sgml
+++ b/documentation/opengl.sgml
@@ -40,19 +40,25 @@
<varlistentry>
<term><filename>gl.h:</filename></term>
<listitem>
- <para>the definition of all OpenGL core functions, types and enumerants</para>
+ <para>
+ the definition of all OpenGL core functions, types and enumerants
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><filename>glx.h:</filename></term>
<listitem>
- <para>how OpenGL integrates in the X Window environment</para>
+ <para>
+ how OpenGL integrates in the X Window environment
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><filename>glext.h:</filename></term>
<listitem>
- <para>the list of all registered OpenGL extensions</para>
+ <para>
+ the list of all registered OpenGL extensions
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/documentation/porting.sgml b/documentation/porting.sgml
index c6f91da..0c21b5c 100644
--- a/documentation/porting.sgml
+++ b/documentation/porting.sgml
@@ -21,13 +21,19 @@
<itemizedlist>
<listitem>
- <para>How to port Wine to your favorite operating system</para>
+ <para>
+ How to port Wine to your favorite operating system
+ </para>
</listitem>
<listitem>
- <para>Why you probably shouldn't use <symbol>#ifdef MyOS</symbol></para>
+ <para>
+ Why you probably shouldn't use <symbol>#ifdef MyOS</symbol>
+ </para>
</listitem>
<listitem>
- <para>What to do instead.</para>
+ <para>
+ What to do instead.
+ </para>
</listitem>
</itemizedlist>
@@ -65,19 +71,29 @@
<itemizedlist>
<listitem>
- <para>existence of a header file</para>
+ <para>
+ existence of a header file
+ </para>
</listitem>
<listitem>
- <para>existence of a library function</para>
+ <para>
+ existence of a library function
+ </para>
</listitem>
<listitem>
- <para>existence of libraries</para>
+ <para>
+ existence of libraries
+ </para>
</listitem>
<listitem>
- <para>bugs in header files, library functions, the compiler, ...</para>
+ <para>
+ bugs in header files, library functions, the compiler, ...
+ </para>
</listitem>
<listitem>
- <para>(you name it)</para>
+ <para>
+ (you name it)
+ </para>
</listitem>
</itemizedlist>
<para>
@@ -254,10 +270,14 @@
<itemizedlist>
<listitem>
- <para>EMX 0.9c (fix 2)</para>
+ <para>
+ EMX 0.9c (fix 2)
+ </para>
</listitem>
<listitem>
- <para>XFree86 3.2 OS/2 (with development libraries)</para>
+ <para>
+ XFree86 3.2 OS/2 (with development libraries)
+ </para>
</listitem>
<listitem>
<para>
@@ -267,14 +287,20 @@
</para>
</listitem>
<listitem>
- <para><command>sed</command> (a working copy of)</para>
+ <para>
+ <command>sed</command> (a working copy of)
+ </para>
</listitem>
<listitem>
- <para><command>diff</command> and <command>patch</command>
- are recommended</para>
+ <para>
+ <command>diff</command> and <command>patch</command>
+ are recommended
+ </para>
</listitem>
<listitem>
- <para>Lots of disk space (about 40-50 megs after EMX and XFree installed)</para>
+ <para>
+ Lots of disk space (about 40-50 megs after EMX and XFree installed)
+ </para>
</listitem>
</itemizedlist>
@@ -296,19 +322,27 @@
<itemizedlist>
<listitem>
- <para><command>configure</command> and <command>make depend</command> work...</para>
+ <para>
+ <command>configure</command> and <command>make depend</command> work...
+ </para>
</listitem>
<listitem>
- <para><command>make</command> compiles (with a modified
+ <para>
+ <command>make</command> compiles (with a modified
Linux <filename>mman.h</filename>), but doesn't
- link.</para>
+ link.
+ </para>
</listitem>
<listitem>
- <para>signal handling is horrible... (if any)</para>
+ <para>
+ signal handling is horrible... (if any)
+ </para>
</listitem>
<listitem>
- <para>EMX doesn't support <function>mmap</function> (and
- related), SysV IPC and <function>stafs()</function></para>
+ <para>
+ EMX doesn't support <function>mmap</function> (and
+ related), SysV IPC and <function>stafs()</function>
+ </para>
</listitem>
<listitem>
<para>
@@ -326,23 +360,35 @@
<itemizedlist>
<listitem>
- <para>LDT (using <function>DosAllocSeg</function> in
- <filename>memory/ldt.c</filename>) *</para>
+ <para>
+ LDT (using <function>DosAllocSeg</function> in
+ <filename>memory/ldt.c</filename>) *
+ </para>
</listitem>
<listitem>
- <para>Implement <function>mmap()</function> and SysV IPC in EMX *</para>
+ <para>
+ Implement <function>mmap()</function> and SysV IPC in EMX *
+ </para>
</listitem>
<listitem>
- <para>File functions, </para>
+ <para>
+ File functions,
+ </para>
</listitem>
<listitem>
- <para>I/O access (do it!),</para>
+ <para>
+ I/O access (do it!),
+ </para>
</listitem>
<listitem>
- <para>Communication (modem),</para>
+ <para>
+ Communication (modem),
+ </para>
</listitem>
<listitem>
- <para>Interrupt (if int unknown, call current RealMode one...), </para>
+ <para>
+ Interrupt (if int unknown, call current RealMode one...),
+ </para>
</listitem>
<listitem>
<para>
@@ -355,10 +401,14 @@
</para>
</listitem>
<listitem>
- <para>Return right CPU type, </para>
+ <para>
+ Return right CPU type,
+ </para>
</listitem>
<listitem>
- <para>Make winsock work</para>
+ <para>
+ Make winsock work
+ </para>
</listitem>
</itemizedlist>
@@ -368,16 +418,24 @@
<itemizedlist>
<listitem>
- <para>OS/2 have DOS interrupts</para>
+ <para>
+ OS/2 have DOS interrupts
+ </para>
</listitem>
<listitem>
- <para>OS/2 have I/O port access</para>
+ <para>
+ OS/2 have I/O port access
+ </para>
</listitem>
<listitem>
- <para>OS/2 have multi-thread</para>
+ <para>
+ OS/2 have multi-thread
+ </para>
</listitem>
<listitem>
- <para>Merlin have Open32 (to be used later...)</para>
+ <para>
+ Merlin have Open32 (to be used later...)
+ </para>
</listitem>
</itemizedlist>
</sect1>
diff --git a/documentation/printing.sgml b/documentation/printing.sgml
index 3abf3bb..cff2e4e 100644
--- a/documentation/printing.sgml
+++ b/documentation/printing.sgml
@@ -23,7 +23,9 @@
</para>
</listitem>
<listitem>
- <para>Use an external windows 3.1 printer driver (outdated, probably won't get supported any more).</para>
+ <para>
+ Use an external windows 3.1 printer driver (outdated, probably won't get supported any more).
+ </para>
</listitem>
</orderedlist>
@@ -197,7 +199,9 @@
</para>
</listitem>
<listitem>
- <para><userinput>vi ~/winedefault.reg</userinput></para>
+ <para>
+ <userinput>vi ~/winedefault.reg</userinput>
+ </para>
</listitem>
<listitem>
<para>
@@ -271,19 +275,29 @@
</para>
</listitem>
<listitem>
- <para>No TrueType download.</para>
+ <para>
+ No TrueType download.
+ </para>
</listitem>
<listitem>
- <para>StretchDIBits uses level 2 PostScript.</para>
+ <para>
+ StretchDIBits uses level 2 PostScript.
+ </para>
</listitem>
<listitem>
- <para>AdvancedSetup dialog box.</para>
+ <para>
+ AdvancedSetup dialog box.
+ </para>
</listitem>
<listitem>
- <para>Many partially implemented functions.</para>
+ <para>
+ Many partially implemented functions.
+ </para>
</listitem>
<listitem>
- <para>ps.c is becoming messy.</para>
+ <para>
+ ps.c is becoming messy.
+ </para>
</listitem>
<listitem>
<para>
@@ -294,7 +308,9 @@
</para>
</listitem>
<listitem>
- <para>Probably many more...</para>
+ <para>
+ Probably many more...
+ </para>
</listitem>
</itemizedlist>
diff --git a/documentation/registry.sgml b/documentation/registry.sgml
index 25b4b5f..2ac5aa4 100644
--- a/documentation/registry.sgml
+++ b/documentation/registry.sgml
@@ -204,13 +204,17 @@
<varlistentry>
<term><filename>wine.systemreg</filename></term>
<listitem>
- <para>Contains HKEY_LOCAL_MACHINE.</para>
+ <para>
+ Contains HKEY_LOCAL_MACHINE.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
<term><filename>wine.userreg</filename></term>
<listitem>
- <para>Contains HKEY_USERS.</para>
+ <para>
+ Contains HKEY_USERS.
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/documentation/running.sgml b/documentation/running.sgml
index da2f132..21a5e3f 100644
--- a/documentation/running.sgml
+++ b/documentation/running.sgml
@@ -479,13 +479,19 @@
running a console program (aka a CUI executable):
<itemizedlist>
<listitem>
- <para>bare streams</para>
+ <para>
+ bare streams
+ </para>
</listitem>
<listitem>
- <para>wineconsole with user backend</para>
+ <para>
+ wineconsole with user backend
+ </para>
</listitem>
<listitem>
- <para>wineconsole with curses backend</para>
+ <para>
+ wineconsole with curses backend
+ </para>
</listitem>
</itemizedlist>
</para>
diff --git a/documentation/winelib-toolkit.sgml b/documentation/winelib-toolkit.sgml
index 499561c..6ce2a55 100644
--- a/documentation/winelib-toolkit.sgml
+++ b/documentation/winelib-toolkit.sgml
@@ -740,31 +740,59 @@
<variablelist>
<varlistentry>
<term>pascal16</term>
- <listitem><para>for a Win16 function returning a 16-bit value</para></listitem>
+ <listitem>
+ <para>
+ for a Win16 function returning a 16-bit value
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>pascal</term>
- <listitem><para>for a Win16 function returning a 32-bit value</para></listitem>
+ <listitem>
+ <para>
+ for a Win16 function returning a 32-bit value
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>register</term>
- <listitem><para>for a function using CPU register to pass arguments</para></listitem>
+ <listitem>
+ <para>
+ for a function using CPU register to pass arguments
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>interrupt</term>
- <listitem><para>for a Win16 interrupt handler routine</para></listitem>
+ <listitem>
+ <para>
+ for a Win16 interrupt handler routine
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>stdcall</term>
- <listitem><para>for a normal Win32 function</para></listitem>
+ <listitem>
+ <para>
+ for a normal Win32 function
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>cdecl</term>
- <listitem><para>for a Win32 function using the C calling convention</para></listitem>
+ <listitem>
+ <para>
+ for a Win32 function using the C calling convention
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>varargs</term>
- <listitem><para>for a Win32 function taking a variable number of arguments</para></listitem>
+ <listitem>
+ <para>
+ for a Win32 function taking a variable number of arguments
+ </para>
+ </listitem>
</varlistentry>
</variablelist>
@@ -774,36 +802,68 @@
<variablelist>
<varlistentry>
<term>word</term>
- <listitem><para>for a 16 bit word</para></listitem>
+ <listitem>
+ <para>
+ for a 16 bit word
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>long</term>
- <listitem><para>a 32 bit value</para></listitem>
+ <listitem>
+ <para>
+ a 32 bit value
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>ptr</term>
- <listitem><para>for a linear pointer</para></listitem>
+ <listitem>
+ <para>
+ for a linear pointer
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>str</term>
- <listitem><para>for a linear pointer to a null-terminated string</para></listitem>
+ <listitem>
+ <para>
+ for a linear pointer to a null-terminated string
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>s_word</term>
- <listitem><para>for a 16 bit signed word</para></listitem>
+ <listitem>
+ <para>
+ for a 16 bit signed word
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>segptr</term>
- <listitem><para>for a segmented pointer</para></listitem>
+ <listitem>
+ <para>
+ for a segmented pointer
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>segstr</term>
- <listitem><para>for a segmented pointer to a null-terminated string</para></listitem>
+ <listitem>
+ <para>
+ for a segmented pointer to a null-terminated string
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
<term>wstr</term>
- <listitem><para>for a linear pointer to a null-terminated wide
- (16-bit Unicode) string</para></listitem>
+ <listitem>
+ <para>
+ for a linear pointer to a null-terminated wide
+ (16-bit Unicode) string
+ </para>
+ </listitem>
</varlistentry>
</variablelist>