sbase/kill.1

58 lines
1.1 KiB
Groff
Raw Normal View History

2014-11-23 13:21:51 +00:00
.Dd November 23, 2014
.Dt KILL 1
2014-11-23 13:21:51 +00:00
.Os
.Sh NAME
.Nm kill
.Nd signal processes
.Sh SYNOPSIS
.Nm
2014-11-23 13:21:51 +00:00
.Op Fl s Ar signal_name
.Ar pid ...
.Nm
2014-11-23 13:21:51 +00:00
.Fl l Op Ar exit_status
.Nm
2014-11-23 13:21:51 +00:00
.Fl Ar signal_name
.Ar pid ...
.Nm
2014-11-23 13:21:51 +00:00
.Fl Ar signal_number
.Ar pid ...
.Sh DESCRIPTION
.Nm
by default sends a TERM signal to the given processes.
2014-11-23 13:22:44 +00:00
.Sh OPTIONS
2014-11-23 13:21:51 +00:00
.Bl -tag -width Ds
.It Fl s Ar signal_name
A symbolic signal name specifying the signal to be sent instead
of the default SIGTERM.
Sends the named signal.
2014-11-23 13:21:51 +00:00
.It Fl l Op Ar exit_status
Lists available signals. If an
2014-11-23 13:21:51 +00:00
.Ar exit_status
2011-06-10 01:56:13 +00:00
is given, only the corresponding signal name will be printed.
2014-11-23 13:21:51 +00:00
.It Fl signal_name
A symbolic signal name specifying the signal to be sent instead
of the default SIGTERM.
.It Fl signal_number
A non-negative decimal integer specifying the signal to be sent
instead of the default SIGTERM.
.El
.Sh SEE ALSO
.Xr kill 2 ,
.Xr signal 7
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2008
specification.
.Pp
The
.Fl Ar signal_name
and
.Fl Ar signal_number
syntax is marked by
.St -p1003.1-2008
as being an
X/OPEN System Interfaces
option.