View | Details | Raw Unified | Return to bug 261200
Collapse All | Expand All

(-)b/bin/sh/sh.1 (+18 lines)
Lines 2376-2381 Print the process IDs of the processes in the specified Link Here
2376
If the
2376
If the
2377
.Ar job
2377
.Ar job
2378
argument is omitted, use the current job.
2378
argument is omitted, use the current job.
2379
.Pp
2380
Piping the output of
2381
.Ar jobid
2382
will not work as expected. See the
2383
.Sx Command Substitution
2384
subsection for details.
2379
.It Ic jobs Oo Fl lps Oc Op Ar job ...
2385
.It Ic jobs Oo Fl lps Oc Op Ar job ...
2380
Print information about the specified jobs, or all jobs if no
2386
Print information about the specified jobs, or all jobs if no
2381
.Ar job
2387
.Ar job
Lines 2393-2398 If the Link Here
2393
.Fl s
2399
.Fl s
2394
option is specified, only the PIDs of the job commands are printed, one per
2400
option is specified, only the PIDs of the job commands are printed, one per
2395
line.
2401
line.
2402
.Pp
2403
Piping the output of
2404
.Ar jobs
2405
will not work as expected. See the
2406
.Sx Command Substitution
2407
subsection for details.
2396
.It Ic kill
2408
.It Ic kill
2397
A built-in equivalent of
2409
A built-in equivalent of
2398
.Xr kill 1
2410
.Xr kill 1
Lines 2631-2636 Option Link Here
2631
causes the
2643
causes the
2632
.Ic trap
2644
.Ic trap
2633
command to display a list of valid signal names.
2645
command to display a list of valid signal names.
2646
.Pp
2647
Piping the output of
2648
.Ar trap
2649
will not work as expected. See the
2650
.Sx Command Substitution
2651
subsection for details.
2634
.It Ic true
2652
.It Ic true
2635
A null command that returns a 0 (true) exit value.
2653
A null command that returns a 0 (true) exit value.
2636
.It Ic type Op Ar name ...
2654
.It Ic type Op Ar name ...

Return to bug 261200