From d166947eda4ad750c2367f270e630d42b638091a Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Sun, 23 Apr 2000 15:15:15 +0000 Subject: [PATCH] Spell MAP_NOSYNC correctly. Submitted by: allenc@verinet.com --- lib/libc/gen/shm_open.3 | 2 +- lib/libc/sys/shm_open.2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/shm_open.3 b/lib/libc/gen/shm_open.3 index adb46ace1f4..d8af8794529 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 adb46ace1f4..d8af8794529 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