sbase/kill.1

48 lines
723 B
Groff
Raw Permalink Normal View History

.Dd 2015-10-08
.Dt KILL 1
.Os sbase
2014-11-23 08:21:51 -05:00
.Sh NAME
.Nm kill
.Nd signal processes
.Sh SYNOPSIS
.Nm
.Op Fl s Ar signame | Fl num | Fl signame
2014-11-23 08:21:51 -05:00
.Ar pid ...
.Nm
.Fl l Op Ar num
2014-11-23 08:21:51 -05:00
.Sh DESCRIPTION
.Nm
signals TERM to each process or process group specified by
.Ar pid .
2014-11-23 08:22:44 -05:00
.Sh OPTIONS
2014-11-23 08:21:51 -05:00
.Bl -tag -width Ds
.It Fl l Op Ar num
List all available signals or the signal name of
.Ar num .
.It Fl s Ar signame | Fl num | Fl signame
Send signal corresponding to
.Ar signame
|
.Ar num .
The default is TERM.
2014-11-23 08:21:51 -05:00
.El
.Sh SEE ALSO
.Xr kill 2 ,
.Xr signal 7
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2013
2014-11-23 08:21:51 -05:00
specification.
.Pp
The
.Fl Ar signame
2014-11-23 08:21:51 -05:00
and
.Fl Ar num
2014-11-23 08:21:51 -05:00
syntax is marked by
.St -p1003.1-2013
as an
2014-11-23 08:21:51 -05:00
X/OPEN System Interfaces
option.