diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-06 09:59:38 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-06 09:59:38 +0000 |
commit | 1c165c8aa4c905da7e8e5e2124e3404025cd7ac3 (patch) | |
tree | 843e49a958eb310892bd400fec0db94366514bfb /Doc/Zsh/compsys.yo | |
parent | 559f1f2206cee48ccd70de9a50c108aa03a35940 (diff) | |
download | zsh-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/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index be78b0aa2..3bd5f008a 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1545,7 +1545,8 @@ string to display above matches in completion lists. The sequence what these matches are. This string may also contain the following sequences to specify output attributes, ifnzman(noderef(Prompt Expansion))\ -ifzman(as described in the section PROMPT EXPANSION in zmanref(zshmisc)): +ifzman(as described in the section EXPANSION OF PROMPT SEQUENCES in +zmanref(zshmisc)): `tt(%B)', `tt(%S)', `tt(%U)', `tt(%F)', `tt(%K)' and their lower case counterparts, as well as `tt(%{)...tt(%})'. `tt(%F)', `tt(%K)' and `tt(%{)...tt(%})' take arguments in the same form as prompt |