Module Name:    src
Committed By:   wiz
Date:           Mon Apr  6 21:41:17 UTC 2015

Modified Files:
        src/usr.bin/gzip: gzip.1

Log Message:
Document xz decompression support better. From Joachim Henke on netbsd-docs.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/gzip/gzip.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/gzip/gzip.1
diff -u src/usr.bin/gzip/gzip.1:1.24 src/usr.bin/gzip/gzip.1:1.25
--- src/usr.bin/gzip/gzip.1:1.24	Tue Jan 13 02:37:20 2015
+++ src/usr.bin/gzip/gzip.1	Mon Apr  6 21:41:17 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: gzip.1,v 1.24 2015/01/13 02:37:20 mrg Exp $
+.\"	$NetBSD: gzip.1,v 1.25 2015/04/06 21:41:17 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 2003, 2004 Matthew R. Green
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 13, 2015
+.Dd April 6, 2015
 .Dt GZIP 1
 .Os
 .Sh NAME
@@ -92,9 +92,10 @@ options are enabled.
 This version of
 .Nm
 is also capable of decompressing files compressed using
-.Xr compress 1
+.Xr compress 1 ,
+.Xr bzip2 1 ,
 or
-.Xr bzip2 1 .
+.Xr xz 1 .
 .Sh OPTIONS
 The following options are available:
 .Bl -tag -width XXrXXXrecursiveX

Reply via email to