diff options
| author | mr-bronson <ghbugs@toeai.com> | 2024-08-21 15:28:22 +0000 |
|---|---|---|
| committer | mr-bronson <ghbugs@toeai.com> | 2024-08-21 15:30:51 +0000 |
| commit | 5225bdad29231862ae25d367cc29fa94e4c57480 (patch) | |
| tree | 7938233547242a45b49911e60f6236e328407e08 /misc-utils/kill.c | |
| parent | 96ac92a3d2734f70562f210564f5c3dde60f722a (diff) | |
| download | util-linux-5225bdad29231862ae25d367cc29fa94e4c57480.tar.gz | |
fix spelling and typos
A good start. Some lines moved because they were under a misspelled duplicate heading.
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 40f0c2f188..02b03f5512 100644 --- a/misc-utils/kill.c +++ b/misc-utils/kill.c @@ -277,7 +277,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 convrt 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" |
