diff DOCS/xml/en/bugreports.xml @ 11049:9da833258d9d

wording improvement
author diego
date Wed, 08 Oct 2003 02:16:50 +0000
parents 49b1a67e7381
children d480f7e36b74
line wrap: on
line diff
--- a/DOCS/xml/en/bugreports.xml	Wed Oct 08 02:14:48 2003 +0000
+++ b/DOCS/xml/en/bugreports.xml	Wed Oct 08 02:16:50 2003 +0000
@@ -292,13 +292,13 @@
 <sect3 id="bugreports_core">
 <title>How to extract meaningful information from a core dump</title>
 <para>
-Please create the following command file:
+Create the following command file:
 <screen>
 bt
 disass $pc-32 $pc+32
 info all-registers
 </screen>
-Then simply execute the following on your command line:
+Then simply execute this command:
 <screen>gdb mplayer --core=core -batch --command=<replaceable>command_file</replaceable> &gt; mplayer.bug</screen>
 </para>
 </sect3>