Skip to content

Commit 5ae6c77

Browse files
Thorsten Schererbluca
authored andcommitted
repart: Fix misleading typo in GPT partition flag
Bit 60 is the one corresponding to ReadOnly, not 50. Fix this. (cherry picked from commit 932cc94) (cherry picked from commit 2665618) (cherry picked from commit f38c19b)
1 parent c12ef9e commit 5ae6c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/repart.d.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
<citerefentry
614614
project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
615615

616-
<para>If both bit 50 and 59 are set for a partition (i.e. the partition is marked both read-only and
616+
<para>If both bit 60 and 59 are set for a partition (i.e. the partition is marked both read-only and
617617
marked for file system growing) the latter is typically without effect: the read-only flag takes
618618
precedence in most tools reading these flags, and since growing the file system involves writing to
619619
the partition it is consequently ignored.</para>

0 commit comments

Comments
 (0)