summaryrefslogtreecommitdiffstats
path: root/DOCS/en/bugreports.html
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/en/bugreports.html')
-rw-r--r--DOCS/en/bugreports.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/en/bugreports.html b/DOCS/en/bugreports.html
index 3810d13cda..044e5f7789 100644
--- a/DOCS/en/bugreports.html
+++ b/DOCS/en/bugreports.html
@@ -260,13 +260,13 @@ return you to the command line prompt where you have to enter
<H4><A NAME="core">B.4.6.2 How to extract meaningful information from a core dump</A></H4>
-<P>Please create the following command file:</P>
+<P>Create the following command file:</P>
<P><CODE>bt<BR>
disass $pc-32 $pc+32<BR>
info all-registers</CODE></P>
-<P>Then simply execute the following on your command line:</P>
+<P>Then simply execute this command:</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>gdb mplayer --core=core -batch --command=command_file &gt; mplayer.bug</CODE></P>