From 00f35c2460febc3f435807718c1dffc289dab2a1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 15 Feb 2006 09:43:38 +0000 Subject: Mention that the user can request field-splitting in addition to choosing to use an array. --- Doc/Zsh/roadmap.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/roadmap.yo') diff --git a/Doc/Zsh/roadmap.yo b/Doc/Zsh/roadmap.yo index f4f122e39..8cae5b409 100644 --- a/Doc/Zsh/roadmap.yo +++ b/Doc/Zsh/roadmap.yo @@ -122,8 +122,8 @@ command line are not split into words. See the description of the shell option tt(SH_WORD_SPLIT) in ifzman(the section `Parameter Expansion' in zmanref(zshexpn))\ ifnzman(noderef(Parameter Expansion)). -In zsh, you should use arrays when you want variables to expand to more -than one word. See +In zsh, you can either explicitly request the splitting (e.g. tt(${=foo})) +or use an array when you want a variable to expand to more than one word. See ifzman(the section `Array Parameters' in zmanref(zshparam))\ ifnzman(noderef(Array Parameters)). -- cgit 1.4.1