about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-10-18 08:28:46 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-10-18 08:28:46 +0000
commita02f3b69102b0e1d0541eeb5715197e08e1d21ab (patch)
tree6ba5c8e5f0eb7500ac95d0049696b956a9369d85
parent4b86cc48f704152ccca13c50bc3acd59b4217ecc (diff)
downloadzsh-a02f3b69102b0e1d0541eeb5715197e08e1d21ab.tar.gz
zsh-a02f3b69102b0e1d0541eeb5715197e08e1d21ab.tar.xz
zsh-a02f3b69102b0e1d0541eeb5715197e08e1d21ab.zip
c.f. users/17330: fix reference to splitting rule in parameter expn rules
-rw-r--r--ChangeLog7
-rw-r--r--Doc/Zsh/expn.yo2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b1508a47..d70dc1d51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-18  Peter Stephenson  <pws@csr.com>
+
+	* c.f. users/17330: Doc/Zsh/expn.yo: fix reference to splitting
+	rule in parameter expansion rules.
+
 2012-10-11  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 30726: Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c,
@@ -269,5 +274,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5745 $
+* $Revision: 1.5746 $
 *****************************************************
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 8ee72bbdb..18d0447f3 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1329,7 +1329,7 @@ used to evaluate the length of the expression so far.
 )
 item(tt(10.) em(Forced joining))(
 If the `tt((j))' flag is present, or no `tt((j))' flag is present but
-the string is to be split as given by rules tt(16.) or tt(17.), and joining
+the string is to be split as given by rules tt(11.), and joining
 did not take place at step tt(5.), any words in the value are joined
 together using the given string or the first character of tt($IFS) if none.
 Note that the `tt((F))' flag implicitly supplies a string for joining in this