diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/expn.yo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index d0d96c532..a867c59a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-05-03 Peter Stephenson <pws@cambridgesiliconradio.com> + + * 11126: Doc/Zsh/expn.yo: typos in 11117. + 2000-05-03 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> * 11121: Completion/User/_fakeroot, Completion/User/_rlogin, diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index c0e525067..c0a58690a 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -680,9 +680,9 @@ item(tt(z))( Split the result of the expansion into words using shell parsing to find the words, i.e. taking into account any quoting in the value. -Note that this is done very lately, as for the `tt((s))' flag. So to +Note that this is done very late, as for the `tt((s))' flag. So to access single words in the result, one has to use nested expansions as -in `tt(${${(z)foo}[2]}'. Likewise, to remove the quotes in the +in `tt(${${(z)foo}[2]})'. Likewise, to remove the quotes in the resulting words one would do: `tt(${(Q)${(z)foo}})'. ) item(tt(t))( |