From 9e97cfa052cba672d68dd6e7dfd7628719eda5aa Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 6 Jun 2002 09:04:46 +0000 Subject: 17293: support poll() as preferred alternative to select() in zle --- Doc/Zsh/zle.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/zle.yo') 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 -- cgit 1.4.1