diff --git a/man2/process_vm_readv.2 b/man2/process_vm_readv.2 index 4c552dc85..ae9304ae9 100644 --- a/man2/process_vm_readv.2 +++ b/man2/process_vm_readv.2 @@ -236,6 +236,17 @@ On error, \-1 is returned and is set appropriately. .SH ERRORS .TP +.B EFAULT +The memory described by +.I local_iov +is outside the caller's accessible address space. +.TP +.B EFAULT +The memory described by +.I remote_iov +is outside the accessible address space of the process +.IR pid . +.TP .B EINVAL The sum of the .I iov_len @@ -257,17 +268,6 @@ or .I riovcnt is too large. .TP -.B EFAULT -The memory described by -.I local_iov -is outside the caller's accessible address space. -.TP -.B EFAULT -The memory described by -.I remote_iov -is outside the accessible address space of the process -.IR pid . -.TP .B ENOMEM Could not allocate memory for internal copies of the .I iovec