Cygwin: fix typo

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2019-02-02 21:15:50 +01:00
parent d5d9aac759
commit 49ea15ef17
2 changed files with 2 additions and 2 deletions

View File

@ -693,7 +693,7 @@ kill -l [signal]
-l, --list print a list of signal names
-s, --signal send signal (use kill --list for a list)
-W, --winpid specified pids are windows PIDs, not Cygwin PIDs
(use with extrem caution!)
(use with extreme caution!)
-h, --help output usage information and exit
-V, --version output version information and exit
</screen>

View File

@ -46,7 +46,7 @@ usage (FILE *where = stderr)
" -l, --list print a list of signal names\n"
" -s, --signal send signal (use %1$s --list for a list)\n"
" -W, --winpid specified pids are windows PIDs, not Cygwin PIDs\n"
" (use with extrem caution!)\n"
" (use with extreme caution!)\n"
" -h, --help output usage information and exit\n"
" -V, --version output version information and exit\n"
"\n", prog_name);