summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-14 10:04:18 +0000
committerRoland McGrath <roland@gnu.org>1994-10-14 10:04:18 +0000
commitb51daf82107d32cb8434f6758db47fc9786d1c87 (patch)
treece0420df23b212196ab952535da6a2aac4157c1b
parentbc7e2e8a2314a3fa046a9bab205a6f19fb4abd7c (diff)
(Interrupt Input): Fix xref.
-rw-r--r--manual/llio.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/llio.texi b/manual/llio.texi
index 24c14bd0a3..437fd3d222 100644
--- a/manual/llio.texi
+++ b/manual/llio.texi
@@ -1681,7 +1681,7 @@ descriptor is a socket, this also selects the recipient of @code{SIGURG}
signals that are delivered when out-of-band data arrives on that socket;
see @ref{Out-of-Band Data}. (@code{SIGURG} is sent in any situation
where @code{select} would report the socket as having an ``exceptional
-condition''. @xref{Waiting for Input}.)
+condition''. @xref{Waiting for I/O}.)
If the file descriptor corresponds to a terminal device, then @code{SIGIO}
signals are sent to the foreground process group of the terminal.