]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: fix label type name in fdisk and sfdisk man pages
authorKarel Zak <kzak@redhat.com>
Mon, 3 Aug 2026 11:15:20 +0000 (13:15 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Aug 2026 11:15:20 +0000 (13:15 +0200)
BSD and SUN are different disklabel types; the default on SPARC is SUN,
not BSD.

Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/fdisk.8.adoc
disk-utils/sfdisk.8.adoc

index 11ee6ae866d583f03c1618a84bac60a4ae3312a7..7de6e71db39f20f92df4a124ab1431e7ba2bd44d 100644 (file)
@@ -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
 
index d66944412c8781a9aa045439ef1aa29ad9e406f3..4d7c2ae7a51520fe627f0f7f18d10d3079dc675e 100644 (file)
@@ -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