X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gzip.1;h=ffc804164c04c0a8481b60285df0642cc543e94f;hb=83223a0c7bbc239a4320f02fe0c9cc1006d97ec4;hp=67148fc10aad9122c7dc7b245c64ee2a07e4a27b;hpb=9110d11ac01350aa968fe02f209d51ca7f0b4d50;p=debian%2Fgzip diff --git a/gzip.1 b/gzip.1 index 67148fc..ffc8041 100644 --- a/gzip.1 +++ b/gzip.1 @@ -56,7 +56,7 @@ keeps the original file name and timestamp in the compressed file. These are used when decompressing the file with the .B \-N option. This is useful when the compressed file name was truncated or -when the time stamp was not preserved after a file transfer. +when the timestamp was not preserved after a file transfer. .PP Compressed files can be restored to their original form using .I gzip -d @@ -238,7 +238,7 @@ displayed: method: compression method crc: the 32-bit CRC of the uncompressed data - date & time: time stamp for the uncompressed file + date & time: timestamp for the uncompressed file The compression methods currently supported are deflate, compress, lzh (SCO compress -H) and pack. The crc is given as ffffffff for a file @@ -257,20 +257,20 @@ Display the license and quit. .TP .B \-n --no-name -When compressing, do not save the original file name and time stamp by +When compressing, do not save the original file name and timestamp by default. (The original name is always saved if the name had to be truncated.) When decompressing, do not restore the original file name if present (remove only the .I gzip suffix from the compressed file name) and do not restore the original -time stamp if present (copy it from the compressed file). This option +timestamp if present (copy it from the compressed file). This option is the default when decompressing. .TP .B \-N --name -When compressing, always save the original file name and time stamp; this +When compressing, always save the original file name and timestamp; this is the default. When decompressing, restore the original file name and -time stamp if present. This option is useful on systems which have -a limit on file name length or when the time stamp has been lost after +timestamp if present. This option is useful on systems which have +a limit on file name length or when the timestamp has been lost after a file transfer. .TP .B \-q --quiet