diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-05-03 13:57:00 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-05-03 13:57:00 +0200 |
commit | e8efd0a2421994dcc0a8731d82be2301f19e9d09 (patch) | |
tree | 4e8f4ce110f521b2020dd49aa4c856c29aa4d0fa | |
parent | d1905d806330134d2fa65054d141cbc138d4fd9d (diff) |
mkpaqfs(8): correct maximum block size (from erik quanstros mkpaqfsman patch)
-rw-r--r-- | sys/man/8/mkpaqfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/8/mkpaqfs b/sys/man/8/mkpaqfs index c9d8b391c..33a1cc9d3 100644 --- a/sys/man/8/mkpaqfs +++ b/sys/man/8/mkpaqfs @@ -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. |