aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2/select.2
diff options
context:
space:
mode:
Diffstat (limited to 'man/man2/select.2')
-rw-r--r--man/man2/select.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man2/select.2 b/man/man2/select.2
index e97be1c098..25e80f216f 100644
--- a/man/man2/select.2
+++ b/man/man2/select.2
@@ -21,7 +21,7 @@ Standard C library
.BI " struct timeval *_Nullable restrict " timeout );
.P
.BI "void FD_CLR(int " fd ", fd_set *" set );
-.BI "int FD_ISSET(int " fd ", fd_set *" set );
+.BI "int FD_ISSET(int " fd ", const fd_set *" set );
.BI "void FD_SET(int " fd ", fd_set *" set );
.BI "void FD_ZERO(fd_set *" set );
.P
@@ -436,7 +436,7 @@ Portable programs may wish to check for
and loop, just as with
.BR EINTR .
.SH STANDARDS
-POSIX.1-2008.
+POSIX.1-2024.
.SH HISTORY
.TP
.BR select ()