diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index dc5f74aa2..09f30aae2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-02-06 Peter Stephenson <pws@csr.com> + * unposted: Doc/Zsh/builtins.yo: typo in previous patch + spotted by Mikael. + * 26517: Doc/Zsh/builtins.yo, Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo, Doc/Zsh/options.yo, Doc/Zsh/params.yo: prompt expansion section in Unix manual @@ -11090,5 +11093,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4550 $ +* $Revision: 1.4551 $ ***************************************************** diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index d2f555a9d..9927e9f71 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -897,7 +897,7 @@ Print the arguments to the input of the coprocess. ) item(tt(-P))( Perform prompt expansion (see -ifzman(EXPANSION OF PROMPT SEQUENCES IN zmanref(zshmisc))\ +ifzman(EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\ ifnzman(noderef(Prompt Expansion))\ ). ) |