Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: expn.yo typo



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.



Messages sorted by: Reverse Date, Date, Thread, Author