about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2006-02-15 09:43:38 +0000
committerWayne Davison <wayned@users.sourceforge.net>2006-02-15 09:43:38 +0000
commit00f35c2460febc3f435807718c1dffc289dab2a1 (patch)
treeb38b66fcbcded5f1c6dfe9c1352ff6d7d9e526fe
parent5b1d731c4b7d678e57f7e68f935d26e372dde0f2 (diff)
downloadzsh-00f35c2460febc3f435807718c1dffc289dab2a1.tar.gz
zsh-00f35c2460febc3f435807718c1dffc289dab2a1.tar.xz
zsh-00f35c2460febc3f435807718c1dffc289dab2a1.zip
Mention that the user can request field-splitting in
addition to choosing to use an array.
-rw-r--r--Doc/Zsh/roadmap.yo4
1 files changed, 2 insertions, 2 deletions
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)).