summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>2014-04-03 02:25:58 +0000
committerKarel Zak <kzak@redhat.com>2014-04-23 11:55:09 +0200
commita7fec670497e815e49e4e7ad69067abba680a9c4 (patch)
tree8213bbdbd28a33f0a0298a309f0903e2c8c38c9d
parent434c2ed5f18d870c76915509644041798aee1875 (diff)
downloadutil-linux-a7fec670497e815e49e4e7ad69067abba680a9c4.tar.gz
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>
-rw-r--r--disk-utils/mkfs.cramfs.86
1 files changed, 3 insertions, 3 deletions
diff --git a/disk-utils/mkfs.cramfs.8 b/disk-utils/mkfs.cramfs.8
index 08eeb1a9d..a42725956 100644
--- a/disk-utils/mkfs.cramfs.8
+++ b/disk-utils/mkfs.cramfs.8
@@ -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