gzip.1 (10b3b54548f2290bbe8d8f88c59c28d12b7a635d) gzip.1 (feeb03b2c8a08d6696f7f170e4d006e5d5cb9b8b)
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 June 24, 2009
28.Dd April 7, 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

--- 163 unchanged lines hidden (view full) ---

200.Nm
201program for
202.Nx 2.0 .
203.Pp
204This implementation of
205.Nm
206was ported based on the
207.Nx
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

--- 163 unchanged lines hidden (view full) ---

200.Nm
201program for
202.Nx 2.0 .
203.Pp
204This implementation of
205.Nm
206was ported based on the
207.Nx
208.Nm
20920090412, and first appeared in
208.Nm ,
209and first appeared in
210.Fx 7.0 .
211.Sh AUTHORS
210.Fx 7.0 .
211.Sh AUTHORS
212.An -nosplit
212This implementation of
213.Nm
214was written by
213This implementation of
214.Nm
215was written by
215.An Matthew R. Green Aq mrg@eterna.com.au .
216.An Matthew R. Green Aq mrg@eterna.com.au
217with unpack support written by
218.An Xin LI Aq delphij@FreeBSD.org .
216.Sh BUGS
217According to RFC 1952, the recorded file size is stored in a 32-bit
218integer and therefore it can not represent files that is bigger than
2194GB in size. This limitation also applies to
220.Fl l
221option of
222.Nm
223utility.
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
223.Fl l
224option of
225.Nm
226utility.