summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2022-06-20 13:42:35 +0200
committerKarel Zak <kzak@redhat.com>2022-07-20 17:56:58 +0200
commitfdf9a68aecabd83c6da649e5b9ab3f529e3ca4a0 (patch)
treef386bc2bbfef92c2d6b9c4db59264db8df57a8d0
parent8ede65ace58accacd3c73f556e6d3986e4fb386b (diff)
downloadutil-linux-fdf9a68aecabd83c6da649e5b9ab3f529e3ca4a0.tar.gz
sfdiks: (man) fix example
Fixes: https://github.com/util-linux/util-linux/discussions/1719 Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--disk-utils/sfdisk.8.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/sfdisk.8.adoc b/disk-utils/sfdisk.8.adoc
index 8ddcf320c..7f0a37e77 100644
--- a/disk-utils/sfdisk.8.adoc
+++ b/disk-utils/sfdisk.8.adoc
@@ -420,7 +420,7 @@ Since version 2.26 *sfdisk* does not provide the *--DOS*, *--IBM*, *--DOS-extend
*sfdisk --list --label-nested=mbr /dev/sda*::
Print protective MBR on device with GPT disk label.
-*echo -e ',10M,L\n,10M,L\n,,+\n' | sfdisk /dev/sdc*::
+*echo -e ',10M,L\n,10M,L\n,+,\n' | sfdisk /dev/sdc*::
Create three Linux partitions, with the default start, the size of the first two partitions is 10MiB, and the last partition fills all available space on the device.
*echo -e 'size=10M, type=L\n size=10M, type=L\n size=+\n' | sfdisk /dev/sdc*::