git: 9front

Download patch

ref: f50d02c20713102e9b90e63f7f982b7e95264d4c
parent: 829756bf007bf678600152629c0e2e83566b0036
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Fri May 3 09:57:00 EDT 2013

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

--- a/sys/man/8/mkpaqfs
+++ b/sys/man/8/mkpaqfs
@@ -35,7 +35,7 @@
 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.
--