about summary refs log tree commit diff
path: root/Doc/Zsh/jobs.yo
Commit message (Collapse)AuthorAgeFilesLines
* 46240: Make the expansion of manref()() in ztexi.yo match its expansion in ↵Daniel Shahaf2020-07-131-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()().
* Delay processing "disown" for superjob.Peter Stephenson2017-07-041-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.
* 39978: more accurate doc for finding job by stringMikel Ward2016-11-201-2/+2
|
* Users/18033: Documentation for exit and ERR_EXIT.Peter Stephenson2013-10-161-0/+15
| | | | | Notes about interaction with asynchronous jobs such as process substitution and multios.
* 30238 plus small tweaks: document the fork behaviour on suspending complexPeter Stephenson2012-02-221-0/+16
| | | | builtins
* users/10107: shell ignores SIGQUITPeter Stephenson2006-03-291-0/+1
|
* 20125: say where the output for job notifications goesPeter Stephenson2004-07-021-1/+3
|
* Better indexing and misc. cleanup in the first tenth or so of the doc.Bart Schaefer2001-07-101-0/+1
|
* Document tty mode restoration.Bart Schaefer2000-10-141-2/+8
|
* Initial revisionTanaka Akira1999-04-151-0/+91