summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-07-17 09:53:41 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-07-17 09:53:41 +0000
commit82fe5025068ff17615c2a5df54691bcde741a38b (patch)
treedb67034a7ebe89b45107d739daa348c77d54b9d6 /lib
parent34f3e1bbbbbf96f7840bdf2270ff3d98ddf369df (diff)
add section to mmap Xr
Diffstat (limited to 'lib')
-rw-r--r--lib/libpthread/man/pthread_attr_setstackaddr.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_attr_setstackaddr.3 b/lib/libpthread/man/pthread_attr_setstackaddr.3
index 0c464bbf429..63eb89353b2 100644
--- a/lib/libpthread/man/pthread_attr_setstackaddr.3
+++ b/lib/libpthread/man/pthread_attr_setstackaddr.3
@@ -1,9 +1,9 @@
-.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.12 2018/04/12 17:13:34 deraadt Exp $
+.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.13 2022/07/17 09:53:40 jsg Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
.\"
.\" David Leonard, 2000. Public Domain.
.\"
-.Dd $Mdocdate: April 12 2018 $
+.Dd $Mdocdate: July 17 2022 $
.Dt PTHREAD_ATTR_SETSTACKADDR 3
.Os
.Sh NAME
@@ -38,7 +38,7 @@ The size of the storage is at least
On
.Ox
the stack must have been allocated using
-.Xr mmap
+.Xr mmap 2
with the
.Va MAP_STACK
attribute.