]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: Fix misleading typo in GPT partition flag
authorThorsten Scherer <t.scherer@eckelmann.de>
Wed, 14 Aug 2024 20:32:44 +0000 (22:32 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 Aug 2024 20:59:58 +0000 (05:59 +0900)
Bit 60 is the one corresponding to ReadOnly, not 50.  Fix this.

man/repart.d.xml

index 804cb804b2236622ca38888837b0fdbd5e0cdb1b..ecf14e30998eebec157afd31a2c6b41441f9095b 100644 (file)
         <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>