diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-06-09 12:50:12 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-06-09 12:50:12 +0000 |
commit | 1d69df2bf087d7ee3a9ecf4ad5d83ad461d6e51e (patch) | |
tree | f04e608bbaddf489288a6ecb74a40c60deb2a456 /README.aix | |
parent | c7667023d22d576485c37c9693f8f6d8d72ddd07 (diff) | |
download | perl-1d69df2bf087d7ee3a9ecf4ad5d83ad461d6e51e.tar.gz |
s/64bit/64-bit/g for consistency in the READMEs.
p4raw-id: //depot/perl@22919
Diffstat (limited to 'README.aix')
-rw-r--r-- | README.aix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.aix b/README.aix index 3938387038..7e9702505f 100644 --- a/README.aix +++ b/README.aix @@ -227,7 +227,7 @@ Should yield no problems. =head2 Threaded Perl Threads seem to work OK, though at the moment not all tests pass when -threads are used in combination with 64bit configurations. +threads are used in combination with 64-bit configurations. You may get a warning when doing a threaded build: @@ -245,7 +245,7 @@ is not really significant here. =head2 64-bit Perl -If your AIX is installed with 64-bit support, you can expect 64bit +If your AIX is installed with 64-bit support, you can expect 64-bit configurations to work. In combination with threads some tests might still fail. |