From 623d3185814963898655457abcd6577703312a2d Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Mon, 9 Nov 2015 23:48:24 +0900 Subject: 37085: fix doc: DEBUG_BEFORE_CMD is set by default --- Doc/Zsh/options.yo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Doc/Zsh/options.yo') 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 ) -pindex(NO_DEBUG_BEFORE_CMD ) -pindex(DEBUGBEFORECMD ) -pindex(NODEBUGBEFORECMD ) +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) )( 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. -- cgit 1.4.1