Module Name: src
Committed By: christos
Date: Sun Jun 19 02:22:37 UTC 2011
Modified Files:
src/usr.bin/gzip: gzip.1
Log Message:
cross reference xz.1
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 src/usr.bin/gzip/gzip.1:1.21
--- src/usr.bin/gzip/gzip.1:1.20 Wed Apr 1 04:15:37 2009
+++ src/usr.bin/gzip/gzip.1 Sat Jun 18 22:22:36 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: gzip.1,v 1.20 2009/04/01 08:15:37 mrg Exp $
+.\" $NetBSD: gzip.1,v 1.21 2011/06/19 02:22:36 christos 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 April 1, 2009
+.Dd June 18, 2011
.Dt GZIP 1
.Os
.Sh NAME
@@ -171,6 +171,7 @@
.Sh SEE ALSO
.Xr bzip2 1 ,
.Xr compress 1 ,
+.Xr xz 1 ,
.Xr fts 3 ,
.Xr zlib 3
.Sh HISTORY