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