From 485cb95acef1b2dbddfc962c13691dd0c0b44d28 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Wed, 12 Sep 2007 03:12:32 +0000 Subject: Merge of 2237[56]: ${(0)...} splits on null bytes. --- Doc/Zsh/expn.yo | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Doc') diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 7e35cd13e..a22296c84 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -817,6 +817,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 -- cgit 1.4.1