1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-08 08:58:27 +03:00

man/gpt-auto-generator: avoid saying "negative" for boolean

Fixes #28928.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-08-27 17:10:38 +03:00 committed by Luca Boccassi
parent 6f420b5f75
commit 7abb0eef8f

View File

@ -248,7 +248,8 @@
<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>