Minor wording changes

This commit is contained in:
Michael Kerrisk 2005-06-27 14:42:40 +00:00
parent cb1a9e12d2
commit 0847872439
1 changed files with 5 additions and 4 deletions

View File

@ -110,7 +110,8 @@ Set the file descriptor flags to the value specified by
.IR arg .
.P
.SS "File status flags"
Each open file description has certain associated flags, initialized by
Each open file description has certain associated status flags,
initialized by
.BR open (2)
.\" or
.\" .BR creat (2),
@ -136,7 +137,7 @@ Set the file status flags to the value specified by
File access mode
.RB ( O_RDONLY ", " O_WRONLY ", " O_RDWR )
and file creation flags
.RB ( O_CREAT ", " O_EXCL ", " O_NOCTTY ", " O_TRUNC )
.RB (e.g., O_CREAT ", " O_EXCL ", " O_TRUNC )
in
.I arg
are ignored.
@ -148,8 +149,8 @@ On Linux this command can only change the
and
.BR O_NONBLOCK
flags.
.\" FIXME But according to SUSv3, O_SYNC should also be modifiable via
.\" fcntl(2) -- MTK, Dec 04
.\" FIXME According to SUSv3, O_SYNC should also be modifiable via
.\" fcntl(2), but currently Linux does not permit this -- MTK, Dec 04
.P
.SS "Advisory locking"
.BR F_GETLK ", " F_SETLK " and " F_SETLKW