From 531a01917e8abab18e21322068e95a04539223d6 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Tue, 29 Sep 2009 02:54:05 +0000 Subject: [PATCH] Document O_CTTY. Addresses bug #49662. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288926 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dio/functions/dio-open.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference/dio/functions/dio-open.xml b/reference/dio/functions/dio-open.xml index 4d4337b297..fc5d5c37a3 100644 --- a/reference/dio/functions/dio-open.xml +++ b/reference/dio/functions/dio-open.xml @@ -70,6 +70,13 @@ O_NONBLOCK - sets non blocking mode. + + + O_NOCTTY - prevent the OS from + assigning the opened file as the process's controlling + terminal when opening a TTY device file. + +