zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 1/1] Document that %str and %?str job specifiers only match the last such job.
@ 2016-11-18 20:11 Mikel Ward
  0 siblings, 0 replies; only message in thread
From: Mikel Ward @ 2016-11-18 20:11 UTC (permalink / raw)
  To: zsh-workers; +Cc: Mikel Ward

$ jobs
[1]  - suspended  vim
[2]  + suspended  vim

$ jobs %v
[2]  + suspended  vim

$ jobs %?v
[2]  + suspended  vim
---
 Doc/Zsh/jobs.yo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/Zsh/jobs.yo b/Doc/Zsh/jobs.yo
index d939501..6262dd2 100644
--- a/Doc/Zsh/jobs.yo
+++ b/Doc/Zsh/jobs.yo
@@ -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.)
-- 
2.8.0.rc3.226.g39d4020


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-18 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18 20:11 [PATCH 1/1] Document that %str and %?str job specifiers only match the last such job Mikel Ward

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).