From: Zbigniew Jędrzejewski-Szmek Date: Sun, 27 Aug 2023 14:10:38 +0000 (+0300) Subject: man/gpt-auto-generator: avoid saying "negative" for boolean X-Git-Tag: v255-rc1~640 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7abb0eef8fe4510e04c365778489af01ad562587;p=thirdparty%2Fsystemd.git man/gpt-auto-generator: avoid saying "negative" for boolean Fixes #28928. --- diff --git a/man/systemd-gpt-auto-generator.xml b/man/systemd-gpt-auto-generator.xml index 23f12355517..7f4a7325dba 100644 --- a/man/systemd-gpt-auto-generator.xml +++ b/man/systemd-gpt-auto-generator.xml @@ -248,7 +248,8 @@ rd.systemd.gpt_auto 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. systemd.gpt_auto=0).