summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorpyr <pyr@openbsd.org>2009-01-31 16:52:15 +0000
committerpyr <pyr@openbsd.org>2009-01-31 16:52:15 +0000
commit3fc1130bf33094e83d7e814592c2630c15937c6f (patch)
tree1bb6c2a3cd1da190d0bffc0361bf8cecead44454 /lib/libc
parentadjtime has been logged at 32ms and greater for 2.5 years now. (diff)
downloadwireguard-openbsd-3fc1130bf33094e83d7e814592c2630c15937c6f.tar.xz
wireguard-openbsd-3fc1130bf33094e83d7e814592c2630c15937c6f.zip
fix typo
ok jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/munmap.26
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.