1
0
Fork 0
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:
Mikel Ward 2016-11-18 12:11:40 -08:00 committed by Peter Stephenson
parent f35198d837
commit a2426747da
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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.)