artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc28362
)
macro fix;
author
jmc
<jmc@openbsd.org>
Sun, 11 Feb 2018 07:30:59 +0000
(07:30 +0000)
committer
jmc
<jmc@openbsd.org>
Sun, 11 Feb 2018 07:30:59 +0000
(07:30 +0000)
lib/libc/sys/mmap.2
patch
|
blob
|
history
diff --git
a/lib/libc/sys/mmap.2
b/lib/libc/sys/mmap.2
index
4ff05ab
..
9fbde13
100644
(file)
--- a/
lib/libc/sys/mmap.2
+++ b/
lib/libc/sys/mmap.2
@@
-1,4
+1,4
@@
-.\" $OpenBSD: mmap.2,v 1.5
8 2018/02/11 04:50:25 deraadt
Exp $
+.\" $OpenBSD: mmap.2,v 1.5
9 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