X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Fgzip.texi;h=ca1e62378a1cbcf5d5e6cdd535176fda1ca5c373;hb=d49274f4ed038cfb361d634dc78143759ffc7a0d;hp=8220960326b622a4f76a232a1ea61654f96459a0;hpb=6f6a3d158959b5b3dc1f067f89c21e5303b91ba4;p=debian%2Fgzip diff --git a/doc/gzip.texi b/doc/gzip.texi index 8220960..ca1e623 100644 --- a/doc/gzip.texi +++ b/doc/gzip.texi @@ -1,6 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename gzip.info +@documentencoding UTF-8 @include version.texi @settitle GNU Gzip @finalout @@ -11,7 +12,7 @@ This manual is for GNU Gzip (version @value{VERSION}, @value{UPDATED}), and documents commands for compressing and decompressing data. -Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2012 Free Software +Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Copyright @copyright{} 1992, 1993 Jean-loup Gailly @@ -79,13 +80,13 @@ Free Documentation License''. @chapter Overview @cindex overview -@command{gzip} reduces the size of the named files using Lempel-Ziv coding +@command{gzip} reduces the size of the named files using Lempel--Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension @samp{.gz}, while keeping the same ownership modes, access and -modification times. (The default extension is @samp{-gz} for @abbr{VMS}, +modification times. (The default extension is @samp{z} for @abbr{MSDOS}, @abbr{OS/2} @abbr{FAT} and Atari.) If no files are specified or -if a file name is "-", the standard input is compressed to the standard +if a file name is @file{-}, the standard input is compressed to the standard output. @command{gzip} will only attempt to compress regular files. In particular, it will ignore symbolic links. @@ -97,15 +98,15 @@ For example, if file names are limited to 14 characters, gzip.msdos.exe is compressed to gzi.msd.exe.gz. Names are not truncated on systems which do not have a limit on file name length. -By default, @command{gzip} keeps the original file name and time stamp in +By default, @command{gzip} keeps the original file name and timestamp in the compressed file. These are used when decompressing the file with the @option{-N} option. This is useful when the compressed file name was -truncated or when the time stamp was not preserved after a file +truncated or when the timestamp was not preserved after a file transfer. However, due to limitations in the current @command{gzip} file -format, fractional seconds are discarded. Also, time stamps must fall -within the range 1970-01-01 00:00:00 through 2106-02-07 06:28:15 -@abbr{UTC}, and hosts whose operating systems use 32-bit time -stamps are further restricted to time stamps no later than 2038-01-19 +format, fractional seconds are discarded. Also, timestamps must fall +within the range 1970-01-01 00:00:01 through 2106-02-07 06:28:15 +@abbr{UTC}, and hosts whose operating systems use 32-bit timestamps +are further restricted to timestamps no later than 2038-01-19 03:14:07 @abbr{UTC}. The upper bounds assume the typical case where leap seconds are ignored. @@ -140,7 +141,7 @@ its input, and happily generates garbage output. The @abbr{SCO} @samp{compress also allows some consistency checks. Files created by @command{zip} can be uncompressed by @command{gzip} only if -they have a single member compressed with the 'deflation' method. This +they have a single member compressed with the ``deflation'' method. This feature is only intended to help conversion of @file{tar.zip} files to the @file{tar.gz} format. To extract a @command{zip} file with a single member, use a command like @samp{gunzip