Grammatical fix. Don't mention dbx, it may have a different command line.

This commit is contained in:
Pavel Roskin 2003-02-28 19:54:58 +00:00
parent fafc7c6365
commit 578343d41a
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -167,10 +167,10 @@ Include the output of "mc --version", the operating system and the
distribution (if applicable) you are using, the compiler and the
configure flags used to compile the program (if you know them).
If the program crashed and produces a core dump, please provide a
If the program crashed and produced a core dump, please provide a
stack trace of the program.
You can do this by running dbx or gdb like this:
You can do this by running gdb like this:
gdb mc core
(gdb) where