]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/gpt-auto-generator: avoid saying "negative" for boolean
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 27 Aug 2023 14:10:38 +0000 (17:10 +0300)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 28 Aug 2023 08:46:54 +0000 (09:46 +0100)
Fixes #28928.

man/systemd-gpt-auto-generator.xml

index 23f12355517101a60d0bad4120588fc048038c50..7f4a7325dba1a7cb778334e803473418902cf9c9 100644 (file)
         <term><varname>rd.systemd.gpt_auto</varname></term>
 
         <listitem><para>Those options take an optional boolean argument, and default to yes.
-        The generator is enabled by default, and a negative value may be used to disable it.
+        The generator is enabled by default, and a false value may be used to disable it
+        (e.g. <literal>systemd.gpt_auto=0</literal>).
         </para></listitem>
       </varlistentry>