rid blanks in pods (from Michael G Schwern)
Gurusamy Sarathy [Sat, 4 Mar 2000 04:00:44 +0000 (04:00 +0000)]
p4raw-id: //depot/perl@5505

README.amiga
README.dos
README.os2

index 55167cb..c4bc6c5 100644 (file)
@@ -110,7 +110,7 @@ deficiencies in the UNIX-emulation, most notably:
 
 =item umask() works, but the correct permissions are only set when the file is
       finally close()d
+
 =back
 
 =head1 INSTALLATION
index e6fc8a9..9c3240e 100644 (file)
@@ -5,7 +5,7 @@ specially designed to be readable as is.
 =head1 NAME
 
 perldos - Perl under DOS, W31, W95.
-                                 
+
 =head1 SYNOPSIS
 
 These are instructions for building Perl under DOS (or w??), using
@@ -103,7 +103,7 @@ Unpack the source package F<perl5.6*.tar.gz> with djtarx. If you want
 to use long file names under w95, don't forget to use
 
         set LFN=y
-        
+
 before unpacking the archive.
 
 =item *
index 46f032a..a69ea0d 100644 (file)
@@ -830,7 +830,7 @@ to EMX headers:
   +++ /emx/include/sys/stat.h  Sun Jul 12 14:11:32 1998
   @@ -53,7 +53,7 @@ struct stat
    #endif
+
    #if !defined (S_IFMT)
   -#define S_IFMT   0160000  /* Mask for file type */
   +#define S_IFMT   0170000  /* Mask for file type */