diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/expn.yo | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ad0d87da7..d7496c494 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-05 Peter Stephenson <pws@csr.com> + + * 22375: Doc/Zsh/expn.yo: somehow the doc got missed out. + 2006-04-04 Clint Adams <clint@zsh.org> * 22392: Completion/Linux/Command/_analyseplugin: diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 2c705a141..e4e270f98 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -826,6 +826,10 @@ 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 resulting words one would do: `tt(${(Q)${(z)foo}})'. ) +item(tt(0))( +Split the result of the expansion on null bytes. This is a shorthand +for `tt(ps:\0:)'. +) enditem() The following flags (except tt(p)) are followed by one or more arguments |