open.2: Minor fixes to Eugene's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-01-10 06:38:52 +13:00
parent 6deb3733ac
commit 352c4c5ca6
1 changed files with 6 additions and 6 deletions

View File

@ -1386,14 +1386,14 @@ and
.BR O_DSYNC ,
but not
.BR O_RSYNC .
(Somewhat incorrectly, glibc defines
Somewhat incorrectly, glibc defines
.BR O_RSYNC
to have the same value as
.BR O_SYNC .)
.B O_RSYNC
is also defined in Linux header file
.B <asm/fcntl.h>
on HP PA-RISC, but is not used.
.BR O_SYNC .
.RB ( O_RSYNC
is defined in the Linux header file
.I <asm/fcntl.h>
on HP PA-RISC, but it is not used.)
.PP
.BR O_SYNC
provides synchronized I/O