summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2000-04-23 15:15:15 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2000-04-23 15:15:15 +0000
commitd166947eda4ad750c2367f270e630d42b638091a (patch)
treea75d85af63b786817b8c3b2b307cedbbf3d1f99b /lib/libc
parent2987ad444fa2ee56fa5a6ad31ddcc16d6cde2704 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/shm_open.32
-rw-r--r--lib/libc/sys/shm_open.22
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/shm_open.3 b/lib/libc/gen/shm_open.3
index adb46ace1f43..d8af8794529e 100644
--- a/lib/libc/gen/shm_open.3
+++ b/lib/libc/gen/shm_open.3
@@ -89,7 +89,7 @@ implementation causes
of a descriptor returned by
.Nm shm_open
to behave as if the
-.Dv MAP_ASYNC
+.Dv MAP_NOSYNC
flag had been specified to
.Xr mmap 2 .
(It does so by setting a special file flag using
diff --git a/lib/libc/sys/shm_open.2 b/lib/libc/sys/shm_open.2
index adb46ace1f43..d8af8794529e 100644
--- a/lib/libc/sys/shm_open.2
+++ b/lib/libc/sys/shm_open.2
@@ -89,7 +89,7 @@ implementation causes
of a descriptor returned by
.Nm shm_open
to behave as if the
-.Dv MAP_ASYNC
+.Dv MAP_NOSYNC
flag had been specified to
.Xr mmap 2 .
(It does so by setting a special file flag using