summaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-08-14 11:30:13 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-08-14 11:30:13 +0000
commit2343e795e1977d9d4d6d1371caf90cf3448106be (patch)
treee5d9bce84869d8fbe9426ee37b5a776b6c1b9a53 /lib/libedit
parentfb258572cbbfa9816c43c14b8938ef74bc374cd7 (diff)
when talking about non-blocking I/O, .Xr both FIONBIO and O_NONBLOCK
in the most concise way i managed to come up with; suggested by martijn@ and OK millert@ martijn@
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/editline.37
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3
index c267bdf8e81..035768a394b 100644
--- a/lib/libedit/editline.3
+++ b/lib/libedit/editline.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: editline.3,v 1.47 2021/08/12 10:31:15 schwarze Exp $
+.\" $OpenBSD: editline.3,v 1.48 2021/08/14 11:30:12 schwarze Exp $
.\" $NetBSD: editline.3,v 1.88 2016/02/25 14:59:22 wiz Exp $
.\"
.\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 12 2021 $
+.Dd $Mdocdate: August 14 2021 $
.Dt EDITLINE 3
.Os
.Sh NAME
@@ -173,6 +173,9 @@ library is designed to work with blocking I/O only.
If the
.Dv FIONBIO
.Xr ioctl 2
+or the
+.Dv O_NONBLOCK
+.Xr fcntl 2
is set on
.Ar fin ,
.Fn el_gets