This commit is contained in:
Michael Kerrisk 2008-02-28 16:10:54 +00:00
parent 3bc917f6ca
commit 146c1764f0
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ When and how you will use the file descriptor is entirely up to you.
.sp
For packet/token-oriented files (e.g., datagram socket,
terminal in canonical mode),
the only way to detect the end of the read/write I/O space.
the only way to detect the end of the read/write I/O space
is to continue to read/write until
.BR EAGAIN .
.sp