mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-18 15:21:16 +02:00
zsh-workers/9639
This commit is contained in:
parent
0bed0dab5c
commit
3c9c93a727
2 changed files with 2 additions and 2 deletions
|
@ -310,7 +310,7 @@ vindex(NULLCMD, ignoring)
|
||||||
vindex(READNULLCMD, ignoring)
|
vindex(READNULLCMD, ignoring)
|
||||||
cindex(redirections with no command, csh)
|
cindex(redirections with no command, csh)
|
||||||
cindex(csh, redirections with no command)
|
cindex(csh, redirections with no command)
|
||||||
item(tt(IGNORE_NULLCMD) <C>)(
|
item(tt(CSH_NULLCMD) <C>)(
|
||||||
Do not use the values of tt(NULLCMD) and tt(READNULLCMD)
|
Do not use the values of tt(NULLCMD) and tt(READNULLCMD)
|
||||||
when running redirections with no command. This make
|
when running redirections with no command. This make
|
||||||
such redirections fail (see noderef(Redirection)).
|
such redirections fail (see noderef(Redirection)).
|
||||||
|
|
|
@ -198,7 +198,7 @@ when tt(MULTIOS) is unset will truncate bar, and write `tt(foo)' into baz.
|
||||||
sect(Redirections with no command)
|
sect(Redirections with no command)
|
||||||
vindex(NULLCMD, use of)
|
vindex(NULLCMD, use of)
|
||||||
vindex(READNULLCMD, use of)
|
vindex(READNULLCMD, use of)
|
||||||
pindex(IGNORE_NULLCMD, use of)
|
pindex(CSH_NULLCMD, use of)
|
||||||
pindex(SH_NULLCMD, use of)
|
pindex(SH_NULLCMD, use of)
|
||||||
When a simple command consists of one or more redirection operators
|
When a simple command consists of one or more redirection operators
|
||||||
and zero or more parameter assignments, but no command name, zsh can
|
and zero or more parameter assignments, but no command name, zsh can
|
||||||
|
|
Loading…
Reference in a new issue