summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-05-03 13:57:00 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-05-03 13:57:00 +0200
commite8efd0a2421994dcc0a8731d82be2301f19e9d09 (patch)
tree4e8f4ce110f521b2020dd49aa4c856c29aa4d0fa
parentd1905d806330134d2fa65054d141cbc138d4fd9d (diff)
mkpaqfs(8): correct maximum block size (from erik quanstros mkpaqfsman patch)
-rw-r--r--sys/man/8/mkpaqfs2
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.