From 8729485608348f1922040c2cb73f60539f601e5d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 3 Aug 2026 05:06:16 +0300 Subject: [PATCH] kill: add short option (#23485) --- 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 d75006c118..cbfcdc0eed 100644 --- a/pages/linux/kill.md +++ b/pages/linux/kill.md @@ -34,4 +34,4 @@ - Send a `SIGUSR1` signal to all processes with the given GID (group id): -`kill -SIGUSR1 -{{group_id}}` +`kill {{[-10|-SIGUSR1]}} -{{group_id}}`