summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-13 18:16:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-13 18:16:55 +0000
commitee056f7163afe3d568550f0ef21bb0851adfd3c5 (patch)
treee2fa2a321078001f6874e027bf7b375106bd0da6 /doc
parentCorrected name of build script and other minor things in the list of (diff)
downloadrtems-ee056f7163afe3d568550f0ef21bb0851adfd3c5.tar.bz2
Updated the disk space required.
Fixed a typo in the hello world example.
Diffstat (limited to 'doc')
-rw-r--r--doc/started_ada/require.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/started_ada/require.t b/doc/started_ada/require.t
index 57317eccc4..cabb7c6a67 100644
--- a/doc/started_ada/require.t
+++ b/doc/started_ada/require.t
@@ -16,7 +16,7 @@ assessing the amount of disk space required for your installation:
+----------------------------------------+------------------------------+
| Component | Disk Space Required |
+----------------------------------------+------------------------------+
-| archive directory | 20 Mbytes |
+| archive directory | 30 Mbytes |
| tools src unzipped | 77 Mbytes |
| each individual build directory | 120 Mbytes worst case |
| each installation directory | 20-60 Mbytes |
@@ -63,7 +63,7 @@ these tests:
Place the following Ada source code in hello.adb:
@example
-with Text_IO: use Text_IO;
+with Text_IO; use Text_IO;
procedure Hello is
begin