zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Fix typo in zshexpn(1)
@ 2009-09-18 21:43 Holger Weiss
  0 siblings, 0 replies; only message in thread
From: Holger Weiss @ 2009-09-18 21:43 UTC (permalink / raw)
  To: Zsh Workers

The zshexpn(1) manual says that "`^foo^bar:G' performs a global
substitution," this lacks the final `^'.
---
 Doc/Zsh/expn.yo |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 59b6aeb..2578baf 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -117,7 +117,7 @@ repeats the last command, replacing the string var(foo) with var(bar).
 More precisely, the sequence `tt(^)var(foo)tt(^)var(bar)tt(^)' is
 synonymous with `tt(!!:s)tt(^)var(foo)tt(^)var(bar)tt(^)', hence other
 modifiers (see noderef(Modifiers)) may follow the final `tt(^)'.
-In particular, `tt(^)var(foo)tt(^)var(bar)tt(:G)' performs a global
+In particular, `tt(^)var(foo)tt(^)var(bar)tt(^:G)' performs a global
 substitution.
 
 If the shell encounters the character sequence `tt(!")'
-- 
Holger


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

only message in thread, other threads:[~2009-09-18 21:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-18 21:43 [PATCH] Fix typo in zshexpn(1) Holger Weiss

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