diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-04 04:20:31 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-04 04:20:31 +0000 |
commit | 63928f6088d7f44f4f8d3962aff68891071a2fb6 (patch) | |
tree | 2eaa2949f69f26a04f7bf8bc7fadb8628d398a7f /winsup/doc/gcc.sgml | |
parent | 8adfbe93d9d932ae2e319a3cd31ff7e4b8eaf064 (diff) | |
download | cygnal-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.sgml | 6 |
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\></prompt> <userinput>gcc hello.c -o hello.exe</userinput> -<prompt>C:\cygnus\></prompt> <userinput>hello.exe</userinput> +<prompt>C:\></prompt> <userinput>gcc hello.c -o hello.exe</userinput> +<prompt>C:\></prompt> <userinput>hello.exe</userinput> Hello, World -<prompt>C:\cygnus\></prompt> +<prompt>C:\></prompt> </screen> </example> |