summaryrefslogtreecommitdiff
path: root/lib/libc/sys/fcntl.2
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-13 10:08:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-13 10:08:39 +0000
commitc70041f4ba685f7265d7c1a79c387ee48f44cc33 (patch)
treeb86a2f7df7cfcf603d46ae16d9f93c847744cd69 /lib/libc/sys/fcntl.2
parentf006ff6a3ed2b3936f8afb782b367626e8ff070e (diff)
fix lots of .Xr and other minor things
Diffstat (limited to 'lib/libc/sys/fcntl.2')
-rw-r--r--lib/libc/sys/fcntl.24
1 files changed, 2 insertions, 2 deletions
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 .