Work around expm1f bug on IRIX 6.5.
[gnulib.git] / doc / posix-functions / select.texi
index 0b52c27..e59b3cf 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{select}
 @findex select
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/select.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/select.html}
 
 Gnulib module: select
 
@@ -37,4 +37,8 @@ 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}.
+@item
+This function is declared in @code{<unistd.h>}, not @code{<sys/select.h>},
+on some platforms:
+IRIX 5.3.
 @end itemize