1
0
Fork 0
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:
Rikuya Osawa 2025-02-09 15:44:35 +09:00 committed by GitHub
parent f67c28b3ed
commit 06b3d7d046
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,9 +8,9 @@
`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: