diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-05-08 06:19:06 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-05-08 06:19:06 +0000 |
| commit | b1787dec81c3778be385415c3eb6deaa6ba96ad2 (patch) | |
| tree | 4c0c1558c9427a41484d731ddd165874d5d75504 /bin/pax/pax.1 | |
| parent | 84b00588d8e6eeea54035b7985608528d15b5824 (diff) | |
Notes
Diffstat (limited to 'bin/pax/pax.1')
| -rw-r--r-- | bin/pax/pax.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 88a11eba291e6..b51f5346f3e7f 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 |
