about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-05-02 19:55:54 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-05-02 19:55:54 +0000
commit885509c023dadf766f14c6a51d60048c835e1cd7 (patch)
tree8b19327f940f23962d09324f47b24f1981c4b901 /Doc
parent0056db1cfba5cae47e5043a53c5e09c05dc50e4d (diff)
downloadzsh-885509c023dadf766f14c6a51d60048c835e1cd7.tar.gz
zsh-885509c023dadf766f14c6a51d60048c835e1cd7.tar.xz
zsh-885509c023dadf766f14c6a51d60048c835e1cd7.zip
Fix TRAPS_ASYNC so that it handles signals correctly.
Diffstat (limited to 'Doc')
-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 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) <C> <Z>)(
-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))(