diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2011-05-18 01:54:36 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2011-05-18 01:54:36 +0000 |
commit | c439c742e85988ac24463acb0d4b5273752f7b27 (patch) | |
tree | 719a27c920b2a324f8036f6cdd992d4c359dff01 /Doc/Zsh | |
parent | f32c60347fa5888f9fe405263846a97811bb252d (diff) | |
download | zsh-c439c742e85988ac24463acb0d4b5273752f7b27.tar.gz zsh-c439c742e85988ac24463acb0d4b5273752f7b27.tar.xz zsh-c439c742e85988ac24463acb0d4b5273752f7b27.zip |
unposted: Minor clarification in doc for -l option
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 892378469..0e0176227 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -2024,7 +2024,7 @@ pindex(NO_LOGIN) pindex(NOLOGIN) item(tt(LOGIN) (tt(-l), ksh: tt(-l)))( This is a login shell. -If this option is not explicitly set, the shell is a login shell if +If this option is not explicitly set, the shell becomes a login shell if the first character of the tt(argv[0]) passed to the shell is a `tt(-)'. ) pindex(PRIVILEGED) |