when talking about non-blocking I/O, .Xr both FIONBIO and O_NONBLOCK
authorschwarze <schwarze@openbsd.org>
Sat, 14 Aug 2021 11:30:12 +0000 (11:30 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 14 Aug 2021 11:30:12 +0000 (11:30 +0000)
in the most concise way i managed to come up with;
suggested by martijn@ and OK millert@ martijn@

lib/libedit/editline.3

index c267bdf..035768a 100644 (file)
@@ -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