diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/options.yo | 10 |
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))( |