zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: expn.yo typo
@ 1999-09-16 22:35 Adam Spiers
  0 siblings, 0 replies; only message in thread
From: Adam Spiers @ 1999-09-16 22:35 UTC (permalink / raw)
  To: zsh workers mailing list

Some brackets were missing here for some reason.

Index: Doc/Zsh/expn.yo
===================================================================
RCS file: /usr/local/cvsroot/zsh/Doc/Zsh/expn.yo,v
retrieving revision 1.3
diff -u -r1.3 expn.yo
--- Doc/Zsh/expn.yo	1999/09/16 17:29:51	1.3
+++ Doc/Zsh/expn.yo	1999/09/16 22:29:44
@@ -559,7 +559,7 @@
 with a nested parameter or command substitution, the result of that will be
 taken as a parameter name in the same way.  For example, if you have
 `tt(foo=bar)' and `tt(bar=baz)', the strings tt(${(P)foo}),
-tt(${(P)${foo}}), and tt${(P)$(echo bar)} will be expanded to `tt(baz)'.
+tt(${(P)${foo}}), and tt(${(P)$(echo bar)}) will be expanded to `tt(baz)'.
 )
 item(tt(o))(
 Sort the resulting words in ascending order.


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

only message in thread, other threads:[~1999-09-16 22:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-16 22:35 PATCH: expn.yo typo Adam Spiers

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