summaryrefslogtreecommitdiffstats
path: root/disk-utils/sfdisk.8
diff options
context:
space:
mode:
authorSebastian Rasmussen2016-05-29 22:11:52 +0200
committerSebastian Rasmussen2016-05-31 23:51:07 +0200
commitd1b7bfe5068d4aa3ee37d3755f0020aaa839b087 (patch)
tree466410a65e8cd000364530b5f6c26582dc9ed5ff /disk-utils/sfdisk.8
parentmisc: Fix various typos (diff)
downloadkernel-qcow2-util-linux-d1b7bfe5068d4aa3ee37d3755f0020aaa839b087.tar.gz
kernel-qcow2-util-linux-d1b7bfe5068d4aa3ee37d3755f0020aaa839b087.tar.xz
kernel-qcow2-util-linux-d1b7bfe5068d4aa3ee37d3755f0020aaa839b087.zip
fdisk: Fix typo RequiredPartiton -> RequiredPartition
This typo fix is backwards compatible in that fdisk will accept both the GPT attribute RequiredPartition and RequiredPartiton with the typo. Update documentation and tests to all use the new attribute name. Signed-off-by: Sebastian Rasmussen <sebras@gmail.com>
Diffstat (limited to 'disk-utils/sfdisk.8')
-rw-r--r--disk-utils/sfdisk.84
1 files changed, 2 insertions, 2 deletions
diff --git a/disk-utils/sfdisk.8 b/disk-utils/sfdisk.8
index a5c4d2657..69dc96cd7 100644
--- a/disk-utils/sfdisk.8
+++ b/disk-utils/sfdisk.8
@@ -96,9 +96,9 @@ List the free unpartitioned areas on all or the specified devices.
Change the GPT partition attribute bits. If \fIattributes\fR is not specified,
then print the current partition settings. The \fIattributes\fR argument is a
comma- or space-delimited list of bits. The currently supported attribute
-bits are: RequiredPartiton, NoBlockIOProtocol, LegacyBIOSBootable
+bits are: RequiredPartition, NoBlockIOProtocol, LegacyBIOSBootable
and GUID-specific bits in the range from 48 to 63. For example, the string
-"RequiredPartiton,50,51" sets three bits.
+"RequiredPartition,50,51" sets three bits.
.TP
.BR "\-\-part\-label \fIdevice partition-number " [ \fIlabel ]
Change the GPT partition name (label). If \fIlabel\fR is not specified,