git: ec390e83aba4 - stable/13 - getpagesize(3): cross-reference getpagesizes(3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Oct 2022 15:54:17 UTC
The branch stable/13 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=ec390e83aba4072ff38e77a1941c89d9820077d6
commit ec390e83aba4072ff38e77a1941c89d9820077d6
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2022-10-17 16:55:10 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2022-10-24 15:53:11 +0000
getpagesize(3): cross-reference getpagesizes(3)
MFC after: 3 days
(cherry picked from commit 4a9b1a146385912510ed1b203cd853a327643625)
---
lib/libc/gen/getpagesize.3 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/libc/gen/getpagesize.3 b/lib/libc/gen/getpagesize.3
index 4c57f7474208..9c6faa88236f 100644
--- a/lib/libc/gen/getpagesize.3
+++ b/lib/libc/gen/getpagesize.3
@@ -28,7 +28,7 @@
.\" @(#)getpagesize.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 1, 2022
+.Dd October 17, 2022
.Dt GETPAGESIZE 3
.Os
.Sh NAME
@@ -61,6 +61,7 @@ instead.
.Sh SEE ALSO
.Xr pagesize 1 ,
.Xr sbrk 2 ,
+.Xr getpagesizes 3 ,
.Xr sysconf 3
.Sh HISTORY
The