[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.2 and 1.3

version 1.2, 2007/01/31 04:25:52 version 1.3, 2007/04/04 13:09:14
Line 126 
Line 126 
 reduction in size and file overwriting are not performed, the input file is  reduction in size and file overwriting are not performed, the input file is
 not removed, and the attributes of the input file are not retained.  not removed, and the attributes of the input file are not retained.
 .Pp  .Pp
   By default, when compressing, the original file name and time stamp
   is stored in the compressed file.
   When uncompressing, this information is not used.
   Instead, the uncompressed file inherits the time stamp of the
   compressed version and the uncompressed file name is generated from
   the name of the compressed file as described above.
   These defaults may be overridden by the
   .Fl N
   and
   .Fl n
   flags, described below.
   .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl 1...9  .It Fl 1...9
Line 211 
Line 223 
 is printed instead).  is printed instead).
 .El  .El
 .It Fl N  .It Fl N
 When compressing, save the original file name and time stamp in the  
 compressed file.  
 This information is saved by default.  
 When uncompressing or listing, use the time stamp and file name stored  When uncompressing or listing, use the time stamp and file name stored
 in the compressed file, if any, for the uncompressed version.  in the compressed file, if any, for the uncompressed version.
 .It Fl n  .It Fl n
 When compressing, do not save the original file name and time stamp.  When compressing, do not store the original file name and time stamp
 This information is saved by default.  in the
 When uncompressing, do not restore the original file name and time stamp.  .Nm
 By default, the uncompressed file inherits the time stamp of the  header.
 compressed version and the uncompressed file name is generated from  
 the name of the compressed file name as described above.  
 .It Fl O  .It Fl O
 Use old compression method  Use old compression method
 (force  (force

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3