Skip to content

Commit 3630195

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) (cherry picked from commit 5ae6c77)
1 parent 778f622 commit 3630195

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
@@ -587,7 +587,7 @@
587587
<citerefentry
588588
project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
589589

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

0 commit comments

Comments
 (0)