summaryrefslogtreecommitdiff
path: root/Doc/Zsh/jobs.yo
AgeCommit message (Collapse)AuthorFilesLines
2021-11-2649445: docs: Clean up some subsection references.Daniel Shahaf1-1/+1
2020-07-1346240: Make the expansion of manref()() in ztexi.yo match its expansion in ↵Daniel Shahaf1-1/+1
zman.yo. The difference was mostly harmless in the common case "(see manref(foo)(42))", which expanded to "(see man page foo(42))" under ztexi.yo, but in other contexts the ztexi.yo expansion was was nonsensical; for example: "the BSD manref(echo)(1) command" "the string returned by the manref(getlogin)(3) system call" "advisory file locking (via the manref(fcntl)(2) system call)" "this is the exact opposite from manref(ls)(1)," While there, copyedit some uses of manref()().
2017-07-04Delay processing "disown" for superjob.Peter Stephenson1-0/+6
This is a job forked from the current shell when a job partly running from the current shell was suspended. When all associated processes started from the main shell are finished the job is continued and at this point the disown can complete.
2016-11-2039978: more accurate doc for finding job by stringMikel Ward1-2/+2
2013-10-16Users/18033: Documentation for exit and ERR_EXIT.Peter Stephenson1-0/+15
Notes about interaction with asynchronous jobs such as process substitution and multios.
2012-02-2230238 plus small tweaks: document the fork behaviour on suspending complexPeter Stephenson1-0/+16
builtins
2006-03-29users/10107: shell ignores SIGQUITPeter Stephenson1-0/+1
2004-07-0220125: say where the output for job notifications goesPeter Stephenson1-1/+3
2001-07-10Better indexing and misc. cleanup in the first tenth or so of the doc.Bart Schaefer1-0/+1
2000-10-14Document tty mode restoration.Bart Schaefer1-2/+8
1999-04-15Initial revisionTanaka Akira1-0/+91