From ee056f7163afe3d568550f0ef21bb0851adfd3c5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 13 Aug 1998 18:16:55 +0000 Subject: Updated the disk space required. Fixed a typo in the hello world example. --- doc/started_ada/require.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3