select_tut.2: Mention POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 08:11:04 +02:00
parent e9419385e7
commit 925b118e3a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO \-
synchronous I/O multiplexing
.SH SYNOPSIS
.nf
/* According to POSIX.1-2001 */
/* According to POSIX.1-2001, POSIX.1-2008 */
.br
.B #include <sys/select.h>
.sp