summaryrefslogtreecommitdiffstats
path: root/man2/copy_file_range.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/copy_file_range.2')
-rw-r--r--man2/copy_file_range.210
1 files changed, 5 insertions, 5 deletions
diff --git a/man2/copy_file_range.2 b/man2/copy_file_range.2
index 913d94345..48d853c79 100644
--- a/man2/copy_file_range.2
+++ b/man2/copy_file_range.2
@@ -100,7 +100,7 @@ is not open for writing.
The
.B O_APPEND
flag is set for the open file description (see
-.BR open (2))
+.MR open 2 )
referred to by the file descriptor
.IR fd_out .
.TP
@@ -214,7 +214,7 @@ may expand any holes existing in the requested range.
Users may benefit from calling
.BR copy_file_range ()
in a loop, and using the
-.BR lseek (2)
+.MR lseek 2
.B SEEK_DATA
and
.B SEEK_HOLE
@@ -302,6 +302,6 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR lseek (2),
-.BR sendfile (2),
-.BR splice (2)
+.MR lseek 2 ,
+.MR sendfile 2 ,
+.MR splice 2