diff docs/nitros9guide/cc.refentry @ 1500:b00cf13c9f61

Major changes for new NitrOS-9 manual
author boisy
date Mon, 05 Jan 2004 00:51:19 +0000
parents 4dae346c4969
children
line wrap: on
line diff
--- a/docs/nitros9guide/cc.refentry	Thu Dec 25 14:19:21 2003 +0000
+++ b/docs/nitros9guide/cc.refentry	Mon Jan 05 00:51:19 2004 +0000
@@ -16,11 +16,11 @@
 <refsect1><title>Description</title>
 <para>
 The are two commands which invoke distinct versions of the
-compiler. <command>cc1</command> is for OS-9 Level I which uses a two pass compiler,
-and, <command>cc2</command> is for Level II which causes a single pass version. Both
+compiler. <command>cc1</command> is for NitrOS-9 Level 1 which uses a two pass compiler,
+and, <command>cc2</command> is for Level 2 which causes a single pass version. Both
 versions of the compiler works identically, the main difference is
 that <command>cc1</command> has been divided into two passes to fit the smaller memory
-size of OS-9 Level I systems. In the following text, "cc" refers to
+size of NitrOS-9 Level 1. In the following text, "cc" refers to
 either <command>cc1</command> or <command>cc2</command> as appropiate for your system.
 </para>
 </refsect1>