shithub: riscv

Download patch

ref: e8efd0a2421994dcc0a8731d82be2301f19e9d09
parent: d1905d806330134d2fa65054d141cbc138d4fd9d
author: cinap_lenrek <[email protected]>
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.