Package: util-linux Version: 2.24.1 Severity: minor File: disk-utils/mkfs.cramfs.8 Tags: patch The unit "MB" is ambigous. Use "MiB" if "M" does not mean 10^6. Otherwise add "(M = 10^6)" after it. Changes: Unpaddable space (\ ) added between a number and an unit. A nuber and a unit are not one word. Is "16MB" written "sixteenmegabytes"? Patch: --- mkfs.cramfs.8 2013-09-18 13:50:12.000000000 +0000 +++ mkfs.cramfs.8.new 2014-04-02 23:58:50.000000000 +0000 @@ -15,10 +15,10 @@ The file system is intentionally read-on write access for compressed files is difficult to implement. cramfs ships with a utility (mkcramfs) to pack files into new cramfs images. .PP -File sizes are limited to less than 16MB. +File sizes are limited to less than 16\ MB. .PP -Maximum file system size is a little under 272MB. (The last file on the -file system must begin before the 256MB block, but can extend past it.) +Maximum file system size is a little under 272\ MB. (The last file on the +file system must begin before the 256\ MB block, but can extend past it.) .SH ARGUMENTS The .I directory -- Bjarni I. Gislason -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html