From b90260e7035c8f2d90612cf58c33ab8d1844306b Mon Sep 17 00:00:00 2001 From: kib Date: Wed, 21 Jun 2006 12:59:05 +0000 Subject: Make the mincore(2) return ENOMEM when requested range is not fully mapped. Requested by: Bruno Haible Reviewed by: alc Approved by: pjd (mentor) MFC after: 1 month --- lib/libc/sys/mincore.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc') 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 -- cgit v1.1