[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.14 and 1.15

version 1.14, 2014/10/07 21:06:30 version 1.15, 2022/03/14 21:52:08
Line 43 
Line 43 
 .Nd compress and expand data (deflate mode)  .Nd compress and expand data (deflate mode)
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm gzip  .Nm gzip
 .Op Fl 123456789cdfhLlNnOqrtVv  .Op Fl 123456789cdfhkLlNnOqrtVv
 .Op Fl b Ar bits  .Op Fl b Ar bits
 .Op Fl o Ar filename  .Op Fl o Ar filename
 .Op Fl S Ar suffix  .Op Fl S Ar suffix
 .Op Ar  .Op Ar
 .Nm gunzip  .Nm gunzip
 .Op Fl cfhLlNnqrtVv  .Op Fl cfhkLlNnqrtVv
 .Op Fl o Ar filename  .Op Fl o Ar filename
 .Op Ar  .Op Ar
 .Nm gzcat  .Nm gzcat
Line 183 
Line 183 
 .Xr cat 1 .  .Xr cat 1 .
 .It Fl h  .It Fl h
 Print a short help message.  Print a short help message.
   .It Fl k
   Keep input files after compression or decompression.
 .It Fl L  .It Fl L
 A no-op which exists for compatibility only.  A no-op which exists for compatibility only.
 On GNU gzip, it displays the program's license.  On GNU gzip, it displays the program's license.

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