[docs] winedev: Assorted formatting & tagging fixes

Frédéric Delanoy frederic.delanoy at gmail.com
Wed Sep 11 03:29:56 CDT 2013


---
 en/winedev-debugging.sgml     | 14 +++++++-------
 en/winedev-documentation.sgml |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/en/winedev-debugging.sgml b/en/winedev-debugging.sgml
index cd4d6e9..1dcc4d7 100644
--- a/en/winedev-debugging.sgml
+++ b/en/winedev-debugging.sgml
@@ -324,19 +324,19 @@ WINEDEBUG=trace+reg,warn-file
             <para>
               also, the pseudo-channel all is also supported and it
               has the  intuitive semantics:
-            </para>
 <screen>
-WINEDEBUG=+all      -- enables all debug messages
-WINEDEBUG=-all      -- disables all debug messages
-WINEDEBUG=<replaceable>yyy</replaceable>+all   -- enables debug messages for class <replaceable>yyy</replaceable> on all channels.
-WINEDEBUG=<replaceable>yyy</replaceable>-all   -- disables debug messages for class <replaceable>yyy</replaceable> on all channels.
+WINEDEBUG=+all      <lineannotation>-- enables all debug messages</lineannotation>
+WINEDEBUG=-all      <lineannotation>-- disables all debug messages</lineannotation>
+WINEDEBUG=<replaceable>yyy</replaceable>+all   <lineannotation>-- enables debug messages for class <replaceable>yyy</replaceable> on all channels</lineannotation>
+WINEDEBUG=<replaceable>yyy</replaceable>-all   <lineannotation>-- disables debug messages for class <replaceable>yyy</replaceable> on all channels</lineannotation>
 </screen>
+            </para>
             <para>
               So, for example:
-            </para>
 <screen>
-WINEDEBUG=warn-all  -- disables all warning messages.
+WINEDEBUG=warn-all  <lineannotation>-- disables all warning messages</lineannotation>
 </screen>
+            </para>
           </listitem>
         </itemizedlist>
 
diff --git a/en/winedev-documentation.sgml b/en/winedev-documentation.sgml
index 51c6651..71ad92c 100644
--- a/en/winedev-documentation.sgml
+++ b/en/winedev-documentation.sgml
@@ -257,7 +257,7 @@
         Parameters documented in the comment should be formatted as follows:
       </para>
 
-<screen>
+<programlisting>
 /*************************************************************************
  * PathRelativePathToW   [SHLWAPI.@]
  *
@@ -271,7 +271,7 @@
  *  dwAttrTo   [I] File attributes of destination path
  *
  */
-</screen>
+</programlisting>
 
       <para>
         The parameters section starts with <literal>PARAMS</literal> on its own line.
-- 
1.8.4




More information about the wine-patches mailing list