diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/zle.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 67e66830d..bfdbbd736 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -413,8 +413,8 @@ within this invocation of ZLE. Any following invocation (e.g., the next command line) will start as usual with the `tt(main)' keymap selected. ) item(tt(-F) [ tt(-L) ] [ var(fd) [ var(handler) ] ])( -Only available if your system support the `select' system call; most -modern systems do. +Only available if your system supports one of the `poll' or `select' system +calls; most modern systems do. Installs var(handler) (the name of a shell function) to handle input from file descriptor var(fd). When zle is attempting to read data, it will |