about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-16 16:32:37 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-16 16:32:39 +0000
commit490478378f5f7bb89d70655c26be79691bb67339 (patch)
tree5c8c0e2949f4d2e7b5a91ff4ba6b505d3e6d06ea
parentc7bc62aa0674d3677ce019333f4b8cd95aa8d189 (diff)
downloadzsh-490478378f5f7bb89d70655c26be79691bb67339.tar.gz
zsh-490478378f5f7bb89d70655c26be79691bb67339.tar.xz
zsh-490478378f5f7bb89d70655c26be79691bb67339.zip
unposted: docs: Fix a cross-reference.
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/options.yo4
-rw-r--r--Doc/Zsh/params.yo2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 65f3ba404..74b14eebb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-01-16  Daniel Shahaf  <danielsh@apache.org>
+
+	* unposted: Doc/Zsh/options.yo, Doc/Zsh/params.yo: docs: Fix
+	a cross-reference.
+
 2020-01-15  Daniel Shahaf  <danielsh@apache.org>
 
 	* 45287: Doc/Zsh/expn.yo: zshexpn: Describe parameter elision
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 88bb643d1..fdea51412 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -2334,7 +2334,9 @@ cindex(sh, field splitting style)
 item(tt(SH_WORD_SPLIT) (tt(-y)) <K> <S>)(
 Causes field splitting to be performed on unquoted parameter expansions.
 Note that this option has nothing to do with word splitting.
-(See noderef(Parameter Expansion).)
+(See 
+ifzman(zmanref(zshexpn))\
+ifnzman(noderef(Parameter Expansion)).)
 )
 pindex(TRAPS_ASYNC)
 pindex(NO_TRAPS_ASYNC)
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 5025ef477..8daf33d5e 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -129,7 +129,7 @@ both var(key) and var(value) undergo all forms of expansion
 allowed for single word shell expansions (this does not include filename
 generation); these are as performed by the parameter expansion flag
 tt(LPAR()e+RPAR()) as described in
-ifzman(zmanref(zshparam))\
+ifzman(zmanref(zshexpn))\
 ifnzman(noderef(Parameter Expansion)).
 Nested parentheses may surround var(value) and are included as part of the
 value, which is joined into a plain string; this differs from ksh which