diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2000-04-23 15:15:15 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2000-04-23 15:15:15 +0000 |
| commit | d166947eda4ad750c2367f270e630d42b638091a (patch) | |
| tree | a75d85af63b786817b8c3b2b307cedbbf3d1f99b /lib/libc | |
| parent | 2987ad444fa2ee56fa5a6ad31ddcc16d6cde2704 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/shm_open.3 | 2 | ||||
| -rw-r--r-- | 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 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 |
