about summary refs log tree commit diff
path: root/Doc
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 /Doc
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
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo2
1 files changed, 1 insertions, 1 deletions
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