summaryrefslogtreecommitdiffstats
path: root/man/repart.d.xml
diff options
context:
space:
mode:
authorThorsten Scherer <t.scherer@eckelmann.de>2024-08-14 22:32:44 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-08-14 22:59:58 +0200
commit932cc94436e653d0487c29e0dd44685610cd7bcb (patch)
treea60b8bbbd1d83e1233f0210c788fdd8e659ffb9e /man/repart.d.xml
parentMerge pull request #32067 from ssahani/bareudp1 (diff)
downloadsystemd-932cc94436e653d0487c29e0dd44685610cd7bcb.tar.xz
systemd-932cc94436e653d0487c29e0dd44685610cd7bcb.zip
repart: Fix misleading typo in GPT partition flag
Bit 60 is the one corresponding to ReadOnly, not 50. Fix this.
Diffstat (limited to 'man/repart.d.xml')
-rw-r--r--man/repart.d.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/repart.d.xml b/man/repart.d.xml
index 804cb804b2..ecf14e3099 100644
--- a/man/repart.d.xml
+++ b/man/repart.d.xml
@@ -710,7 +710,7 @@
<citerefentry
project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
- <para>If both bit 50 and 59 are set for a partition (i.e. the partition is marked both read-only and
+ <para>If both bit 60 and 59 are set for a partition (i.e. the partition is marked both read-only and
marked for file system growing) the latter is typically without effect: the read-only flag takes
precedence in most tools reading these flags, and since growing the file system involves writing to
the partition it is consequently ignored.</para>