Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: expn.yo typo
- X-seq: zsh-workers 7882
- From: Adam Spiers <adam@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: PATCH: expn.yo typo
- Date: Thu, 16 Sep 1999 23:35:46 +0100
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
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