diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-12-15 09:37:50 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-12-15 09:37:50 +0000 |
commit | 12406f25fb7052f52c41eed32b222418c97ee695 (patch) | |
tree | 75e6cbc947adf727af5b74f369f92a19a200e8d7 /winsup/doc/gcc.sgml | |
parent | ec4eb70c331713981c175a9d195352b8e3dd6e24 (diff) | |
download | cygnal-12406f25fb7052f52c41eed32b222418c97ee695.tar.gz cygnal-12406f25fb7052f52c41eed32b222418c97ee695.tar.bz2 cygnal-12406f25fb7052f52c41eed32b222418c97ee695.zip |
* gcc.sgml: Use 'bash$' as Cygwin prompt throughout.
* gdb.sgml: Ditto.
* pathnames.sgml: Ditto. Fix the @ expansion example.
Diffstat (limited to 'winsup/doc/gcc.sgml')
-rw-r--r-- | winsup/doc/gcc.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/doc/gcc.sgml b/winsup/doc/gcc.sgml index 60202d949..6a9d1055b 100644 --- a/winsup/doc/gcc.sgml +++ b/winsup/doc/gcc.sgml @@ -9,11 +9,11 @@ options. Here's a simple example:</para> <example id="gcc-hello-world"> <title>Building Hello World with GCC</title> <screen> -<prompt>C:\></prompt> <userinput>gcc hello.c -o hello.exe</userinput> -<prompt>C:\></prompt> <userinput>hello.exe</userinput> +<prompt>bash$</prompt> <userinput>gcc hello.c -o hello.exe</userinput> +<prompt>bash$</prompt> <userinput>hello.exe</userinput> Hello, World -<prompt>C:\></prompt> +<prompt>bash$</prompt> </screen> </example> |