From 352c4c5ca662c1f5adbd8b928b103decd65a69bd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 10 Jan 2019 06:38:52 +1300 Subject: [PATCH] open.2: Minor fixes to Eugene's patch Signed-off-by: Michael Kerrisk --- man2/open.2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man2/open.2 b/man2/open.2 index c1b7b4b1a..22c98855e 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -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 -on HP PA-RISC, but is not used. +.BR O_SYNC . +.RB ( O_RSYNC +is defined in the Linux header file +.I +on HP PA-RISC, but it is not used.) .PP .BR O_SYNC provides synchronized I/O