From: Raghavendra D Prabhu Date: Fri, 3 Jul 2015 03:41:04 +0000 (+0530) Subject: kill: Add verbose to man page. X-Git-Tag: v2.27-rc1~83^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c23b1c5d39f91fb8d243b27daa5ba67fadd47b9;p=thirdparty%2Futil-linux.git 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. --- 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)