diff options
author | Jakub Wilk | 2018-08-16 11:08:42 +0200 |
---|---|---|
committer | Jakub Wilk | 2018-08-16 11:09:15 +0200 |
commit | b9c3b903fe4a704974755b4b3ac3ac75dc8bf0e7 (patch) | |
tree | ab5169829477481c4eff474ca99d5c649ed2e98f /disk-utils | |
parent | su: add --whitelist-environment (diff) | |
download | kernel-qcow2-util-linux-b9c3b903fe4a704974755b4b3ac3ac75dc8bf0e7.tar.gz kernel-qcow2-util-linux-b9c3b903fe4a704974755b4b3ac3ac75dc8bf0e7.tar.xz kernel-qcow2-util-linux-b9c3b903fe4a704974755b4b3ac3ac75dc8bf0e7.zip |
Fix man page typos
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Diffstat (limited to 'disk-utils')
-rw-r--r-- | disk-utils/mkfs.minix.8 | 2 | ||||
-rw-r--r-- | disk-utils/sfdisk.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/disk-utils/mkfs.minix.8 b/disk-utils/mkfs.minix.8 index 708827b3f..a640deb55 100644 --- a/disk-utils/mkfs.minix.8 +++ b/disk-utils/mkfs.minix.8 @@ -25,7 +25,7 @@ is usually of the following form: .RE .fi -The device may be a block device or a image file of one, but this is not +The device may be a block device or an image file of one, but this is not enforced. Expect not much fun on a character device :-). .PP The diff --git a/disk-utils/sfdisk.8 b/disk-utils/sfdisk.8 index 2fa521706..8f614b946 100644 --- a/disk-utils/sfdisk.8 +++ b/disk-utils/sfdisk.8 @@ -38,7 +38,7 @@ sense for new devices. (since version 2.26) .B aligns the start and end of partitions to block-device I/O limits when relative sizes are specified, when the default -values are used or when multiplicative suffixes (e.g MiB) are used for sizes. +values are used or when multiplicative suffixes (e.g. MiB) are used for sizes. It is possible that partition size will be optimized (reduced or enlarged) due to alignment if the start offset is specified exactly in sectors and partition size relative or by multiplicative suffixes. |