summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/send.2
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-08-15 13:14:11 +0000
committerderaadt <deraadt@openbsd.org>1999-08-15 13:14:11 +0000
commit15d8801555cd806ad9ac76d70a5dac48208c9f22 (patch)
tree2cb4ab75abf0961746a5c70a3300cd242080e48b /lib/libc/sys/send.2
parentfit aic* at pcmcmia (diff)
downloadwireguard-openbsd-15d8801555cd806ad9ac76d70a5dac48208c9f22.tar.xz
wireguard-openbsd-15d8801555cd806ad9ac76d70a5dac48208c9f22.zip
more poll
Diffstat (limited to 'lib/libc/sys/send.2')
-rw-r--r--lib/libc/sys/send.27
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index 15425903d08..3ee0184af87 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: send.2,v 1.16 1999/06/29 14:10:18 aaron Exp $
+.\" $OpenBSD: send.2,v 1.17 1999/08/15 13:14:12 deraadt Exp $
.\" $NetBSD: send.2,v 1.6 1996/01/15 01:17:18 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -90,7 +90,9 @@ normally blocks, unless the socket has been placed in
non-blocking I/O mode.
The
.Xr select 2
-call may be used to determine when it is possible to
+or
+.Xr poll 2
+system calls may be used to determine when it is possible to
send more data.
.Pp
The
@@ -215,6 +217,7 @@ Addresses in the specified address family cannot be used with this socket.
.Xr poll 2 ,
.Xr recv 2 ,
.Xr select 2 ,
+.Xr poll 2 ,
.Xr socket 2 ,
.Xr write 2
.Sh HISTORY