]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
kill: Add verbose to man page.
authorRaghavendra D Prabhu <rprabhu@wnohang.net>
Fri, 3 Jul 2015 03:41:04 +0000 (09:11 +0530)
committerRaghavendra D Prabhu <rprabhu@wnohang.net>
Fri, 3 Jul 2015 03:41:04 +0000 (09:11 +0530)
kill adds a verbose option to print the pid(s) and the signal. It is
added to man page here.

misc-utils/kill.1

index 0d430ef175c5684aa76aa6740307220ce135da19..2d8c8837704f41ec5d5f0803ff1b2d70485b83da 100644 (file)
@@ -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)