mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Fix the wording about the blocksize (-b) parameter. The existing
wording makes it look like pax archives > 32256 bytes are not POSIX-compliant! Correct this to state that pax archives with block sizes > 32256 are not POSIX compliant...and settle our fears. PR: docs/97059 Reviewed by: Giorgos Keramidas <keramida>
This commit is contained in:
parent
da1081964c
commit
6ff45b4e35
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue