Imported Debian patch 1.5-15
[debian/pax] / pax.1
diff --git a/pax.1 b/pax.1
index acfb48979ad27aad7e7572cb31509665ff56ee9d..092b2db7de757c44d6fcbf426f1fb0f17c5f7432 100644 (file)
--- a/pax.1
+++ b/pax.1
@@ -46,7 +46,7 @@
 .Nd read and write file archives and copy directory hierarchies
 .Sh SYNOPSIS
 .Nm pax
-.Op Fl cdnv
+.Op Fl cdjnvz
 .Bk -words
 .Op Fl f Ar archive
 .Ek
@@ -73,7 +73,7 @@
 .Op Ar pattern ...
 .Nm pax
 .Fl r
-.Op Fl cdiknuvDYZ
+.Op Fl cdijknuvzDYZ
 .Bk -words
 .Op Fl f Ar archive
 .Ek
 .Op Ar pattern ...
 .Nm pax
 .Fl w
-.Op Fl dituvHLPX
+.Op Fl dijtuvzHLPX
 .Bk -words
 .Op Fl b Ar blocksize
 .Ek
@@ -480,6 +480,8 @@ will immediately exit with a non-zero exit status if
 is encountered when reading a response or if
 .Pa /dev/tty
 cannot be opened for reading and writing.
+.It Fl j
+Filter archive through bzip2.
 .It Fl k
 Do not overwrite existing files.
 .It Fl l
@@ -695,7 +697,7 @@ currently supports the following formats:
 .Bl -tag -width "sv4cpio"
 .It Ar cpio
 The extended cpio interchange format specified in the
-.St -p1003.2
+.St -p1003.1
 standard.
 The default blocksize for this format is 5120 bytes.
 Inode and device information about a file (used for detecting file hard links
@@ -743,7 +745,7 @@ This option takes the form:
 .Dl Fl o Cm write_opt=nodir
 .It Ar ustar
 The extended tar interchange format specified in the
-.St -p1003.2
+.St -p1003.1
 standard.
 The default blocksize for this format is 10240 bytes.
 Pathnames stored by this format must be 250 characters or less in length.
@@ -756,6 +758,8 @@ The individual archive formats may impose additional restrictions on use.
 Typical archive format restrictions include (but are not limited to):
 file pathname length, file size, link pathname length, and the type of the
 file.
+.It Fl j
+Filter archive through bzip2.
 .It Fl B Ar bytes
 Limit the number of bytes written to a single archive volume to
 .Ar bytes .
@@ -1098,9 +1102,11 @@ files with the same name found in the source file tree
 The
 .Nm pax
 utility is a superset of the
-.St -p1003.2
+.St -p1003.1
 standard.
 The options
+.Fl j ,
+.Fl z ,
 .Fl B ,
 .Fl D ,
 .Fl E ,