|
Lines 2851-2858
Link Here
|
| 2851 |
.B kill \fR[\fB\-\fIsignal\fR] \fB%\fIjob\fR|\fIpid\fR ... |
2851 |
.B kill \fR[\fB\-\fIsignal\fR] \fB%\fIjob\fR|\fIpid\fR ... |
| 2852 |
.PD 0 |
2852 |
.PD 0 |
| 2853 |
.TP 8 |
2853 |
.TP 8 |
|
|
2854 |
.B kill \fR[\fB\-s \fIsignal\fR] \fB%\fIjob\fR|\fIpid\fR ... |
| 2855 |
.TP 8 |
| 2854 |
.B kill \-l |
2856 |
.B kill \-l |
| 2855 |
The first form sends the specified \fIsignal\fR (or, if none is given, |
2857 |
The first and second forms sends the specified \fIsignal\fR (or, if none |
|
|
2858 |
is given, |
| 2856 |
the TERM (terminate) signal) to the specified jobs or processes. |
2859 |
the TERM (terminate) signal) to the specified jobs or processes. |
| 2857 |
\fIjob\fR may be a number, a string, `', `%', `+' or `\-' as described |
2860 |
\fIjob\fR may be a number, a string, `', `%', `+' or `\-' as described |
| 2858 |
under \fBJobs\fR. |
2861 |
under \fBJobs\fR. |
|
Lines 2862-2868
Link Here
|
| 2862 |
to the current job. If the signal being sent is TERM (terminate) |
2865 |
to the current job. If the signal being sent is TERM (terminate) |
| 2863 |
or HUP (hangup), then the job or process is sent a |
2866 |
or HUP (hangup), then the job or process is sent a |
| 2864 |
CONT (continue) signal as well. |
2867 |
CONT (continue) signal as well. |
| 2865 |
The second form lists the signal names. |
2868 |
The third form lists the signal names. |
| 2866 |
.PD |
2869 |
.PD |
| 2867 |
.ig \" Obsolete tcsh command |
2870 |
.ig \" Obsolete tcsh command |
| 2868 |
.TP 8 |
2871 |
.TP 8 |