Updated the disk space required.

Fixed a typo in the hello world example.
This commit is contained in:
Joel Sherrill
1998-08-13 18:16:55 +00:00
parent 5d7eafea36
commit ee056f7163
+2 -2
View File
@@ -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