mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
20125: say where the output for job notifications goes
This commit is contained in:
parent
3c13204e55
commit
e9fa060671
2 changed files with 8 additions and 1 deletions
|
@ -8,7 +8,7 @@ an interactive shell associates a em(job) with each pipeline.
|
|||
It keeps a table of current jobs, printed by the tt(jobs)
|
||||
command, and assigns them small integer numbers.
|
||||
When a job is started asynchronously with `tt(&)',
|
||||
the shell prints a line which looks like:
|
||||
the shell prints a line to standard error which looks like:
|
||||
|
||||
example([1] 1234)
|
||||
|
||||
|
@ -70,6 +70,8 @@ pindex(NOTIFY, use of)
|
|||
It normally informs you whenever a job becomes blocked so that
|
||||
no further progress is possible. If the tt(NOTIFY) option is not set,
|
||||
it waits until just before it prints a prompt before it informs you.
|
||||
All such notifications are sent directly to the terminal, not to
|
||||
the standard output or standard error.
|
||||
|
||||
When the monitor mode is on, each background job that completes
|
||||
triggers any trap set for tt(CHLD).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue