Module: docs Branch: master Commit: 63e1b7afe1d8b6ee4075cd0ccd908c9bcfd700e0 URL: http://source.winehq.org/git/docs.git/?a=commit;h=63e1b7afe1d8b6ee4075cd0ccd...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Wed Sep 11 10:29:56 2013 +0200
winedev: Assorted formatting & tagging fixes.
---
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.