diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-06-06 09:04:46 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-06-06 09:04:46 +0000 |
commit | 9e97cfa052cba672d68dd6e7dfd7628719eda5aa (patch) | |
tree | 4e5418d6bc3e15c81673a36bd4779b57781d3e6c /Doc | |
parent | c2c3e7e8864159e8e8fa6847fad5d602ec282a64 (diff) | |
download | zsh-9e97cfa052cba672d68dd6e7dfd7628719eda5aa.tar.gz zsh-9e97cfa052cba672d68dd6e7dfd7628719eda5aa.tar.xz zsh-9e97cfa052cba672d68dd6e7dfd7628719eda5aa.zip |
17293: support poll() as preferred alternative to select() in zle
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 |