diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/open.2 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index a2de150..02fc0a6 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -138,7 +138,8 @@ the data to be written completes. .Dv O_SYNC is a synonym for .Dv O_FSYNC -required by POSIX. +required by +.Tn POSIX . .Pp If .Dv O_NOFOLLOW @@ -172,9 +173,12 @@ may be used to ensure the OS does not assign this file as the controlling terminal when it opens a tty device. This is the default on .Fx , -but is present for POSIX 1003.1 compatibility. +but is present for +.Tn POSIX +compatibility. +The .Fn open -will not assign controlling terminals on +system call will not assign controlling terminals on .Fx . .Pp If successful, |