summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-02-05 12:17:26 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-02-05 12:17:26 +0000
commit914f5930f90cb35bef37286bc470784a9c6f32fc (patch)
tree1e5ea4bde7ad74eaad005623c081d1e3419c6bc9
parentb3250051aebd00c5d495a7e95b642f70db69fbdb (diff)
getpagesize() appeared in 4.1c before 4.2
-rw-r--r--lib/libc/gen/getpagesize.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getpagesize.3 b/lib/libc/gen/getpagesize.3
index 6d0f95f594e..d2f9a3f927e 100644
--- a/lib/libc/gen/getpagesize.3
+++ b/lib/libc/gen/getpagesize.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpagesize.3,v 1.11 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: getpagesize.3,v 1.12 2023/02/05 12:17:25 jsg Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: February 5 2023 $
.Dt GETPAGESIZE 3
.Os
.Sh NAME
@@ -62,4 +62,4 @@ hardware page size.
The
.Fn getpagesize
function call appeared in
-.Bx 4.2 .
+.Bx 4.1c .