diff options
| author | Naoki Wake <wakeke.rainbowearth@gmail.com> | 2025-08-18 18:46:08 -0700 |
|---|---|---|
| committer | Naoki Wake <wakeke.rainbowearth@gmail.com> | 2025-08-20 12:40:44 -0700 |
| commit | e08ca363b85f66b0a6e4a45aaebcc0eb57ec966c (patch) | |
| tree | 6b4914c212c296e5c9ee0cf812012d16dc7d1a7f /misc-utils/kill.c | |
| parent | 643bdae8e38055e36acf2963c3416de206081507 (diff) | |
| download | util-linux-e08ca363b85f66b0a6e4a45aaebcc0eb57ec966c.tar.gz | |
kill: usage: fix wrapped indent in -l/--list description
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>
Diffstat (limited to 'misc-utils/kill.c')
| -rw-r--r-- | misc-utils/kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/kill.c b/misc-utils/kill.c index 81dd5f1911..629637c906 100644 --- a/misc-utils/kill.c +++ b/misc-utils/kill.c @@ -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" |
