mkpaqfs(8): correct maximum block size (from erik quanstros mkpaqfsman patch)

This commit is contained in:
cinap_lenrek 2013-05-03 13:57:00 +02:00
parent d1905d8063
commit e8efd0a242

View file

@ -35,7 +35,7 @@ The files and directory structure are divided into
byte blocks.
Larger blocks make large files more compact but take longer to access.
.I Blocksize
must be in the range of 512 bytes to 52K bytes.
must be in the range of 512 bytes to 512K bytes.
If the
.B -u
option is set, the blocks are not compressed.