--- bash.1.old 2008-02-04 09:54:34.000000000 +1100 +++ bash.1 2008-02-04 10:14:36.000000000 +1100 @@ -7175,10 +7175,33 @@ passing it .IR args , returning its exit status. +.PP +Valid \fBjobspecs\fR are: +.PD 0 +.TP +\fB%\fR\fIn\fR +Job number \fIn\fR (the number printed when the job was placed in the background) +.PD 0 +.TP +\fB%\fR, \fB%%\fR, \fB%+\fR +Current job (the last job placed in the background) +.PD 0 +.TP +\fB+-\fR +Previous job (the second last job placed in the background) +.PD 0 +.TP +\fB%\fR\fIs\fR +Job whose name is \fIs\fR (error if not unique) +.PD 0 +.TP +\fB%?\fR\fIs\fR +Job whose name contains \fIs\fR (error if not unique) +.PD .RE .TP \fBkill\fP [\fB\-s\fP \fIsigspec\fP | \fB\-n\fP \fIsignum\fP | \fB\-\fP\fIsigspec\fP] [\fIpid\fP | \fIjobspec\fP] ... -.PD 0 +.PD0 .TP \fBkill\fP \fB\-l\fP [\fIsigspec\fP | \fIexit_status\fP] .PD