summaryrefslogtreecommitdiffstats
path: root/disk-utils
diff options
context:
space:
mode:
authorBjarni Ingi Gislason2014-04-03 04:25:58 +0200
committerKarel Zak2014-04-07 12:31:48 +0200
commit10c70f0507629840b47e6688dbb6dabb2d5f9e1f (patch)
treef568ed2625733f53aa6d35c42c0bc94e223e4752 /disk-utils
parentmkfs.bfs: One typographical correction to the manual (diff)
downloadkernel-qcow2-util-linux-10c70f0507629840b47e6688dbb6dabb2d5f9e1f.tar.gz
kernel-qcow2-util-linux-10c70f0507629840b47e6688dbb6dabb2d5f9e1f.tar.xz
kernel-qcow2-util-linux-10c70f0507629840b47e6688dbb6dabb2d5f9e1f.zip
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>
Diffstat (limited to 'disk-utils')
-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