[BACK]Return to gzip.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / compress

Diff for /src/usr.bin/compress/gzip.1 between version 1.15 and 1.16

version 1.15, 2022/03/14 21:52:08 version 1.16, 2022/10/22 14:41:27
Line 83 
Line 83 
 files by removing the extension (or by using the stored name if the  files by removing the extension (or by using the stored name if the
 .Fl N  .Fl N
 flag is specified).  flag is specified).
 It has the ability to restore files compressed by both  It has the ability to restore files compressed by
 .Nm  .Nm ,
 and  
 .Xr compress 1 ,  .Xr compress 1 ,
   and
   .Xr zip 1 ,
 recognising the following extensions:  recognising the following extensions:
 .Dq .Z ,  .Dq .Z ,
 .Dq -Z ,  .Dq -Z ,
Line 101 
Line 102 
 .Dq -taz ,  .Dq -taz ,
 and  and
 .Dq _taz .  .Dq _taz .
   The
   .Fl S
   option can be used to support other file extensions.
 Extensions ending in  Extensions ending in
 .Dq tgz  .Dq tgz
 and  and
 .Dq taz  .Dq taz
 are not removed when decompressing, instead they are converted to  are not removed when decompressing, instead they are converted to
 .Dq tar .  .Dq tar .
   Files in zip format are only supported if they contain a single member
   either compressed with the deflate scheme or stored uncompressed.
 .Pp  .Pp
 The  The
 .Nm gzcat  .Nm gzcat
Line 242 
Line 248 
 .Nm  .Nm
 will descend into specified directories.  will descend into specified directories.
 .It Fl S Ar suffix  .It Fl S Ar suffix
 Set the suffix for compressed files.  When compressing, use the specified
   .Ar suffix
   as the extension when creating output files.
   When uncompressing, recognize file names with the specified
   .Ar suffix
   as compressed files.
 .It Fl t  .It Fl t
 Test the integrity of each file leaving any files intact.  Test the integrity of each file leaving any files intact.
 .It Fl V  .It Fl V

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16