mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
kill: fix incorrect -L
to -l
option (#15695)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
parent
f67c28b3ed
commit
06b3d7d046
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@
|
||||||
|
|
||||||
`kill {{process_id}}`
|
`kill {{process_id}}`
|
||||||
|
|
||||||
- List signal values and their corresponding names (to be used without the `SIG` prefix):
|
- List signal values and their corresponding names (to be used without the `SIG` prefix). The available options may depend on the `kill` implementation:
|
||||||
|
|
||||||
`kill -L`
|
`kill {{-l|-L|--table}}`
|
||||||
|
|
||||||
- Terminate a background job:
|
- Terminate a background job:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue