diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-09 18:58:23 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-09 18:58:23 +0000 |
| commit | 3c9c93a727a7777374b5f3daf463e1659e65e9c2 (patch) | |
| tree | 9d2053db72d05930711079ae3461a5e610e2b19a /Doc | |
| parent | zsh-workers/9638 (diff) | |
| download | zsh-3c9c93a727a7777374b5f3daf463e1659e65e9c2.tar zsh-3c9c93a727a7777374b5f3daf463e1659e65e9c2.tar.gz zsh-3c9c93a727a7777374b5f3daf463e1659e65e9c2.tar.bz2 zsh-3c9c93a727a7777374b5f3daf463e1659e65e9c2.tar.lz zsh-3c9c93a727a7777374b5f3daf463e1659e65e9c2.tar.xz zsh-3c9c93a727a7777374b5f3daf463e1659e65e9c2.tar.zst zsh-3c9c93a727a7777374b5f3daf463e1659e65e9c2.zip | |
zsh-workers/9639
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/options.yo | 2 | ||||
| -rw-r--r-- | Doc/Zsh/redirect.yo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index e319919eb..844046bc0 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -310,7 +310,7 @@ vindex(NULLCMD, ignoring) vindex(READNULLCMD, ignoring) cindex(redirections with no command, csh) 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) when running redirections with no command. This make such redirections fail (see noderef(Redirection)). diff --git a/Doc/Zsh/redirect.yo b/Doc/Zsh/redirect.yo index 9bafe4650..d6d662d4a 100644 --- a/Doc/Zsh/redirect.yo +++ b/Doc/Zsh/redirect.yo @@ -198,7 +198,7 @@ when tt(MULTIOS) is unset will truncate bar, and write `tt(foo)' into baz. sect(Redirections with no command) vindex(NULLCMD, use of) vindex(READNULLCMD, use of) -pindex(IGNORE_NULLCMD, use of) +pindex(CSH_NULLCMD, use of) pindex(SH_NULLCMD, use of) When a simple command consists of one or more redirection operators and zero or more parameter assignments, but no command name, zsh can |
