about summary refs log tree commit diff
path: root/Doc/Zsh/mod_parameter.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-11-02 08:12:44 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-11-02 08:12:44 +0000
commitda9b5bb81a87fdbab6c74c75c904e9c4bd44f252 (patch)
treeda97783158bf15560f81887ba9f62b3206119db5 /Doc/Zsh/mod_parameter.yo
parent2557464cf55adee5d67ac683f154715854e43312 (diff)
downloadzsh-da9b5bb81a87fdbab6c74c75c904e9c4bd44f252.tar.gz
zsh-da9b5bb81a87fdbab6c74c75c904e9c4bd44f252.tar.xz
zsh-da9b5bb81a87fdbab6c74c75c904e9c4bd44f252.zip
show current/previous job in $jobstates (3503)
Diffstat (limited to 'Doc/Zsh/mod_parameter.yo')
-rw-r--r--Doc/Zsh/mod_parameter.yo13
1 files changed, 7 insertions, 6 deletions
diff --git a/Doc/Zsh/mod_parameter.yo b/Doc/Zsh/mod_parameter.yo
index dc611258e..2d2847af2 100644
--- a/Doc/Zsh/mod_parameter.yo
+++ b/Doc/Zsh/mod_parameter.yo
@@ -127,12 +127,13 @@ item(tt(jobstates))(
 This associative array gives information about the states of the jobs
 currently known. The keys are the job numbers and the values are
 strings of the form
-`var(job-state):var(pid)tt(=)var(state)tt(...)'. The var(job-state)
-gives the state the whole job is currently in, one of `tt(running)',
-`tt(suspended)', or `tt(done)'. This is followed by one
-`var(pid)tt(=)var(state)' for every process in the job. The var(pid)s
-are, of course, the process IDs and the var(state) describes the state 
-of that process.
+`var(job-state):var(mark):var(pid)tt(=)var(state)tt(...)'. The
+var(job-state) gives the state the whole job is currently in, one of
+`tt(running)', `tt(suspended)', or `tt(done)'. The var(mark) is
+`tt(+)' for the current job, `tt(-)' for the previous job and empty
+otherwise. This is followed by one `var(pid)tt(=)var(state)' for every
+process in the job. The var(pid)s are, of course, the process IDs and
+the var(state) describes the state of that process.
 )
 vindex(nameddirs)
 item(tt(nameddirs))(