diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-12-01 18:17:50 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-12-01 18:17:50 +0000 |
| commit | fdc504a9291ebd2b99bab8e8b974c44d48f9cc3a (patch) | |
| tree | 84d9492939d4d37824624828acdba486c43e2cf1 /lib/libc | |
| parent | edd94d735cdd47d52d5f7d5d2893745e7b25d88f (diff) | |
Notes
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 a2de15029a05..02fc0a62e567 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, |
