From: Karel Zak Date: Mon, 20 Jun 2022 11:42:35 +0000 (+0200) Subject: sfdiks: (man) fix example X-Git-Tag: v2.39-rc1~599 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c417ce68e4df3f1423fc680c514bfed82c0bc4d6;p=thirdparty%2Futil-linux.git sfdiks: (man) fix example Fixes: https://github.com/util-linux/util-linux/discussions/1719 Signed-off-by: Karel Zak --- diff --git a/disk-utils/sfdisk.8.adoc b/disk-utils/sfdisk.8.adoc index 8ddcf320cb..7f0a37e770 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*::