Populate (prefault) pagetables.
.TP
.BR MAP_NONBLOCK " (since Linux 2.5.46)"
-Do not block on IO.
+Do not block on I/O.
.LP
Some systems document the additional flags MAP_AUTOGROW, MAP_AUTORESRV,
MAP_COPY, and MAP_LOCAL.
.LP
\fBport\fP is similar to
.BR mem ,
-but the IO ports are accessed.
+but the I/O ports are accessed.
.LP
It is typically created by:
.RS
.BR pwrite (2)
with a non-zero position is not supported on sockets.
.PP
-It is possible to do non-blocking IO on sockets by setting the
+It is possible to do non-blocking I/O on sockets by setting the
.B O_NONBLOCK
flag on a socket file descriptor using
.BR fcntl (2).
.B FIOASYNC
Change the
.B O_ASYNC
-flag to enable or disable asynchronous IO mode of the socket.
-Asynchronous IO mode means that the
+flag to enable or disable asynchronous I/O mode of the socket.
+Asynchronous I/O mode means that the
.B SIGIO
signal or the signal set with
.B F_SETSIG