diff --git a/pages/linux/kill.md b/pages/linux/kill.md index 7a6203d040..c16a358ecf 100644 --- a/pages/linux/kill.md +++ b/pages/linux/kill.md @@ -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: