diff options
| author | Coleman Kane <cokane@FreeBSD.org> | 2006-05-10 20:32:57 +0000 |
|---|---|---|
| committer | Coleman Kane <cokane@FreeBSD.org> | 2006-05-10 20:32:57 +0000 |
| commit | 6ff45b4e359dda3461826bd092bd8b1be2e7d572 (patch) | |
| tree | 811d9665fb5c3b6282a40af82b9068fe470a627a /bin | |
| parent | da1081964cf8bbc5c74926e6716fab4add5a215f (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/pax/pax.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 05934044674f..0a93e8a4731c 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -394,8 +394,9 @@ 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 64512 bytes. -Archives larger than 32256 bytes violate the +must be a multiple of 512 bytes with a maximum of 64512 bytes. A +.Ar blocksize +larger than 32256 bytes violates the .Tn POSIX standard and will not be portable to all systems. A |
