From c417ce68e4df3f1423fc680c514bfed82c0bc4d6 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 20 Jun 2022 13:42:35 +0200 Subject: [PATCH] sfdiks: (man) fix example Fixes: https://github.com/util-linux/util-linux/discussions/1719 Signed-off-by: Karel Zak --- disk-utils/sfdisk.8.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*:: -- 2.47.2