From c46cc2630deebb8baf6be2008af57ebc32ecd652 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 17 Dec 2025 15:19:29 +0100 Subject: [PATCH] man: make it clear that homectl -A/T/N do not take an argument Just like in the --help strings, we need to avoid confusion between short options which take an argument and those that don't. --- man/homectl.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/man/homectl.xml b/man/homectl.xml index 82ea2e3943d..a59efd7112e 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -256,20 +256,21 @@ - + - Takes one of this, other, - any or auto. Some user record settings can be defined to match - only specific machines, or all machines but one, or all machines. With this switch it is possibly to - control to which machines to apply the settings appearing on the command line after it. If - this is specified the setting will only apply to the local system (positive - match), if other it will apply to all but the local system (negative match), if - any it will apply to all systems (unless there's a matching positive or negative - per-machine setting). If auto returns to the default logic: whether a setting - applies by default to the local system or all systems depends on the option in question. + Option takes one of this, + other, any or auto. Some user record + settings can be defined to match only specific machines, or all machines but one, or all machines. + With this switch it is possibly to control to which machines to apply the settings appearing on the + command line after it. If this is specified the setting will only apply to the + local system (positive match), if other it will apply to all but the local system + (negative match), if any it will apply to all systems (unless there's a matching + positive or negative per-machine setting). If auto returns to the default logic: + whether a setting applies by default to the local system or all systems depends on the option in + question. Note that only some user record settings can be conditioned like this. This option has no effect on the others and is ignored there. This option may appear multiple times in a single command -- 2.47.3