about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-11-09 23:48:24 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-11-09 23:48:24 +0900
commit623d3185814963898655457abcd6577703312a2d (patch)
treed1abb5c3b502edef4cdc0c2ecdbc9ac7d7f2f346 /Doc/Zsh/options.yo
parentd3d5325d27db3a56b7caf5313617d5e84aae8fe7 (diff)
downloadzsh-623d3185814963898655457abcd6577703312a2d.tar.gz
zsh-623d3185814963898655457abcd6577703312a2d.tar.xz
zsh-623d3185814963898655457abcd6577703312a2d.zip
37085: fix doc: DEBUG_BEFORE_CMD is set by default
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 60379cabc..f37753991 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1568,13 +1568,13 @@ ifnzman(noderef(Arithmetic Evaluation))\
 ifzman(the section ARITHMETIC EVALUATION in zmanref(zshmisc))
 has an explicit list.
 )
-pindex(DEBUG_BEFORE_CMD <D>)
-pindex(NO_DEBUG_BEFORE_CMD <D>)
-pindex(DEBUGBEFORECMD <D>)
-pindex(NODEBUGBEFORECMD <D>)
+pindex(DEBUG_BEFORE_CMD)
+pindex(NO_DEBUG_BEFORE_CMD)
+pindex(DEBUGBEFORECMD)
+pindex(NODEBUGBEFORECMD)
 cindex(traps, DEBUG, before or after command)
 cindex(DEBUG trap, before or after command)
-item(tt(DEBUG_BEFORE_CMD))(
+item(tt(DEBUG_BEFORE_CMD) <D>)(
 Run the tt(DEBUG) trap before each command; otherwise it is run after
 each command.  Setting this option mimics the behaviour of ksh 93; with
 the option unset the behaviour is that of ksh 88.