diff options
author | Robin Barker <RMBarker@cpan.org> | 2001-01-02 15:35:03 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-04 18:32:54 +0000 |
commit | cb49b31f4c369cd12097a08c45c1d3cba3657976 (patch) | |
tree | c60f1da94645be78875a25914af340d2234b8bbe /README.amiga | |
parent | 05ceb97ad3b738039a97213231d2b02440de54ac (diff) | |
download | perl-cb49b31f4c369cd12097a08c45c1d3cba3657976.tar.gz |
.1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
p4raw-id: //depot/perl@8310
Diffstat (limited to 'README.amiga')
-rw-r--r-- | README.amiga | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/README.amiga b/README.amiga index 600858b6a0..3b2a1bda9d 100644 --- a/README.amiga +++ b/README.amiga @@ -101,16 +101,24 @@ easier to use your script under *nix.) Perl under AmigaOS lacks some features of perl under UNIX because of deficiencies in the UNIX-emulation, most notably: -=over 6 +=over 4 + +=item * -=item fork() +fork() + +=item * -=item some features of the UNIX filesystem regarding link count and file dates +some features of the UNIX filesystem regarding link count and file dates -=item inplace operation (the -i switch) without backup file +=item * + +inplace operation (the -i switch) without backup file + +=item * -=item umask() works, but the correct permissions are only set when the file is - finally close()d +umask() works, but the correct permissions are only set when the file is +finally close()d =back |