gzip.1 (87c3644c644a91a07250c36f34f77e531c0d7841) | gzip.1 (140c037a0c2a9997938dbcb45628993872bc7f5d) |
---|---|
1.\" $NetBSD: gzip.1,v 1.20 2009/04/01 08:15:37 mrg Exp $ | 1.\" $NetBSD: gzip.1,v 1.21 2011/06/19 02:22:36 christos 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: 9.\" 1. Redistributions of source code must retain the above copyright --- 10 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$ | 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: 9.\" 1. Redistributions of source code must retain the above copyright --- 10 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 May 23, 2011 | 28.Dd October 9, 2011 |
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 --- 143 unchanged lines hidden (view full) --- 180.Ev GZIP 181is set, it is parsed as a white-space separated list of options 182handled before any options on the command line. 183Options on the command line will override anything in 184.Ev GZIP . 185.Sh SEE ALSO 186.Xr bzip2 1 , 187.Xr compress 1 , | 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 --- 143 unchanged lines hidden (view full) --- 180.Ev GZIP 181is set, it is parsed as a white-space separated list of options 182handled before any options on the command line. 183Options on the command line will override anything in 184.Ev GZIP . 185.Sh SEE ALSO 186.Xr bzip2 1 , 187.Xr compress 1 , |
188.Xr xz 1 , |
|
188.Xr fts 3 , 189.Xr zlib 3 190.Sh HISTORY 191The 192.Nm 193program was originally written by Jean-loup Gailly, licensed under 194the GNU Public Licence. 195Matthew R. Green wrote a simple front end for --- 31 unchanged lines hidden --- | 189.Xr fts 3 , 190.Xr zlib 3 191.Sh HISTORY 192The 193.Nm 194program was originally written by Jean-loup Gailly, licensed under 195the GNU Public Licence. 196Matthew R. Green wrote a simple front end for --- 31 unchanged lines hidden --- |