diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-15 18:10:10 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-15 18:10:10 +0000 |
commit | 2a5a899a55fd2bce10efd01c75a4bec5285aa46c (patch) | |
tree | 4744bc2f1a6b86fc1b12870be94edf96fdab4879 /Doc/Zsh/compat.yo | |
parent | 9003d99d16c46b5679da7fcf1f2a41adef495ff9 (diff) | |
download | zsh-2a5a899a55fd2bce10efd01c75a4bec5285aa46c.tar.gz zsh-2a5a899a55fd2bce10efd01c75a4bec5285aa46c.tar.xz zsh-2a5a899a55fd2bce10efd01c75a4bec5285aa46c.zip |
zsh-3.1.5-pws-4 zsh-3.1.5-pws-4
Diffstat (limited to 'Doc/Zsh/compat.yo')
-rw-r--r-- | Doc/Zsh/compat.yo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/compat.yo b/Doc/Zsh/compat.yo index 529bd4557..a1ebd5411 100644 --- a/Doc/Zsh/compat.yo +++ b/Doc/Zsh/compat.yo @@ -32,9 +32,9 @@ The usual zsh startup/shutdown scripts are not executed. Login shells source tt(/etc/profile) followed by tt($HOME/.profile). If the tt(ENV) environment variable is set on invocation, tt($ENV) is sourced after the profile scripts. The value of tt(ENV) is subjected to -parameter expansion, command substitution, and arithmetic expansion before -being interpreted as a pathname. Note that the tt(PRIVILEGED) option -also affects the execution of startup files. +parameter expansion, command substitution, and arithmetic expansion +before being interpreted as a pathname. Note that the tt(PRIVILEGED) +option also affects the execution of startup files. The following options are set if the shell is invoked as tt(sh) or tt(ksh): |