From fca1569a1bf5d817d9a30583a1b868d8e4fd3e8c Mon Sep 17 00:00:00 2001 From: des Date: Mon, 10 Nov 2003 08:02:05 +0000 Subject: Document EINVAL for len == 0. --- lib/libc/sys/munmap.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/munmap.2 b/lib/libc/sys/munmap.2 index d05b489..e748873 100644 --- a/lib/libc/sys/munmap.2 +++ b/lib/libc/sys/munmap.2 @@ -64,7 +64,7 @@ The .Fa addr argument was not page aligned, the .Fa len -argument was negative, or +argument was zero or negative, or some part of the region being unmapped is outside the valid address range for a process. .El -- cgit v1.1