diff options
Diffstat (limited to 'archivers/gzip/files/patch-gzip.1')
-rw-r--r-- | archivers/gzip/files/patch-gzip.1 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/archivers/gzip/files/patch-gzip.1 b/archivers/gzip/files/patch-gzip.1 new file mode 100644 index 000000000000..319802792e35 --- /dev/null +++ b/archivers/gzip/files/patch-gzip.1 @@ -0,0 +1,30 @@ +--- gzip.1.orig Fri Dec 8 14:45:37 2006 ++++ gzip.1 Tue Jun 5 21:44:20 2007 +@@ -4,7 +4,7 @@ + .SH SYNOPSIS + .ll +8 + .B gzip +-.RB [ " \-acdfhlLnNrtvV19 " ] ++.RB [ " \-acdfhklLnNrtvV19 " ] + .RB [ \-S\ suffix ] + [ + .I "name \&..." +@@ -12,7 +12,7 @@ + .ll -8 + .br + .B gunzip +-.RB [ " \-acfhlLnNrtvV " ] ++.RB [ " \-acfhklLnNrtvV " ] + .RB [ \-S\ suffix ] + [ + .I "name \&..." +@@ -223,6 +223,9 @@ + .TP + .B \-h --help + Display a help screen and quit. ++.TP ++.B \-k --keep ++Keep (don't delete) input files during compression or decompression. + .TP + .B \-l --list + For each compressed file, list the following fields: |