diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-06 11:03:28 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-06 11:03:28 +0000 |
commit | bb02ef15c795dda819d2b5462fa60743af516328 (patch) | |
tree | 70660da623bc06de5127efc09e2f9dbc2accf813 | |
parent | 1c165c8aa4c905da7e8e5e2124e3404025cd7ac3 (diff) | |
download | zsh-bb02ef15c795dda819d2b5462fa60743af516328.tar.gz zsh-bb02ef15c795dda819d2b5462fa60743af516328.tar.xz zsh-bb02ef15c795dda819d2b5462fa60743af516328.zip |
unposted: typo in previous patch spotted by Mikael
-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))\ ). ) |