gzip.1 (a9de89ae433221c11cbde45ab9c35cb892737f39) | gzip.1 (1edd4fcd23cf1ca4e2f8bfdd539ee0f60c4d6e65) |
---|---|
1.\" $NetBSD: gzip.1,v 1.20 2009/04/01 08:15:37 mrg Exp $ 2.\" 3.\" Copyright (c) 1997, 2003, 2004 Matthew R. Green 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 11 unchanged lines hidden (view full) --- 20.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 21.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 22.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 23.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25.\" SUCH DAMAGE. 26.\" 27.\" $FreeBSD$ | 1.\" $NetBSD: gzip.1,v 1.20 2009/04/01 08:15:37 mrg Exp $ 2.\" 3.\" Copyright (c) 1997, 2003, 2004 Matthew R. Green 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 11 unchanged lines hidden (view full) --- 20.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 21.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 22.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 23.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25.\" SUCH DAMAGE. 26.\" 27.\" $FreeBSD$ |
28.Dd April 7, 2010 | 28.Dd April 27, 2010 |
29.Dt GZIP 1 30.Os 31.Sh NAME 32.Nm gzip 33.Nd compression/decompression tool using Lempel-Ziv coding (LZ77) 34.Sh SYNOPSIS 35.Nm 36.Op Fl cdfhkLlNnqrtVv --- 176 unchanged lines hidden (view full) --- 213This implementation of 214.Nm 215was written by 216.An Matthew R. Green Aq mrg@eterna.com.au 217with unpack support written by 218.An Xin LI Aq delphij@FreeBSD.org . 219.Sh BUGS 220According to RFC 1952, the recorded file size is stored in a 32-bit | 29.Dt GZIP 1 30.Os 31.Sh NAME 32.Nm gzip 33.Nd compression/decompression tool using Lempel-Ziv coding (LZ77) 34.Sh SYNOPSIS 35.Nm 36.Op Fl cdfhkLlNnqrtVv --- 176 unchanged lines hidden (view full) --- 213This implementation of 214.Nm 215was written by 216.An Matthew R. Green Aq mrg@eterna.com.au 217with unpack support written by 218.An Xin LI Aq delphij@FreeBSD.org . 219.Sh BUGS 220According to RFC 1952, the recorded file size is stored in a 32-bit |
221integer and therefore it can not represent files that is bigger than 2224GB in size. This limitation also applies to | 221integer, therefore, it can not represent files larger than 4GB. 222This limitation also applies to |
223.Fl l 224option of 225.Nm 226utility. | 223.Fl l 224option of 225.Nm 226utility. |