summaryrefslogtreecommitdiff
path: root/README.amiga
diff options
context:
space:
mode:
Diffstat (limited to 'README.amiga')
-rw-r--r--README.amiga20
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