summaryrefslogtreecommitdiffstats
path: root/bin/pax/pax.1
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-05-08 06:19:06 +0000
committerkris <kris@FreeBSD.org>2001-05-08 06:19:06 +0000
commit6f2ea93cf4d39dc17b5fff4bc84a55d6562c8cd4 (patch)
tree63ec355a438835dcc12c39eb54e9e286c4f71426 /bin/pax/pax.1
parent7ecc59e45de1a67ed22b32856a18f28bb30d36e6 (diff)
downloadFreeBSD-src-6f2ea93cf4d39dc17b5fff4bc84a55d6562c8cd4.zip
FreeBSD-src-6f2ea93cf4d39dc17b5fff4bc84a55d6562c8cd4.tar.gz
Sync up with OpenBSD. Too many changes to note, but the major features
are: * Implement cpio compatibility mode when pax is invoked as cpio * Extend tar compatibility mode to cover many of the GNU tar single-letter options (bzip2 mode, aka -y/-j is not present in OpenBSD). When invoked as tar, pax is now full-featured enough for use by the ports collection to extract distfiles and create packages. * Many bug fixes to the operation of pax and the tar compatibility modes * Code fixes for things like correct string buffer termination. I tried to preserve existing FreeBSD fixes to this utility; please let me know if I have inadvertently spammed something.
Diffstat (limited to 'bin/pax/pax.1')
-rw-r--r--bin/pax/pax.18
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index 88a11eb..b51f534 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -403,7 +403,10 @@ block the output at a positive decimal integer number of
bytes per write to the archive file.
The
.Ar blocksize
-must be a multiple of 512 bytes with a maximum of 32256 bytes.
+must be a multiple of 512 bytes with a maximum of 64512 bytes.
+Archives larger than 32256 bytes violate the
+.Tn POSIX
+standard and will not be portable to all systems.
A
.Ar blocksize
can end with
@@ -1130,6 +1133,9 @@ and
operations are extensions to the
.Tn POSIX
standard.
+.Sh SEE ALSO
+.Xr tar 1 ,
+.Xr cpio 1
.Sh AUTHORS
.An Keith Muller
at the University of California, San Diego
OpenPOWER on IntegriCloud