diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-07-10 08:59:17 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-07-10 08:59:17 +0000 |
commit | 5fcfa125bd4f0006c8207d1652908348f3ea526f (patch) | |
tree | ae808a9b4f71468b25760567bee9bb9e9a8cd813 /Doc/Zsh/jobs.yo | |
parent | e988866bda1996101ff8792ad959352d516e9e95 (diff) | |
download | zsh-5fcfa125bd4f0006c8207d1652908348f3ea526f.tar.gz zsh-5fcfa125bd4f0006c8207d1652908348f3ea526f.tar.xz zsh-5fcfa125bd4f0006c8207d1652908348f3ea526f.zip |
Better indexing and misc. cleanup in the first tenth or so of the doc.
Diffstat (limited to 'Doc/Zsh/jobs.yo')
-rw-r--r-- | Doc/Zsh/jobs.yo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Zsh/jobs.yo b/Doc/Zsh/jobs.yo index 98fca58c5..4ae25ed2c 100644 --- a/Doc/Zsh/jobs.yo +++ b/Doc/Zsh/jobs.yo @@ -2,6 +2,7 @@ texinode(Jobs & Signals)(Arithmetic Evaluation)(Functions)(Top) chapter(Jobs & Signals) sect(Jobs) cindex(jobs) +pindex(MONITOR, use of) If the tt(MONITOR) option is set, an interactive shell associates a em(job) with each pipeline. It keeps a table of current jobs, printed by the tt(jobs) |