mkfs.cramfs: Some typographical corrections to the manual

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>
This commit is contained in:
Bjarni Ingi Gislason 2014-04-03 02:25:58 +00:00 committed by Karel Zak
parent cdd710a1e3
commit 10c70f0507
1 changed files with 3 additions and 3 deletions

View 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 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