summaryrefslogtreecommitdiffstats
path: root/winsup/doc/gcc.sgml
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-12-04 04:20:31 +0000
committerChristopher Faylor <me@cgf.cx>2001-12-04 04:20:31 +0000
commit63928f6088d7f44f4f8d3962aff68891071a2fb6 (patch)
tree2eaa2949f69f26a04f7bf8bc7fadb8628d398a7f /winsup/doc/gcc.sgml
parent8adfbe93d9d932ae2e319a3cd31ff7e4b8eaf064 (diff)
downloadcygnal-63928f6088d7f44f4f8d3962aff68891071a2fb6.tar.gz
cygnal-63928f6088d7f44f4f8d3962aff68891071a2fb6.tar.bz2
cygnal-63928f6088d7f44f4f8d3962aff68891071a2fb6.zip
Cleanup copyrights and Cygnus'isms throughout.
* setup.sgml: Nuke ancient instructions.
Diffstat (limited to 'winsup/doc/gcc.sgml')
-rw-r--r--winsup/doc/gcc.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/doc/gcc.sgml b/winsup/doc/gcc.sgml
index d13bba116..238babfa3 100644
--- a/winsup/doc/gcc.sgml
+++ b/winsup/doc/gcc.sgml
@@ -9,11 +9,11 @@ options. Here's a simple example:</para>
<example>
<title>Building Hello World with GCC</title>
<screen>
-<prompt>C:\cygnus\&gt;</prompt> <userinput>gcc hello.c -o hello.exe</userinput>
-<prompt>C:\cygnus\&gt;</prompt> <userinput>hello.exe</userinput>
+<prompt>C:\&gt;</prompt> <userinput>gcc hello.c -o hello.exe</userinput>
+<prompt>C:\&gt;</prompt> <userinput>hello.exe</userinput>
Hello, World
-<prompt>C:\cygnus\&gt;</prompt>
+<prompt>C:\&gt;</prompt>
</screen>
</example>