summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-06-11 07:42:51 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-06-11 07:42:51 +0000
commit826b2a4394f2d15c99baac1de1bccb139ad0194a (patch)
tree1c1a0df4e5175ec59205f2b3b38d42a26ce5184d
parentf023135bd485d5f78da7ea2ca7a6e3e0a8f37c4d (diff)
(sorry pval) some missing -j bits;
-rw-r--r--bin/pax/cpio.17
-rw-r--r--bin/pax/pax.14
2 files changed, 7 insertions, 4 deletions
diff --git a/bin/pax/cpio.1 b/bin/pax/cpio.1
index cfe407c4fac..6ee5fadb5ad 100644
--- a/bin/pax/cpio.1
+++ b/bin/pax/cpio.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cpio.1,v 1.27 2008/06/11 00:49:08 pvalchev Exp $
+.\" $OpenBSD: cpio.1,v 1.28 2008/06/11 07:42:50 jmc Exp $
.\"
.\" Copyright (c) 1997 SigmaSoft, Th. Lockert
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: cpio.1,v 1.27 2008/06/11 00:49:08 pvalchev Exp $
+.\" $OpenBSD: cpio.1,v 1.28 2008/06/11 07:42:50 jmc Exp $
.\"
.Dd $Mdocdate: June 11 2008 $
.Dt CPIO 1
@@ -184,6 +184,9 @@ Old tar format.
.It Ar ustar
POSIX ustar format.
.El
+.It Fl j
+Uncompress archive using the bzip2 format.
+The bzip2 utility must be installed separately.
.It Fl m
Restore modification times on files.
.It Fl r
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index 888e9acb5de..d9ef442bbf6 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pax.1,v 1.53 2008/06/11 00:49:08 pvalchev Exp $
+.\" $OpenBSD: pax.1,v 1.54 2008/06/11 07:42:50 jmc Exp $
.\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $
.\"
.\" Copyright (c) 1992 Keith Muller.
@@ -1147,7 +1147,7 @@ utility is compliant with the
specification.
.Pp
The flags
-.Op Fl 0BDEGHLOPTUYZz ,
+.Op Fl 0BDEGHjLOPTUYZz ,
the archive formats
.Em bcpio ,
.Em sv4cpio ,