about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-16 23:14:04 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-16 23:14:04 +0000
commitc5a01da6e106109ff731e986d0bf9339dc0e5858 (patch)
treef6daa6e148fa7d433b3cb72558592d1ebdda323b
parent7cfb3626e5d78b632e5b62c200fdd906cf62c108 (diff)
downloadzsh-c5a01da6e106109ff731e986d0bf9339dc0e5858.tar.gz
zsh-c5a01da6e106109ff731e986d0bf9339dc0e5858.tar.xz
zsh-c5a01da6e106109ff731e986d0bf9339dc0e5858.zip
zsh-workers/7882
-rw-r--r--Doc/Zsh/expn.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 191066f52..43562fbf3 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -559,7 +559,7 @@ further parameter name, whose value will be used where appropriate. If used
 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.