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. + +