diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mincore.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/mincore.2 b/lib/libc/sys/mincore.2 index 25ad076..75e74a4 100644 --- a/lib/libc/sys/mincore.2 +++ b/lib/libc/sys/mincore.2 @@ -92,12 +92,12 @@ The .Fn mincore system call will fail if: .Bl -tag -width Er -.It Bq Er EINVAL +.It Bq Er ENOMEM The virtual address range specified by the .Fa addr and .Fa len -arguments is not valid. +arguments is not fully mapped. .It Bq Er EFAULT The .Fa vec |