diff options
author | imp <imp@FreeBSD.org> | 2005-12-01 18:17:50 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-12-01 18:17:50 +0000 |
commit | acbc914cf5072459db8ec81feea567d8f60d2aee (patch) | |
tree | 84d9492939d4d37824624828acdba486c43e2cf1 /lib/libc | |
parent | 2fb46d5815c18208e0a5f418b05f7fa43c370e66 (diff) | |
download | FreeBSD-src-acbc914cf5072459db8ec81feea567d8f60d2aee.zip FreeBSD-src-acbc914cf5072459db8ec81feea567d8f60d2aee.tar.gz |
Tweak markup for POSIX standards. Minor wordsmithing.
Submitted by: ru@
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, |