From 885509c023dadf766f14c6a51d60048c835e1cd7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 2 May 2004 19:55:54 +0000 Subject: Fix TRAPS_ASYNC so that it handles signals correctly. --- Doc/Zsh/options.yo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 7f398cac6..d67d2b16c 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1191,11 +1191,11 @@ line. This may be useful with terminals with other cut/paste methods. ) pindex(TRAPS_ASYNC) cindex(traps, asynchronous) -item(tt(TRAPS_ASYNC) )( -While waiting for a program to exit, run traps immediately. Otherwise -the trap is run after the program has exited. Note this does not affect -the point at which traps are run for any case other than when the shell is -waiting for a child process. +item(tt(TRAPS_ASYNC))( +While waiting for a program to exit, handle signals and run traps +immediately. Otherwise the trap is run after a child process has exited. +Note this does not affect the point at which traps are run for any case +other than when the shell is waiting for a child process. ) pindex(TYPESET_SILENT) item(tt(TYPESET_SILENT))( -- cgit v1.2.3