diff options
Diffstat (limited to 'misc-utils/kill.1.adoc')
| -rw-r--r-- | misc-utils/kill.1.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc-utils/kill.1.adoc b/misc-utils/kill.1.adoc index 4a6996a380..40ab0248d1 100644 --- a/misc-utils/kill.1.adoc +++ b/misc-utils/kill.1.adoc @@ -62,6 +62,8 @@ Similar to *-l*, but it will print signal names and their corresponding numbers. Do not restrict the command-name-to-PID conversion to processes with the same UID as the present process. *-p*, *--pid*:: Only print the process ID (PID) of the named processes, do not send any signals. +*-r*, *--require-handler*:: +Do not send the signal if it is not caught in userspace by the signalled process. *--verbose*:: Print PID(s) that will be signaled with *kill* along with the signal. *-q*, *--queue* _value_:: |
