From: schwarze Date: Sat, 14 Aug 2021 11:30:12 +0000 (+0000) Subject: when talking about non-blocking I/O, .Xr both FIONBIO and O_NONBLOCK X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5ad34975aeb843b79b7e6d57a552656c4b392c60;p=openbsd 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@ --- 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