diff options
author | 2008-11-16 21:52:58 +0000 | |
---|---|---|
committer | 2008-11-16 21:52:58 +0000 | |
commit | 2e34e9994174c6a43bcb3df60e31583c4d18d157 (patch) | |
tree | 7d71c196184d693771255703fd5ae398e9241cc8 /lib | |
parent | when the aucat backend is used, sio_revents(3) should return POLLHUP (diff) | |
download | wireguard-openbsd-2e34e9994174c6a43bcb3df60e31583c4d18d157.tar.xz wireguard-openbsd-2e34e9994174c6a43bcb3df60e31583c4d18d157.zip |
document that sio_revents() can return POLLHUP
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsndio/sio_open.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index 47e80608780..0b50545ff08 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.6 2008/11/11 21:45:03 jmc Exp $ +.\" $OpenBSD: sio_open.3,v 1.7 2008/11/16 21:52:58 ratchov Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 11 2008 $ +.Dd $Mdocdate: November 16 2008 $ .Dt SIO_OPEN 3 .Os .Sh NAME @@ -488,6 +488,9 @@ If is set, .Fn sio_write can be called without blocking. +POLLHUP may be set if an error occures, even if +it is not selected with +.Fn sio_pollfd . .Pp The .Fn sio_nfds |