From d1b7bfe5068d4aa3ee37d3755f0020aaa839b087 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sun, 29 May 2016 22:11:52 +0200 Subject: 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 --- disk-utils/sfdisk.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'disk-utils/sfdisk.8') 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, -- cgit v1.2.3-55-g7522