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

B.4.6.2 How to extract meaningful information from a core dump

-

Please create the following command file:

+

Create the following command file:

bt
disass $pc-32 $pc+32
info all-registers

-

Then simply execute the following on your command line:

+

Then simply execute this command:

    gdb mplayer --core=core -batch --command=command_file > mplayer.bug

diff --git a/DOCS/xml/en/bugreports.xml b/DOCS/xml/en/bugreports.xml index cfa6d52a0d..59c0551841 100644 --- a/DOCS/xml/en/bugreports.xml +++ b/DOCS/xml/en/bugreports.xml @@ -292,13 +292,13 @@ info all-registers How to extract meaningful information from a core dump -Please create the following command file: +Create the following command file: bt disass $pc-32 $pc+32 info all-registers -Then simply execute the following on your command line: +Then simply execute this command: gdb mplayer --core=core -batch --command=command_file > mplayer.bug