diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-07-21 14:56:18 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-07-21 14:56:18 +0000 |
| commit | a28e26a155ceae6c8770eea2954d70b23f57b8b5 (patch) | |
| tree | 0e8bd5d01101c219d92f25a62253bf005a558910 | |
| parent | c07981e7167a26b31a7fb76f5da97e399645c4cd (diff) | |
| download | man-pages-a28e26a155ceae6c8770eea2954d70b23f57b8b5.tar.gz | |
s%IO%I/O%
| -rw-r--r-- | man2/mmap.2 | 2 | ||||
| -rw-r--r-- | man4/mem.4 | 2 | ||||
| -rw-r--r-- | man7/socket.7 | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/man2/mmap.2 b/man2/mmap.2 index 92d06e75ec..9bb2f20a83 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -184,7 +184,7 @@ is set. This flag is currently only supported on x86-64 for 64bit programs. 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. diff --git a/man4/mem.4 b/man4/mem.4 index 1b94aa993a..1697ab6cbf 100644 --- a/man4/mem.4 +++ b/man4/mem.4 @@ -65,7 +65,7 @@ chown root:kmem /dev/kmem .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 diff --git a/man7/socket.7 b/man7/socket.7 index 884474d1ca..f1d269172a 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -109,7 +109,7 @@ or .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). @@ -611,8 +611,8 @@ capability or an effective UID of 0. .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 |
