aboutsummaryrefslogtreecommitdiffstats
path: root/man2/select.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/select.2')
-rw-r--r--man2/select.26
1 files changed, 1 insertions, 5 deletions
diff --git a/man2/select.2 b/man2/select.2
index 8b1d430509..4c4cc9e688 100644
--- a/man2/select.2
+++ b/man2/select.2
@@ -42,15 +42,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 ,