aboutsummaryrefslogtreecommitdiffstats
path: root/man2/select_tut.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/select_tut.2')
-rw-r--r--man2/select_tut.26
1 files changed, 1 insertions, 5 deletions
diff --git a/man2/select_tut.2 b/man2/select_tut.2
index 7d710c76de..967fd9b5d4 100644
--- a/man2/select_tut.2
+++ b/man2/select_tut.2
@@ -36,15 +36,11 @@ synchronous I/O multiplexing
.SH SYNOPSIS
.nf
/* According to POSIX.1-2001, POSIX.1-2008 */
-.br
.B #include <sys/select.h>
-
+.PP
/* According to earlier standards */
-.br
.B #include <sys/time.h>
-.br
.B #include <sys/types.h>
-.br
.B #include <unistd.h>
.PP
.BI "int select(int " nfds ", fd_set *" readfds ", fd_set *" writefds ,