mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
man/gpt-auto-generator: avoid saying "negative" for boolean
Fixes #28928.
This commit is contained in:
committed by
Luca Boccassi
parent
6f420b5f75
commit
7abb0eef8f
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user