Mention a limitation that was inherted from RFC1952, making

it impossible to obtain correct file size from a file that
is larger than 4GB before compression.

PR:		bin/110329
MFC after:	1 week
This commit is contained in:
Xin LI 2007-03-16 03:50:53 +00:00
parent b51126da52
commit 2bab61b0b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167627

View File

@ -27,7 +27,7 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
.Dd January 26, 2007
.Dd March 16, 2007
.Dt GZIP 1
.Os
.Sh NAME
@ -200,3 +200,11 @@ This implementation of
.Nm
was written by
.An Matthew R. Green Aq mrg@eterna.com.au .
.Sh BUGS
According to RFC 1952, the recorded file size is stored in a 32-bit
integer and therefore it can not represent files that is bigger than
4GB in size. This limitation also applies to
.Fl l
option of
.Nm
utility.