diff options
author | 2006-05-12 11:55:58 +0000 | |
---|---|---|
committer | 2006-05-12 11:55:58 +0000 | |
commit | bdbe31650fdc2e1822c04f43133b811e4cd09f78 (patch) | |
tree | 3c7434aa9de190a797e8bf07717e5ef80310b801 | |
parent | remove an 'is' from the comment to make the sentence correct. (diff) | |
download | wireguard-openbsd-bdbe31650fdc2e1822c04f43133b811e4cd09f78.tar.xz wireguard-openbsd-bdbe31650fdc2e1822c04f43133b811e4cd09f78.zip |
32256 is the (posix) block size limit, not archive size limit;
from coleman kane;
ok otto
-rw-r--r-- | bin/pax/pax.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 644d2a2d8bc..5b57761c6ed 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.47 2006/03/25 07:53:47 ray Exp $ +.\" $OpenBSD: pax.1,v 1.48 2006/05/12 11:55:58 jmc Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -314,7 +314,7 @@ 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 +Archive block sizes larger than 32256 bytes violate the .Tn POSIX standard and will not be portable to all systems. A |