about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-02-06 09:59:38 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-02-06 09:59:38 +0000
commit1c165c8aa4c905da7e8e5e2124e3404025cd7ac3 (patch)
tree843e49a958eb310892bd400fec0db94366514bfb /Doc/Zsh/expn.yo
parent559f1f2206cee48ccd70de9a50c108aa03a35940 (diff)
downloadzsh-1c165c8aa4c905da7e8e5e2124e3404025cd7ac3.tar.gz
zsh-1c165c8aa4c905da7e8e5e2124e3404025cd7ac3.tar.xz
zsh-1c165c8aa4c905da7e8e5e2124e3404025cd7ac3.zip
26517: fix naming of prompt expansion section in Unix manual
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 1468a3a36..446933e43 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -64,7 +64,7 @@ most recent command is always retained in any case.  Each saved command in
 the history list is called a history em(event) and is assigned a number,
 beginning with 1 (one) when the shell starts up.  The history number that
 you may see in your prompt (see
-ifzman(Prompt Expansion in zmanref(zshmisc))\
+ifzman(EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\
 ifnzman(noderef(Prompt Expansion))\
 ) is the number that is to be assigned to the em(next) command.
 
@@ -708,7 +708,9 @@ If the tt(MULTIBYTE) option is set and the number is greater than 127
 )
 item(tt(%))(
 Expand all tt(%) escapes in the resulting words in the same way as in
-prompts (see noderef(Prompt Expansion)). If this flag is given twice,
+prompts (see 
+ifzman(EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\
+ifnzman(noderef(Prompt Expansion))). If this flag is given twice,
 full prompt expansion is done on the resulting words, depending on the
 setting of the tt(PROMPT_PERCENT), tt(PROMPT_SUBST) and tt(PROMPT_BANG)
 options.