[BACK]Return to README CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/Attic/README between version 1.4 and 1.5

version 1.4, 2008/05/08 01:40:56 version 1.5, 2009/04/24 18:54:34
Line 1 
Line 1 
 @(#) $OpenBSD$  
 ** README for file(1) Command **  ** README for file(1) Command **
   @(#) $OpenBSD$
   
   E-mail: christos@astron.com
   Mailing List: file@mx.gw.com
   
   Phone: Do not even think of telephoning me about this program. Send cash first!
   
 This is Release 4.x of Ian Darwin's (copyright but distributable)  This is Release 4.x of Ian Darwin's (copyright but distributable)
 file(1) command. This version is the standard "file" command for Linux,  file(1) command. This version is the standard "file" command for Linux,
 *BSD, and other systems. (See "patchlevel.h" for the exact release number).  *BSD, and other systems. (See "patchlevel.h" for the exact release number).
Line 71 
Line 76 
 compress.c - on-the-fly decompression.  compress.c - on-the-fly decompression.
 print.c - print results, errors, warnings.  print.c - print results, errors, warnings.
   
   You can download the latest version of file from:
   
           ftp://ftp.astron.com/pub/file/
   
 If your gzip sometimes fails to decompress things complaining about a short  If your gzip sometimes fails to decompress things complaining about a short
 file, apply this patch [which is going to be in the next version of gzip]:  file, apply this patch [which is going to be in the next version of gzip]:
 *** -   Tue Oct 29 02:06:35 1996  *** -   Tue Oct 29 02:06:35 1996
Line 84 
Line 93 
         read_error();          read_error();
       }        }
       bytes_in += (ulg)insize;        bytes_in += (ulg)insize;
   
 E-mail: christos@astron.com  
   
 Phone: Do not even think of telephoning me about this program. Send cash first!  
   
 Parts of this software were developed at SoftQuad Inc., developers  Parts of this software were developed at SoftQuad Inc., developers
 of SGML/HTML/XML publishing software, in Toronto, Canada.  of SGML/HTML/XML publishing software, in Toronto, Canada.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5