open.2: Clarify distinction between file creation flags and file status flags

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-26 10:36:47 +13:00
parent 7fba006583
commit 68210340d4
1 changed files with 3 additions and 1 deletions

View File

@ -162,7 +162,9 @@ are all of the remaining flags listed below.
.\" are also categorized" as file status flags.
.\"
The distinction between these two groups of flags is that
the file status flags can be retrieved and (in some cases)
the file creation flags affect the semantics of the open operation itself,
while the file status flags affect the semantics of subsequent I/O operations.
The file status flags can be retrieved and (in some cases)
modified; see
.BR fcntl (2)
for details.