diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-27 19:24:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-27 19:24:22 +0000 |
commit | 06b7029aa8c06310135734c646ba795772f973bb (patch) | |
tree | 6c3bb2514acb0950010a8bb350ac9634792d8096 /Doc/Zsh | |
parent | b49746d827349233da6a5365b46ef9a0454c3cea (diff) | |
download | zsh-06b7029aa8c06310135734c646ba795772f973bb.tar.gz zsh-06b7029aa8c06310135734c646ba795772f973bb.tar.xz zsh-06b7029aa8c06310135734c646ba795772f973bb.zip |
27638, based on Frank Terbeck, 27633: SOURCETRACE option
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 8c11c828d..254c35d02 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1584,6 +1584,18 @@ Sequences of digits indicating a numeric base such as the `tt(08)' component in `tt(08#77)' are always interpreted as decimal, regardless of leading zeroes. ) +pindex(SOURCE_TRACE) +pindex(NO_SOURCE_TRACE) +pindex(SOURCETRACE) +pindex(NOSOURCETRACE) +item(tt(SOURCE_TRACE))( +If set, zsh will print an informational message announcing the name of +each file it loads. The format of the output is similar to that +for the tt(XTRACE) option, with the message tt(<sourcetrace>). +A file may be loaded by the shell itself when it +starts up and shuts down (tt(Startup/Shutdown Files)) or by the use of +the `tt(source)' and `tt(dot)' builtin commands. +) pindex(TYPESET_SILENT) pindex(NO_TYPESET_SILENT) pindex(TYPESETSILENT) @@ -1610,7 +1622,11 @@ pindex(NOXTRACE) cindex(tracing, of commands) cindex(commands, tracing) item(tt(XTRACE) (tt(-x), ksh: tt(-x)))( -Print commands and their arguments as they are executed. +Print commands and their arguments as they are executed. The +output is proceded by the value of tt($PS4), formatted as described +in +ifzman(the section EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\ +ifnzman(noderef(Prompt Expansion)). ) enditem() |