about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-04-05 09:58:39 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-04-05 09:58:39 +0000
commit116d5b0fea5e25d8406741bd5eac1582d6ee3f17 (patch)
tree32ef718bc9ee76ac09a785693c0abff44b36e4b0
parent3d1391f35c6580f93b91ece18db3da903e0b3c01 (diff)
downloadzsh-116d5b0fea5e25d8406741bd5eac1582d6ee3f17.tar.gz
zsh-116d5b0fea5e25d8406741bd5eac1582d6ee3f17.tar.xz
zsh-116d5b0fea5e25d8406741bd5eac1582d6ee3f17.zip
22375: doc for ${(0)...} splitting
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/expn.yo4
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