1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-29 11:26:03 +02:00

26797: yet more changes to posix_aliases information

This commit is contained in:
Peter Stephenson 2009-03-26 15:21:39 +00:00
parent aa529d0032
commit 7df454402c
2 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,7 @@
2009-03-26 Peter Stephenson <pws@csr.com>
* 26797: Doc/Zsh/options.yo: further minor changes.
* 26795: Doc/Zsh/options.yo: further warning in POSIX_ALIASES.
2009-03-25 Peter Stephenson <pws@csr.com>
@ -11497,5 +11499,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4639 $
* $Revision: 1.4640 $
*****************************************************

View File

@ -1721,12 +1721,13 @@ ifzman(the section RESERVED WORDS in zmanref(zshmisc)).
Alias expansion takes place while text is being read; hence when this
option is set it does not take effect until the end of any function or
other piece of shell code evaluated as one unit. Note this may
other piece of shell code parsed as one unit. Note this may
cause differences from other shells even when the option is in
effect. For example, when running a command with `tt(zsh -c)' the
entire command argument is parsed in one go, so aliases defined within
the argument are not available even in later lines. If in doubt, avoid use
of aliases in non-interactive code.
effect. For example, when running a command with `tt(zsh -c)',
or even `tt(zsh -o posixaliases -c)', the entire command argument is parsed
as one unit, so aliases defined within the argument are not available even
in later lines. If in doubt, avoid use of aliases in non-interactive
code.
)
pindex(POSIX_BUILTINS)
pindex(NO_POSIX_BUILTINS)