]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
system_data_types.7: Add 'fd_set'
authorAlejandro Colomar <colomar.6.4.3@gmail.com>
Fri, 9 Oct 2020 08:42:44 +0000 (10:42 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 10 Oct 2020 09:02:06 +0000 (11:02 +0200)
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/system_data_types.7

index b0e0d2b487e240a362ca6001c2efbf95f691e00b..a4a2e0ab87374ed86ef34801e8c67abc88e98963 100644 (file)
@@ -151,6 +151,28 @@ See also the
 .I float_t
 type in this page.
 .RE
+.\"------------------------------------- fd_set -----------------------/
+.TP
+.I fd_set
+.RS
+Include:
+.IR <sys/select.h> .
+Alternatively,
+.IR <sys/time.h> .
+.PP
+A structure type that can represent a set of file descriptors.
+According to POSIX,
+the maximum number of file descriptors in an
+.I fd_set
+structure is the value of the macro
+.BR FD_SETSIZE .
+.PP
+Conforming to:
+POSIX.1-2001 and later.
+.PP
+See also:
+.BR select (2)
+.RE
 .\"------------------------------------- fenv_t -----------------------/
 .TP
 .I fenv_t