Skip to content

Commit f38c19b

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)
1 parent 6fc5d4b commit f38c19b

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
@@ -690,7 +690,7 @@
690690
<citerefentry
691691
project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
692692

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

0 commit comments

Comments
 (0)