diff options
-rw-r--r-- | lib/libc/sys/munmap.2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |