From c03187444bc670112169db3320f12da0d65d748b Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 22 Jan 2002 14:18:55 +0000 Subject: Fix the description of the O_NONBLOCK flag to match reality. Prodded by: Maxim Konovalov Obtained from: BSD/OS --- lib/libc/sys/open.2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 2c8070b..fdad061 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 -- cgit v1.1