Module Name:    src
Committed By:   christos
Date:           Sun Jun 19 00:55:09 UTC 2011

Modified Files:
        src/bin/pax: cpio.1 pax.1 tar.1

Log Message:
document --xz


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/bin/pax/cpio.1
cvs rdiff -u -r1.59 -r1.60 src/bin/pax/pax.1
cvs rdiff -u -r1.30 -r1.31 src/bin/pax/tar.1

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

Modified files:

Index: src/bin/pax/cpio.1
diff -u src/bin/pax/cpio.1:1.11 src/bin/pax/cpio.1:1.12
--- src/bin/pax/cpio.1:1.11	Sun Dec  2 16:16:02 2007
+++ src/bin/pax/cpio.1	Sat Jun 18 20:55:09 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpio.1,v 1.11 2007/12/02 21:16:02 wiz Exp $
+.\" $NetBSD: cpio.1,v 1.12 2011/06/19 00:55:09 christos Exp $
 .\"
 .\" Copyright (c) 1997 SigmaSoft, Th. Lockert
 .\" All rights reserved.
@@ -120,9 +120,13 @@
 Be verbose about operations.
 List filenames as they are written to the archive.
 .It Fl z
-Compress archive using
+Compress/decompress archive using
 .Xr gzip 1
 format.
+.It Fl -xz
+Compress/decompress archive using
+.Xr xz 1
+format.
 .It Fl Z
 Compress archive using
 .Xr compress 1

Index: src/bin/pax/pax.1
diff -u src/bin/pax/pax.1:1.59 src/bin/pax/pax.1:1.60
--- src/bin/pax/pax.1:1.59	Sat Jun 19 07:16:31 2010
+++ src/bin/pax/pax.1	Sat Jun 18 20:55:09 2011
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pax.1,v 1.59 2010/06/19 11:16:31 wiz Exp $
+.\"    $NetBSD: pax.1,v 1.60 2011/06/19 00:55:09 christos Exp $
 .\"
 .\" Copyright (c) 1992 Keith Muller.
 .\" Copyright (c) 1992, 1993
@@ -33,7 +33,7 @@
 .\"
 .\"	@(#)pax.1	8.4 (Berkeley) 4/18/94
 .\"
-.Dd June 18, 2010
+.Dd June 18, 2011
 .Dt PAX 1
 .Os
 .Sh NAME
@@ -744,6 +744,10 @@
 Use
 .Xr gzip 1
 compression, when reading or writing archive files.
+.It Fl -xz
+Use
+.Xr xz 1
+compression, when reading or writing archive files.
 .It Fl A
 Do not strip leading `/'s from file names.
 .It Fl B Ar bytes

Index: src/bin/pax/tar.1
diff -u src/bin/pax/tar.1:1.30 src/bin/pax/tar.1:1.31
--- src/bin/pax/tar.1:1.30	Mon Apr  5 12:16:53 2010
+++ src/bin/pax/tar.1	Sat Jun 18 20:55:09 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: tar.1,v 1.30 2010/04/05 16:16:53 joerg Exp $
+.\" $NetBSD: tar.1,v 1.31 2011/06/19 00:55:09 christos Exp $
 .\"
 .\" Copyright (c) 1996 SigmaSoft, Th. Lockert
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\"
 .\"	OpenBSD: tar.1,v 1.28 2000/11/09 23:58:56 aaron Exp
 .\"
-.Dd March 23, 2010
+.Dd June 18, 2011
 .Dt TAR 1
 .Os
 .Sh NAME
@@ -209,8 +209,12 @@
 .Nm
 to prompt the user for the filename to use when storing or
 extracting files in an archive.
+.It Fl -xz
+Compress/decompress archive using 
+.Xr xz  1 .
 .It Fl z , -gzip , -gunzip
-Compress archive using gzip.
+Compress/decompress archive using
+.Xr gzip 1 .
 .It Fl B , -read-full-blocks
 Reassemble small reads into full blocks (For reading from 4.2BSD pipes).
 .It Fl C Ar directory , Fl -directory Ar directory

Reply via email to