document --xz

This commit is contained in:
christos 2011-06-19 00:55:09 +00:00
parent 40b41259f0
commit 9f641b5c29
3 changed files with 19 additions and 7 deletions

View File

@ -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 @@ Follow symbolic links.
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

View File

@ -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 @@ file pathname length, file size, link pathname length and the type of the file.
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

View File

@ -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 @@ This option causes
.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