Regenerated for Unicode 5.1.0.
[gnulib.git] / doc / posix-functions / select.texi
index b7e6357..a9aa263 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{select}
 @findex select
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/select.html}
+POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/select.html}
 
 Gnulib module: select
 
@@ -28,6 +28,10 @@ unmodified.
 On BeOS, @code{select} can only be called on descriptors created by the
 @code{socket} function, not on regular file descriptors.
 @item
+On Solaris 2.6 and older, @code{select} applied to a file descriptor opened
+for reading and associated with @code{/dev/null} hangs, waiting for input,
+when instead it should return immediately.
+@item
 On Linux, when some file descriptor refers to a regular file, @code{select}
 may fail, setting @code{errno} to @code{EBADF}.
 @end itemize