diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/munmap.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/munmap.2 b/lib/libc/sys/munmap.2 index 19a160fb19c..565f39d175d 100644 --- a/lib/libc/sys/munmap.2 +++ b/lib/libc/sys/munmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: munmap.2,v 1.13 2007/05/31 19:19:33 jmc Exp $ +.\" $OpenBSD: munmap.2,v 1.14 2009/01/31 16:52:15 pyr Exp $ .\" $NetBSD: munmap.2,v 1.5 1995/02/27 12:35:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)munmap.2 8.2 (Berkeley) 4/15/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 31 2009 $ .Dt MUNMAP 2 .Os .Sh NAME @@ -65,7 +65,7 @@ The parameter was not page aligned, .Fa addr and -.Fa size +.Fa len specify a region that would extend beyond the end of the address space, or some part of the region being unmapped is not part of the currently valid address space. |