summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-02-11 07:30:59 +0000
committerjmc <jmc@openbsd.org>2018-02-11 07:30:59 +0000
commit20a49bc15dd8cc256fd19cba30b48e7c9a2668f2 (patch)
tree064a38bf6c82b270ad56af4779918c1c913d5aba /lib/libc
parentCopy the scan results into a new buffer to re-align the data so that we (diff)
downloadwireguard-openbsd-20a49bc15dd8cc256fd19cba30b48e7c9a2668f2.tar.xz
wireguard-openbsd-20a49bc15dd8cc256fd19cba30b48e7c9a2668f2.zip
macro fix;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mmap.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index 4ff05ab6d27..9fbde13eebb 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mmap.2,v 1.58 2018/02/11 04:50:25 deraadt Exp $
+.\" $OpenBSD: mmap.2,v 1.59 2018/02/11 07:30:59 jmc Exp $
.\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -156,7 +156,8 @@ Use of this option is discouraged.
.It Dv MAP_STACK
Indicate that the mapping is used as a stack.
This flag must be used in combination with
-.Dv MAP_ANON and
+.Dv MAP_ANON
+and
.Dv MAP_PRIVATE .
.El
.Pp