Microperl sync.
[p5sagit/p5-mst-13.2.git] / README.amiga
index 600858b..3b2a1bd 100644 (file)
@@ -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