From: Karel Zak Date: Mon, 3 Aug 2026 11:15:20 +0000 (+0200) Subject: docs: fix label type name in fdisk and sfdisk man pages X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6063986077b79eeb1f2bdc283e850c6d56ffaf48;p=thirdparty%2Futil-linux.git docs: fix label type name in fdisk and sfdisk man pages BSD and SUN are different disklabel types; the default on SPARC is SUN, not BSD. Signed-off-by: Karel Zak --- diff --git a/disk-utils/fdisk.8.adoc b/disk-utils/fdisk.8.adoc index 11ee6ae86..7de6e71db 100644 --- a/disk-utils/fdisk.8.adoc +++ b/disk-utils/fdisk.8.adoc @@ -164,7 +164,7 @@ An IRIX/SGI disklabel can describe 16 partitions, the eleventh of which should b A *sync*(2) and an ioctl(BLKRRPART) (rereading the partition table from disk) are performed before exiting when the partition table has been updated. *Default label on empty devices*:: -When *fdisk* is given a device with no recognized partition table, it creates one automatically (unless --noauto-pt is used). Since v2.43, on an interactive terminal and on an EFI system, the chosen disklabel is GPT; otherwise, it defaults to DOS/MBR, or BSD/SUN on SPARC. +When *fdisk* is given a device with no recognized partition table, it creates one automatically (unless --noauto-pt is used). Since v2.43, on an interactive terminal and on an EFI system, the chosen disklabel is GPT; otherwise, it defaults to DOS/MBR, or SUN on SPARC. == DOS mode and DOS 6.x WARNING diff --git a/disk-utils/sfdisk.8.adoc b/disk-utils/sfdisk.8.adoc index d66944412..4d7c2ae7a 100644 --- a/disk-utils/sfdisk.8.adoc +++ b/disk-utils/sfdisk.8.adoc @@ -458,7 +458,7 @@ Since version 2.26 *sfdisk* no longer provides the *-R* or *--re-read* option to Since version 2.26 *sfdisk* does not provide the *--DOS*, *--IBM*, *--DOS-extended*, *--unhide*, *--show-extended*, *--cylinders*, *--heads*, *--sectors*, *--inside-outer*, *--not-inside-outer* options. -Since version 2.43, on an interactive terminal and on an EFI system, the chosen disklabel is GPT; otherwise, *sfdisk* defaults to DOS/MBR, or BSD/SUN on SPARC. +Since version 2.43, on an interactive terminal and on an EFI system, the chosen disklabel is GPT; otherwise, *sfdisk* defaults to DOS/MBR, or SUN on SPARC. == EXAMPLES