From 63928f6088d7f44f4f8d3962aff68891071a2fb6 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 4 Dec 2001 04:20:31 +0000 Subject: Cleanup copyrights and Cygnus'isms throughout. * setup.sgml: Nuke ancient instructions. --- winsup/doc/gcc.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/doc/gcc.sgml') 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: Building Hello World with GCC -C:\cygnus\> gcc hello.c -o hello.exe -C:\cygnus\> hello.exe +C:\> gcc hello.c -o hello.exe +C:\> hello.exe Hello, World -C:\cygnus\> +C:\> -- cgit v1.2.3