diff options
Diffstat (limited to 'lib/libc/sys/munmap.2')
-rw-r--r-- | lib/libc/sys/munmap.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/munmap.2 b/lib/libc/sys/munmap.2 index e60e43fef83..cc6cf4d1c39 100644 --- a/lib/libc/sys/munmap.2 +++ b/lib/libc/sys/munmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: munmap.2,v 1.18 2019/01/11 18:46:30 deraadt Exp $ +.\" $OpenBSD: munmap.2,v 1.19 2019/12/21 05:23:38 jsg 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: January 11 2019 $ +.Dd $Mdocdate: December 21 2019 $ .Dt MUNMAP 2 .Os .Sh NAME @@ -81,8 +81,8 @@ function conforms to .Sh HISTORY The .Fn munmap -system call first appeared in -.Bx 4.1c . +system call has been available since +.Bx 4.3 Net/2 . .Sh CAVEATS .St -p1003.1-2008 specifies that |