]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
kill: usage: fix wrapped indent in -l/--list description
authorNaoki Wake <wakeke.rainbowearth@gmail.com>
Tue, 19 Aug 2025 01:46:08 +0000 (18:46 -0700)
committerNaoki Wake <wakeke.rainbowearth@gmail.com>
Wed, 20 Aug 2025 19:40:44 +0000 (12:40 -0700)
Increase the indentation of the continuation line from one to two
spaces to match the common util-linux help style (see
Documentation/howto-usage-function.txt). This touches a translatable
string. Whitespace-only change; no functional impact.

Signed-off-by: Naoki Wake <wakeke.rainbowearth@gmail.com>
misc-utils/kill.c

index 81dd5f191152b1fce6101ab07d59fc26484be669..629637c906963a94ba18d790b2a5ca631fd76969 100644 (file)
@@ -280,7 +280,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -p, --pid              print pids without signaling them\n"), out);
        fputs(_(" -l, --list[=<signal>|=0x<sigmask>]\n"
                "                        list signal names, convert a signal number to a name,\n"
-               "                         or convert a signal mask to names\n"), out);
+               "                          or convert a signal mask to names\n"), out);
        fputs(_(" -L, --table            list signal names and numbers\n"), out);
        fputs(_(" -r, --require-handler  do not send signal if signal handler is not present\n"), out);
        fputs(_(" -d, --show-process-state <pid>\n"