From c70041f4ba685f7265d7c1a79c387ee48f44cc33 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 13 Jun 1997 10:08:39 +0000 Subject: fix lots of .Xr and other minor things --- lib/libc/sys/fcntl.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/sys/fcntl.2') diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index c587b948bfd..382fd1ab412 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -130,9 +130,9 @@ flags are as follows: .Bl -tag -width O_NONBLOCKX .It Dv O_NONBLOCK Non-blocking I/O; if no data is available to a -.Xr read +.Xr read 2 call, or if a -.Xr write +.Xr write 2 operation would block, the read or write call returns -1 with the error .Er EAGAIN . -- cgit v1.2.3