Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/pax document --xz



details:   https://anonhg.NetBSD.org/src/rev/05a1bfe3624c
branches:  trunk
changeset: 766217:05a1bfe3624c
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 19 00:55:09 2011 +0000

description:
document --xz

diffstat:

 bin/pax/cpio.1 |   8 ++++++--
 bin/pax/pax.1  |   8 ++++++--
 bin/pax/tar.1  |  10 +++++++---
 3 files changed, 19 insertions(+), 7 deletions(-)

diffs (85 lines):

diff -r 57af787bbbb1 -r 05a1bfe3624c bin/pax/cpio.1
--- a/bin/pax/cpio.1    Sun Jun 19 00:43:54 2011 +0000
+++ b/bin/pax/cpio.1    Sun Jun 19 00:55:09 2011 +0000
@@ -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
diff -r 57af787bbbb1 -r 05a1bfe3624c bin/pax/pax.1
--- a/bin/pax/pax.1     Sun Jun 19 00:43:54 2011 +0000
+++ b/bin/pax/pax.1     Sun Jun 19 00:55:09 2011 +0000
@@ -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
diff -r 57af787bbbb1 -r 05a1bfe3624c bin/pax/tar.1
--- a/bin/pax/tar.1     Sun Jun 19 00:43:54 2011 +0000
+++ b/bin/pax/tar.1     Sun Jun 19 00:55:09 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index