mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
39978: more accurate doc for finding job by string
This commit is contained in:
parent
f35198d837
commit
a2426747da
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-11-20 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* Mikel Ward: 39978: Doc/Zsh/jobs.yo: more accurate
|
||||
documentation of searching for job by string.
|
||||
|
||||
2016-11-20 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 39992: Src/params.c: setarrvalue: Allocate a correctly-sized
|
||||
|
|
|
@ -74,8 +74,8 @@ or by one of the following:
|
|||
|
||||
startsitem()
|
||||
sitem(tt(%)var(number))(The job with the given number.)
|
||||
sitem(tt(%)var(string))(Any job whose command line begins with var(string).)
|
||||
sitem(tt(%?)var(string))(Any job whose command line contains var(string).)
|
||||
sitem(tt(%)var(string))(The last job whose command line begins with var(string).)
|
||||
sitem(tt(%?)var(string))(The last job whose command line contains var(string).)
|
||||
sitem(tt(%%))(Current job.)
|
||||
sitem(tt(%PLUS()))(Equivalent to `tt(%%)'.)
|
||||
sitem(tt(%-))(Previous job.)
|
||||
|
|
Loading…
Reference in a new issue