From 6c10034e83f60a42d912e1d8cff05922170da71d Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav 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(-) diff --git a/lib/libc/sys/munmap.2 b/lib/libc/sys/munmap.2 index d05b489e48e6..e748873dcdce 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.3