]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mkfs.cramfs: Some typographical corrections to the manual
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Thu, 3 Apr 2014 02:25:58 +0000 (02:25 +0000)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Apr 2014 10:31:48 +0000 (12:31 +0200)
  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"?

Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/mkfs.cramfs.8

index 08eeb1a9dc53d0df48f5a3149f489fdc82d9dc24..a42725956d68efa22020685f859b90ab8b89dda7 100644 (file)
@@ -15,10 +15,10 @@ The file system is intentionally read-only to simplify its design; random
 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 16MB.
 .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 272MB.  (The last file on the
+file system must begin before the 256MB block, but can extend past it.)
 .SH ARGUMENTS
 The
 .I directory