aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-01-22 14:18:55 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-01-22 14:18:55 +0000
commit0dc5e09ec6b07dd9bbc451b52853a11422494799 (patch)
tree6c1de23886484b9a81a15bfbef9b998a7c96bfa6
parent0c7f152b7bf4ee5437ea50b07a5c442f3d0eaab1 (diff)
downloadsrc-0dc5e09ec6b07dd9bbc451b52853a11422494799.tar.gz
src-0dc5e09ec6b07dd9bbc451b52853a11422494799.zip
Fix the description of the O_NONBLOCK flag to match reality.
Prodded by: Maxim Konovalov <maxim@macomnet.ru> Obtained from: BSD/OS
Notes
Notes: svn path=/head/; revision=89650
-rw-r--r--lib/libc/sys/open.23
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index 2c8070b7873e..fdad061423ab 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -123,8 +123,7 @@ in the process being blocked for some reason (e.g., waiting for
carrier on a dialup line),
.Fn open
returns immediately.
-The first time the process attempts to perform I/O on the open
-file it will block (not currently implemented).
+The descriptor remains in non-blocking mode for subsequent operations.
.Pp
If
.Dv O_FSYNC