about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-02-11 17:57:56 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-02-11 17:57:56 +0000
commitf2dd38acc1001b06f7aab600c8d89b61f16d37ff (patch)
tree78755e977f6c80cd5b5fae0d3ac70857f1649095 /Doc
parent76f05a9932c5f9aa1ea7ea7bd1cf08f65fd43e7c (diff)
downloadzsh-f2dd38acc1001b06f7aab600c8d89b61f16d37ff.tar.gz
zsh-f2dd38acc1001b06f7aab600c8d89b61f16d37ff.tar.xz
zsh-f2dd38acc1001b06f7aab600c8d89b61f16d37ff.zip
Richard Hartmann: 26550: document unchangeable options better
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/options.yo10
1 files changed, 6 insertions, 4 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 2cd02bf31..b5ce8139e 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1837,7 +1837,8 @@ the standard input is a tty and commands are being read from standard input.
 (See the discussion of tt(SHIN_STDIN).)
 This heuristic may be overridden by specifying a state for this option
 on the command line.
-The value of this option cannot be changed anywhere other than the command line.
+The value of this option can only be changed with command line parameters.
+It cannot be changed once zsh is running.
 )
 pindex(LOGIN)
 pindex(NO_LOGIN)
@@ -1891,8 +1892,8 @@ Note that setting or unsetting this option on the command line does not
 necessarily affect the state the option will have while the shell is
 running - that is purely an indicator of whether on not commands are
 em(actually) being read from standard input.
-The value of this option cannot be changed anywhere other 
-than the command line.
+The value of this option can only be changed with command line parameters.
+It cannot be changed once zsh is running.
 )
 pindex(SINGLE_COMMAND)
 pindex(NO_SINGLE_COMMAND)
@@ -1904,7 +1905,8 @@ item(tt(SINGLE_COMMAND) (tt(-t), ksh: tt(-t)))(
 If the shell is reading from standard input, it exits after a single command
 has been executed.  This also makes the shell non-interactive, unless the
 tt(INTERACTIVE) option is explicitly set on the command line.
-The value of this option cannot be changed anywhere other than the command line.
+The value of this option can only be changed with command line parameters.
+It cannot be changed once zsh is running.
 )
 enditem()