From a02f3b69102b0e1d0541eeb5715197e08e1d21ab Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 18 Oct 2012 08:28:46 +0000 Subject: c.f. users/17330: fix reference to splitting rule in parameter expn rules --- ChangeLog | 7 ++++++- Doc/Zsh/expn.yo | 2 +- 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 + + * c.f. users/17330: Doc/Zsh/expn.yo: fix reference to splitting + rule in parameter expansion rules. + 2012-10-11 Peter Stephenson * 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 -- cgit 1.4.1