From f0558db88dec1900ed1d07c52797dcd2482db1a2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 26 Jan 2016 10:36:54 +0100 Subject: [PATCH] copy_file_range.2: ERRORS: clarify EINVAL O_APPEND description Signed-off-by: Michael Kerrisk --- man2/copy_file_range.2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man2/copy_file_range.2 b/man2/copy_file_range.2 index 345105c9b..a237922ea 100644 --- a/man2/copy_file_range.2 +++ b/man2/copy_file_range.2 @@ -98,8 +98,10 @@ One or more file descriptors are not valid; or is not open for reading; or .I fd_out is not open for writing; or -.I fd_out -is open for appending. +the +.B O_APPEND +flag is set for the open file description referred to by +.IR fd_out . .TP .B EINVAL Requested range extends beyond the end of the source file; or the