Small wording changes

This commit is contained in:
Michael Kerrisk 2006-02-02 03:25:50 +00:00
parent bfe9ba6712
commit 68b93ce208
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ 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 (e.g., O_CREAT ", " O_EXCL ", " O_TRUNC )
(i.e.,
.BR O_CREAT ", " O_EXCL ", " O_NOCTTY ", " O_TRUNC )
in
.I arg
are ignored.