From 1c23b1c5d39f91fb8d243b27daa5ba67fadd47b9 Mon Sep 17 00:00:00 2001 From: Raghavendra D Prabhu Date: Fri, 3 Jul 2015 09:11:04 +0530 Subject: [PATCH] kill: Add verbose to man page. kill adds a verbose option to print the pid(s) and the signal. It is added to man page here. --- misc-utils/kill.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc-utils/kill.1 b/misc-utils/kill.1 index 0d430ef175..2d8c883770 100644 --- a/misc-utils/kill.1 +++ b/misc-utils/kill.1 @@ -97,6 +97,9 @@ is invoked with the name of .BR pid . This functionality is deprecated, and will be removed in March 2016. .TP +\fB\-\-verbose\fR +Print pid(s) that will be signaled with kill along with the signal. +.TP \fB\-q\fR, \fB\-\-queue\fR \fIvalue\fR Use .BR sigqueue (2) -- 2.47.2