From 5e4eb6b62e65fdb150609332da4c14969c60b898 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 10 Aug 2024 22:45:26 +0300 Subject: [PATCH] kill: remove the `--table` long option (#13241) This option does not work in the bash builtin kill. --------- Co-authored-by: spageektti Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/kill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/kill.md b/pages/linux/kill.md index e5b071050..7a6203d04 100644 --- a/pages/linux/kill.md +++ b/pages/linux/kill.md @@ -10,7 +10,7 @@ - List signal values and their corresponding names (to be used without the `SIG` prefix): -`kill {{-L|--table}}` +`kill -L` - Terminate a background job: