From 7abb0eef8fe4510e04c365778489af01ad562587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 27 Aug 2023 17:10:38 +0300 Subject: [PATCH] man/gpt-auto-generator: avoid saying "negative" for boolean Fixes #28928. --- man/systemd-gpt-auto-generator.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/systemd-gpt-auto-generator.xml b/man/systemd-gpt-auto-generator.xml index 23f1235551..7f4a7325db 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).