Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/doc/gdb.sgml')
-rw-r--r--winsup/doc/gdb.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/doc/gdb.sgml b/winsup/doc/gdb.sgml
index 1b26599c7..2a13e2b0f 100644
--- a/winsup/doc/gdb.sgml
+++ b/winsup/doc/gdb.sgml
@@ -20,8 +20,8 @@ your sources to objects.</para>
<example id="gdb-g"><title>Compiling with -g</title>
<screen>
-<prompt>$</prompt> gcc -g -O2 -c myapp.c
-<prompt>$</prompt> gcc -g myapp.c -o myapp
+<prompt>bash$</prompt> gcc -g -O2 -c myapp.c
+<prompt>bash$</prompt> gcc -g myapp.c -o myapp
</screen>
</example>
@@ -77,9 +77,9 @@ concerned:</para>
<example id="gdb-cliargs"><title>Debugging with command line arguments</title>
<screen>
-<prompt>$</prompt> myprog -t foo --queue 47
+<prompt>bash$</prompt> myprog -t foo --queue 47
-<prompt>$</prompt> gdb myprog
+<prompt>bash$</prompt> gdb myprog
<prompt>(gdb)</prompt> run -t foo --queue 47
</screen>
</example>