diff --git a/man2/mmap.2 b/man2/mmap.2 index 41b4f9c03..b195a4103 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -523,10 +523,14 @@ is not a valid file descriptor (and was not set). .TP .B EEXIST -range covered by -.IR addr , +.BR MAP_FIXED_NOREPLACE +was specified in +.IR flags , +and the range covered by +.IR addr +and .IR length -is clashing with an existing mapping. +is clashes with an existing mapping. .TP .B EINVAL We don't like