diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-24 01:09:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-24 01:09:34 +0000 |
commit | 93bb6f11725c73ad55491b2db2d3b7afd0759575 (patch) | |
tree | 099c4e00e42f1c3f280cd2590ffb559547f6e37e | |
parent | 36f8699a071309b7377e781b6f329d7fc2d01594 (diff) |
Notes
-rw-r--r-- | lib/libc/sys/select.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 344adb141e7fb..528645c3184fd 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -57,6 +57,8 @@ and to see if some of their descriptors are ready for reading, are ready for writing, or have an exceptional condition pending, respectively. +The only exceptional condition detectable is out-of-band +data received on a socket. The first .Fa nfds descriptors are checked in each set; |