From 06b3d7d04672af2f2c33da623a95b34d887ad9f2 Mon Sep 17 00:00:00 2001 From: Rikuya Osawa <109570170+rikuyaosawa@users.noreply.github.com> Date: Sun, 9 Feb 2025 15:44:35 +0900 Subject: [PATCH] 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> --- pages/linux/kill.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: